Skip to content

Commit

Permalink
Bump cookie, cookie-parser, express and express-session
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 4f956e6 commit 4b59cd0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
58 changes: 29 additions & 29 deletions BookingWebApi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions BookingWebApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.5",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"express": "^4.21.0",
"express": "^4.21.1",
"express-fileupload": "^1.1.9",
"express-session": "^1.17.0",
"express-session": "^1.18.1",
"mongoose": "^5.13.20",
"nodemailer": "^6.9.9",
"passport": "^0.6.0",
Expand Down

0 comments on commit 4b59cd0

Please sign in to comment.