Skip to content

Commit 089820e

Browse files
Bump cookie and express (#6149)
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.1) Updates `express` from 4.20.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.20.0...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4516dba commit 089820e

File tree

2 files changed

+72
-127
lines changed

2 files changed

+72
-127
lines changed

code-samples/serving/cloudevents/cloudevents-nodejs/package-lock.json

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

code-samples/serving/cloudevents/cloudevents-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"cloudevents": "^6.0.1",
17-
"express": "^4.20.0",
17+
"express": "^4.21.1",
1818
"nodemon": "^2.0.20"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)