Skip to content

Commit 794939b

Browse files
build(deps): bump cookie and express in /examples/docker-compose-nodejs (#1373)
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 9de321c commit 794939b

File tree

2 files changed

+48
-178
lines changed

2 files changed

+48
-178
lines changed

examples/docker-compose-nodejs/package-lock.json

+47-177
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/docker-compose-nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"express": "^4.20.0"
3+
"express": "^4.21.1"
44
},
55
"devDependencies": {
66
"npm-check-updates": "^10.2.5"

0 commit comments

Comments
 (0)