Skip to content

Commit e0280d8

Browse files
chore(deps): bump qs, body-parser and express in /application/backend
Bumps [qs](https://github.com/ljharb/qs) to 6.14.1 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.13.0 to 6.14.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.13.0...v6.14.1) Updates `body-parser` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.3...1.20.4) Updates `express` from 4.21.2 to 4.22.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md) - [Commits](expressjs/express@4.21.2...v4.22.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: indirect - dependency-name: body-parser dependency-version: 1.20.4 dependency-type: direct:production - dependency-name: express dependency-version: 4.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11c725b commit e0280d8

File tree

2 files changed

+172
-83
lines changed

2 files changed

+172
-83
lines changed

application/backend/package-lock.json

Lines changed: 170 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

application/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"dependencies": {
1717
"@google-cloud/storage": "^7.15.2",
1818
"@googlemaps/routeoptimization": "^0.4.1",
19-
"body-parser": "^1.20.3",
19+
"body-parser": "^1.20.4",
2020
"compression": "^1.8.1",
2121
"cors": "^2.8.5",
22-
"express": "^4.21.2",
22+
"express": "^4.22.1",
2323
"multer": "2.0.2",
2424
"pako": "^2.1.0",
2525
"pino-http": "^10.4.0"

0 commit comments

Comments
 (0)