Skip to content

Commit 31d8855

Browse files
Bump cookie, cookie-parser and express
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [cookie-parser](https://github.com/expressjs/cookie-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.2) Updates `cookie-parser` from 1.4.6 to 1.4.7 - [Release notes](https://github.com/expressjs/cookie-parser/releases) - [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md) - [Commits](expressjs/cookie-parser@1.4.6...1.4.7) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.21.0...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: cookie-parser dependency-type: direct:production - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ebd19a commit 31d8855

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

package-lock.json

+16-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
"dependencies": {
6767
"@typegoose/typegoose": "^8.3.0",
6868
"bluebird": "^3.5.1",
69-
"cookie-parser": "^1.4.6",
69+
"cookie-parser": "^1.4.7",
7070
"cors": "^2.8.5",
7171
"dotenv": "^16.0.3",
7272
"dotenv-expand": "^9.0.0",
73-
"express": "^4.21.0",
73+
"express": "^4.21.1",
7474
"jsonwebtoken": "^9.0.0",
7575
"mongoose": "^5.13.20",
7676
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)