Skip to content

Commit 92c5d32

Browse files
Bump cookie and express in /test/express-prisma-postgres/app
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.21.0 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.21.0...4.21.2) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5901649 commit 92c5d32

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

test/express-prisma-postgres/app/package-lock.json

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

test/express-prisma-postgres/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@appsignal/nodejs": "^3.0.26",
1717
"@prisma/client": "^4.3.1",
18-
"express": "^4.21.0",
18+
"express": "^4.21.2",
1919
"prisma": "^4.3.1",
2020
"tslib": "^2.4.0"
2121
},

0 commit comments

Comments
 (0)