Skip to content

Commit 4b59cd0

Browse files
Bump cookie, cookie-parser, express 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), [express](https://github.com/expressjs/express) and [express-session](https://github.com/expressjs/session). These dependencies need to be updated together. Updates `cookie` from 0.4.0 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.4.0...v0.7.2) 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` 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) 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 dependency-type: direct:production - dependency-name: express-session dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f956e6 commit 4b59cd0

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

BookingWebApi/package-lock.json

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

BookingWebApi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"dependencies": {
2525
"bcrypt": "^5.1.0",
2626
"body-parser": "^1.20.3",
27-
"cookie-parser": "^1.4.5",
27+
"cookie-parser": "^1.4.7",
2828
"cors": "^2.8.5",
29-
"express": "^4.21.0",
29+
"express": "^4.21.1",
3030
"express-fileupload": "^1.1.9",
31-
"express-session": "^1.17.0",
31+
"express-session": "^1.18.1",
3232
"mongoose": "^5.13.20",
3333
"nodemailer": "^6.9.9",
3434
"passport": "^0.6.0",

0 commit comments

Comments
 (0)