Skip to content

Commit

Permalink
Bump cookie from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/jshttp/cookie) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 63ab1b4 commit 09a462d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/backend-app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"compression": "^1.7.4",
"cookie": "^0.6.0",
"cookie": "^0.7.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"better-sqlite3": "^11.0.0",
"compression": "^1.7.4",
"concat-stream": "^2.0.0",
"cookie": "^0.6.0",
"cookie": "^0.7.0",
"cors": "^2.8.5",
"cron": "^3.0.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@keyv/redis": "^2.5.3",
"@types/keyv": "^4.2.0",
"better-sqlite3": "^11.0.0",
"cookie": "^0.6.0",
"cookie": "^0.7.0",
"express": "^4.17.1",
"fs-extra": "^11.0.0",
"keyv": "^4.5.2",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3482,7 +3482,7 @@ __metadata:
"@types/node-forge": ^1.3.0
"@types/stoppable": ^1.1.0
compression: ^1.7.4
cookie: ^0.6.0
cookie: ^0.7.0
cors: ^2.8.5
express: ^4.17.1
express-promise-router: ^4.1.0
Expand Down Expand Up @@ -3651,7 +3651,7 @@ __metadata:
better-sqlite3: ^11.0.0
compression: ^1.7.4
concat-stream: ^2.0.0
cookie: ^0.6.0
cookie: ^0.7.0
cors: ^2.8.5
cron: ^3.0.0
express: ^4.17.1
Expand Down Expand Up @@ -3820,7 +3820,7 @@ __metadata:
"@types/keyv": ^4.2.0
"@types/supertest": ^2.0.8
better-sqlite3: ^11.0.0
cookie: ^0.6.0
cookie: ^0.7.0
express: ^4.17.1
fs-extra: ^11.0.0
keyv: ^4.5.2
Expand Down Expand Up @@ -23545,7 +23545,7 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.6.0, cookie@npm:^0.6.0, cookie@npm:~0.6.0":
"cookie@npm:0.6.0, cookie@npm:~0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
checksum: f56a7d32a07db5458e79c726b77e3c2eff655c36792f2b6c58d351fb5f61531e5b1ab7f46987150136e366c65213cbe31729e02a3eaed630c3bf7334635fb410
Expand All @@ -23566,6 +23566,13 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:^0.7.0":
version: 0.7.2
resolution: "cookie@npm:0.7.2"
checksum: 9bf8555e33530affd571ea37b615ccad9b9a34febbf2c950c86787088eb00a8973690833b0f8ebd6b69b753c62669ea60cec89178c1fb007bf0749abed74f93e
languageName: node
linkType: hard

"cookiejar@npm:^2.1.4":
version: 2.1.4
resolution: "cookiejar@npm:2.1.4"
Expand Down

0 comments on commit 09a462d

Please sign in to comment.