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

@uppy/companion: bump express-session #5177

Merged
merged 1 commit into from
May 16, 2024
Merged
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/@uppy/companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"express": "4.19.2",
"express-interceptor": "1.2.0",
"express-prom-bundle": "7.0.0",
"express-session": "1.17.3",
"express-session": "1.18.0",
"got": "^13.0.0",
"grant": "5.4.22",
"helmet": "^7.1.0",
Expand Down
34 changes: 9 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8902,7 +8902,7 @@ __metadata:
express: "npm:4.19.2"
express-interceptor: "npm:1.2.0"
express-prom-bundle: "npm:7.0.0"
express-session: "npm:1.17.3"
express-session: "npm:1.18.0"
got: "npm:^13.0.0"
grant: "npm:5.4.22"
helmet: "npm:^7.1.0"
Expand Down Expand Up @@ -12440,13 +12440,6 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.4.2, cookie@npm:~0.4.1":
version: 0.4.2
resolution: "cookie@npm:0.4.2"
checksum: 10/2e1de9fdedca54881eab3c0477aeb067f281f3155d9cfee9d28dfb252210d09e85e9d175c0a60689661feb9e35e588515352f2456bc1f8e8db4267e05fd70137
languageName: node
linkType: hard

"cookie@npm:0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
Expand All @@ -12461,6 +12454,13 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:~0.4.1":
version: 0.4.2
resolution: "cookie@npm:0.4.2"
checksum: 10/2e1de9fdedca54881eab3c0477aeb067f281f3155d9cfee9d28dfb252210d09e85e9d175c0a60689661feb9e35e588515352f2456bc1f8e8db4267e05fd70137
languageName: node
linkType: hard

"cookiejar@npm:^2.1.4":
version: 2.1.4
resolution: "cookiejar@npm:2.1.4"
Expand Down Expand Up @@ -15511,23 +15511,7 @@ __metadata:
languageName: node
linkType: hard

"express-session@npm:1.17.3":
version: 1.17.3
resolution: "express-session@npm:1.17.3"
dependencies:
cookie: "npm:0.4.2"
cookie-signature: "npm:1.0.6"
debug: "npm:2.6.9"
depd: "npm:~2.0.0"
on-headers: "npm:~1.0.2"
parseurl: "npm:~1.3.3"
safe-buffer: "npm:5.2.1"
uid-safe: "npm:~2.1.5"
checksum: 10/dba1d5a1b83ef2b029643f665f4ab6174ad12c32d457af5565b4975235e74c2fe5c9f3816320a4cd740836d82d979d4a94c07e05930690b36a4c265159376c53
languageName: node
linkType: hard

"express-session@npm:^1.15.6, express-session@npm:^1.17.3":
"express-session@npm:1.18.0, express-session@npm:^1.15.6, express-session@npm:^1.17.3":
version: 1.18.0
resolution: "express-session@npm:1.18.0"
dependencies:
Expand Down