Skip to content

Commit 4702390

Browse files
authoredApr 8, 2023
build(deps): bump qs, body-parser and express in /examples/simple
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 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.5.2 to 6.11.0 - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.11.0) Updates `body-parser` from 1.18.3 to 1.20.1 - [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.18.3...1.20.1) Updates `express` from 4.16.4 to 4.18.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.16.4...4.18.2) --- updated-dependencies: - dependency-name: qs dependency-type: indirect - dependency-name: body-parser dependency-type: direct:production - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>

File tree

2 files changed

+268
-143
lines changed

2 files changed

+268
-143
lines changed
 

‎examples/simple/package-lock.json

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

‎examples/simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"ts-node": "^7.0.1"
1616
},
1717
"dependencies": {
18-
"body-parser": "^1.18.3",
19-
"express": "^4.16.4",
18+
"body-parser": "^1.20.1",
19+
"express": "^4.18.2",
2020
"sequelize": "^5.22.5",
2121
"sequelize-typescript": "^1.0.0-alpha.9",
2222
"strong-error-handler": "^3.5.0"

0 commit comments

Comments
 (0)
Please sign in to comment.