Skip to content

Commit

Permalink
Bump connect-redis from 7.1.1 to 8.0.0 in /api-gateway
Browse files Browse the repository at this point in the history
Bumps [connect-redis](https://github.com/tj/connect-redis) from 7.1.1 to 8.0.0.
- [Release notes](https://github.com/tj/connect-redis/releases)
- [Commits](tj/connect-redis@v7.1.1...v8.0.0)

---
updated-dependencies:
- dependency-name: connect-redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 34ec7b9 commit b94b3a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@node-saml/node-saml": "^5.0.0",
"@node-saml/passport-saml": "^5.0.0",
"axios": "^1.7.7",
"connect-redis": "^7.1.1",
"connect-redis": "^8.0.0",
"cookie-parser": "^1.4.7",
"csurf": "^1.11.0",
"date-fns": "^4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions api-gateway/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1351,12 +1351,12 @@ __metadata:
languageName: node
linkType: hard

"connect-redis@npm:^7.1.1":
version: 7.1.1
resolution: "connect-redis@npm:7.1.1"
"connect-redis@npm:^8.0.0":
version: 8.0.0
resolution: "connect-redis@npm:8.0.0"
peerDependencies:
express-session: ">=1"
checksum: 1a0801356783c977c6467eea5bee1e91690c7ca62b6b699cf6de0aedbeb0e481eeacc32f372eda6530bdf3867259b7230bc00cf13b295abe9349aaa50fe0c8fb
checksum: 0203da19f98c468413d029681116ca0512cbf2c97e9d989a9ed38a2241ac085a5ba8e13939f32eb2011ec1c55e447991301253c185fc30bca43c403ef5e6683c
languageName: node
linkType: hard

Expand Down Expand Up @@ -3132,7 +3132,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^8.15.0"
axios: "npm:^1.7.7"
concurrently: "npm:^9.1.0"
connect-redis: "npm:^7.1.1"
connect-redis: "npm:^8.0.0"
cookie-parser: "npm:^1.4.7"
csurf: "npm:^1.11.0"
date-fns: "npm:^4.1.0"
Expand Down

0 comments on commit b94b3a0

Please sign in to comment.