Skip to content

Commit cafd0bb

Browse files
Bump cookie, cookie-parser and express-session (#36)
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 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.4.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.4.0...v0.7.1) Updates `cookie-parser` from 1.4.5 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.5...1.4.7) Updates `express-session` from 1.17.1 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.1...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d147c5a commit cafd0bb

File tree

2 files changed

+39
-67
lines changed

2 files changed

+39
-67
lines changed

package-lock.json

+37-65
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
@@ -17,11 +17,11 @@
1717
"bull-arena": "^3.20.1",
1818
"connect-ensure-login": "^0.1.1",
1919
"connect-redis": "^5.0.0",
20-
"cookie-parser": "^1.4.5",
20+
"cookie-parser": "^1.4.7",
2121
"ejs": "^3.1.10",
2222
"express": "^4.21.2",
2323
"express-basic-auth": "^1.2.0",
24-
"express-session": "^1.17.1",
24+
"express-session": "^1.18.1",
2525
"node-fetch": "^3.2.10",
2626
"passport": "^0.6.0",
2727
"passport-slack": "^0.0.7",

0 commit comments

Comments
 (0)