Skip to content

Bump express-session from 1.17.1 to 1.18.1 #19

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dotenv-expand": "^11.0.6",
"dotenv-flow": "^4.1.0",
"express": "^4.19.2",
"express-session": "1.17.1",
"express-session": "1.18.1",
"method-override": "^3.0.0",
"mongoose": "^8.6.0",
"serve-static": "^1.13.1"
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4084,10 +4084,10 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.4.0":
version: 0.4.0
resolution: "cookie@npm:0.4.0"
checksum: 10c0/71508a1c8a4e97bb88f42635542ef24ebe7e713f82573ac61e9b289616334d14bfb28210d7979d9ada24b0254f5fb563af938cac13bc8c0c3f60f47a2257f791
"cookie-signature@npm:1.0.7":
version: 1.0.7
resolution: "cookie-signature@npm:1.0.7"
checksum: 10c0/e7731ad2995ae2efeed6435ec1e22cdd21afef29d300c27281438b1eab2bae04ef0d1a203928c0afec2cee72aa36540b8747406ebe308ad23c8e8cc3c26c9c51
languageName: node
linkType: hard

Expand All @@ -4105,6 +4105,13 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.7.2":
version: 0.7.2
resolution: "cookie@npm:0.7.2"
checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2
languageName: node
linkType: hard

"cookiejar@npm:^2.1.4":
version: 2.1.4
resolution: "cookiejar@npm:2.1.4"
Expand Down Expand Up @@ -4830,19 +4837,19 @@ __metadata:
languageName: node
linkType: hard

"express-session@npm:1.17.1":
version: 1.17.1
resolution: "express-session@npm:1.17.1"
"express-session@npm:1.18.1":
version: 1.18.1
resolution: "express-session@npm:1.18.1"
dependencies:
cookie: "npm:0.4.0"
cookie-signature: "npm:1.0.6"
cookie: "npm:0.7.2"
cookie-signature: "npm:1.0.7"
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.0"
safe-buffer: "npm:5.2.1"
uid-safe: "npm:~2.1.5"
checksum: 10c0/104f2f342df4f032cbc9dbafc65bef65aa0aaddcc4e81d584e3513842b14fc4da3654c4769b7ddbee7767849c049f62bd0c7053db06a3fc7fabefa20ffdc7f91
checksum: 10c0/7999f128df1528430044c97bb1aac95093afaee86c5fa54b2890c4aad9898d79745301f8c90c2df057d6dfe7af7f8ee220340bf5eb53dca5eff37e52cc2fbec7
languageName: node
linkType: hard

Expand Down Expand Up @@ -8307,13 +8314,6 @@ __metadata:
languageName: node
linkType: hard

"safe-buffer@npm:5.2.0":
version: 5.2.0
resolution: "safe-buffer@npm:5.2.0"
checksum: 10c0/9e1d7f6a162b493b54ecc29e60fcedaf4d0b53aa1636088f8f1f40dc5e7ceeb44885983c0de8148a735369e1ce567abe9465e8086e413673706432d4df8cca07
languageName: node
linkType: hard

"safe-buffer@npm:5.2.1, safe-buffer@npm:~5.2.0":
version: 5.2.1
resolution: "safe-buffer@npm:5.2.1"
Expand Down Expand Up @@ -9250,7 +9250,7 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
express: "npm:^4.19.2"
express-session: "npm:1.17.1"
express-session: "npm:1.18.1"
husky: "npm:^9.1.5"
is-ci: "npm:^3.0.1"
jest: "npm:^29.7.0"
Expand Down
Loading