fix: added eventsource-parser dependency which was missed while moving to new branch synced with lts-3.16

This commit is contained in:
Nishidh Jain 2025-09-15 23:33:04 +05:30
parent 7160308a4c
commit ecdda55ee6
2 changed files with 11 additions and 0 deletions

View file

@ -60,6 +60,7 @@
"cookie-parser": "^1.4.7",
"cron-validator": "^1.3.1",
"dotenv": "^16.5.0",
"eventsource-parser": "^3.0.3",
"express-http-proxy": "^2.1.1",
"fast-csv": "^5.0.2",
"fast-xml-parser": "^5.2.5",
@ -11582,6 +11583,15 @@
"integrity": "sha512-blk1va0zol9QOrdZt0rFXo5KMkNPVSp92Eju/Qz8THwKWKRKeE0T8Br/1aW6+Edkyq9xHYgYxn2QtOnUKPUp+Q==",
"license": "MIT"
},
"node_modules/eventsource-parser": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz",
"integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/execa": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",

View file

@ -98,6 +98,7 @@
"cookie-parser": "^1.4.7",
"cron-validator": "^1.3.1",
"dotenv": "^16.5.0",
"eventsource-parser": "^3.0.3",
"express-http-proxy": "^2.1.1",
"fast-csv": "^5.0.2",
"fast-xml-parser": "^5.2.5",