Skip to content

Commit ef14339

Browse files
Bump cookie, cookie-parser, express and express-session in /graph-sample
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.1 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.4.1...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) Updates `express-session` from 1.18.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.18.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 a75deae commit ef14339

File tree

2 files changed

+24
-32
lines changed

2 files changed

+24
-32
lines changed

graph-sample/package-lock.json

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

graph-sample/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@azure/msal-node": "^2.14.0",
1212
"@microsoft/microsoft-graph-client": "^3.0.7",
1313
"connect-flash": "^0.1.1",
14-
"cookie-parser": "~1.4.4",
14+
"cookie-parser": "~1.4.7",
1515
"date-fns": "^2.30.0",
1616
"date-fns-tz": "^2.0.1",
1717
"debug": "^4.3.7",
1818
"dotenv": "^16.4.5",
19-
"express": "^4.21.0",
19+
"express": "^4.21.1",
2020
"express-promise-router": "^4.1.1",
21-
"express-session": "^1.18.0",
21+
"express-session": "^1.18.1",
2222
"express-validator": "^7.2.0",
2323
"hbs": "^4.2.0",
2424
"http-errors": "^2.0.0",

0 commit comments

Comments
 (0)