Skip to content

Commit

Permalink
Update dependency express-session to v1.18.1
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 671eae4 commit 9f67443
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"eventsource": "2.0.2",
"express": "4.21.0",
"express-rate-limit": "7.4.0",
"express-session": "1.18.0",
"express-session": "1.18.1",
"fast-json-patch": "3.1.1",
"file-type": "19.6.0",
"github-api": "3.4.0",
Expand Down
12 changes: 6 additions & 6 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7822,19 +7822,19 @@ __metadata:
languageName: node
linkType: hard

"express-session@npm:1.18.0":
version: 1.18.0
resolution: "express-session@npm:1.18.0"
"express-session@npm:1.18.1":
version: 1.18.1
resolution: "express-session@npm:1.18.1"
dependencies:
cookie: "npm:0.6.0"
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.1"
uid-safe: "npm:~2.1.5"
checksum: 10/d0d8290615ef66fe01cd0514b0fcb4f0ed8399cf3dcaabac29f2e09e04636367d8a35948d4d8694edf655e0303f996a245ed6154e2fa44b70a107caa2638b0fb
checksum: 10/fec407d20e2b7c110e92c992f4a094b9603bf3e1d1040cf5a2f70fe64e23560f7f2d41e0e6dc8864dd146bbf0c07d9d5aa6848f80c403cbeac4cee4303192a53
languageName: node
linkType: hard

Expand Down Expand Up @@ -10925,7 +10925,7 @@ __metadata:
eventsource: "npm:2.0.2"
express: "npm:4.21.0"
express-rate-limit: "npm:7.4.0"
express-session: "npm:1.18.0"
express-session: "npm:1.18.1"
fast-glob: "npm:3.3.2"
fast-json-patch: "npm:3.1.1"
file-type: "npm:19.6.0"
Expand Down

0 comments on commit 9f67443

Please sign in to comment.