Skip to content

Commit ecf17be

Browse files
Bump cookie, cookie-parser and express-session
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-session](https://github.com/expressjs/session). These dependencies need to be updated together. Updates `cookie` from 0.3.1 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.3.1...v0.7.2) Updates `cookie-parser` from 1.4.4 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.4...1.4.7) Updates `express-session` from 1.17.0 to 1.18.1 - [Release notes](https://github.com/expressjs/session/releases) - [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md) - [Commits](expressjs/session@v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: cookie-parser dependency-type: direct:production - dependency-name: express-session dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 146175f commit ecf17be

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"start": "node ./bin/www"
77
},
88
"dependencies": {
9-
"cookie-parser": "~1.4.4",
9+
"cookie-parser": "~1.4.7",
1010
"cors": "^2.8.5",
1111
"debug": "~2.6.9",
1212
"express": "~4.21.1",
13-
"express-session": "^1.17.0",
13+
"express-session": "^1.18.1",
1414
"http-errors": "~1.6.3",
1515
"jsonwebtoken": "^9.0.0",
1616
"mongoose": "^5.13.20",

0 commit comments

Comments
 (0)