Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cookie from 0.6.0 to 0.7.0 #2

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading