Skip to content

Commit

Permalink
Merge pull request #449 from espoon-voltti/dependabot/npm_and_yarn/ap…
Browse files Browse the repository at this point in the history
…i-gateway/connect-redis-8.0.0

Bump connect-redis from 7.1.1 to 8.0.0 in /api-gateway
  • Loading branch information
juhenius authored Dec 3, 2024
2 parents 1af26fe + f670f98 commit 7c608d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion api-gateway/src/auth/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later

import RedisStore from 'connect-redis'
import { RedisStore } from 'connect-redis'
import {
addMinutes,
differenceInMinutes,
Expand Down
10 changes: 5 additions & 5 deletions api-gateway/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1230,12 +1230,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 @@ -3011,7 +3011,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^8.16.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 7c608d7

Please sign in to comment.