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

fix(deps): update dependency @keyv/redis to v3 #145

Merged
merged 1 commit into from
Aug 25, 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/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@as-integrations/fastify": "^2.0.0",
"@fastify/one-line-logger": "^1.1.1",
"@graphql-tools/schema": "^10.0.0",
"@keyv/redis": "^2.5.4",
"@keyv/redis": "^3.0.1",
"@typegoose/typegoose": "^12.0.0",
"bcrypt": "^5.1.0",
"class-validator": "^0.14.0",
Expand Down
31 changes: 24 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1669,12 +1669,12 @@ __metadata:
languageName: node
linkType: hard

"@keyv/redis@npm:^2.5.4":
version: 2.5.4
resolution: "@keyv/redis@npm:2.5.4"
"@keyv/redis@npm:^3.0.1":
version: 3.0.1
resolution: "@keyv/redis@npm:3.0.1"
dependencies:
ioredis: "npm:^5.2.4"
checksum: 8/02f557e0bc0343aea44b8dd4b6ff273da5833b935236c4036fa89e90b1d92d9688dafa064d5318d26744a6c72497cd4c41dcac825cb8d5919271e3a25a3cadbb
ioredis: "npm:^5.4.1"
checksum: 10c0/d94920204211f5c6a7d59484993811cdb9066537ccc48bb4fc87909d07a99756119b337be35d08cf64cb021c6c2596269bcf3cdf42c42ad1b889591ff12e5ef0
languageName: node
linkType: hard

Expand All @@ -1694,7 +1694,7 @@ __metadata:
"@as-integrations/fastify": "npm:^2.0.0"
"@fastify/one-line-logger": "npm:^1.1.1"
"@graphql-tools/schema": "npm:^10.0.0"
"@keyv/redis": "npm:^2.5.4"
"@keyv/redis": "npm:^3.0.1"
"@swc/core": "npm:^1.3.62"
"@swc/jest": "npm:^0.2.26"
"@typegoose/typegoose": "npm:^12.0.0"
Expand Down Expand Up @@ -3494,7 +3494,7 @@ __metadata:
languageName: node
linkType: hard

"denque@npm:^2.0.1":
"denque@npm:^2.0.1, denque@npm:^2.1.0":
version: 2.1.0
resolution: "denque@npm:2.1.0"
checksum: 8/1d4ae1d05e59ac3a3481e7b478293f4b4c813819342273f3d5b826c7ffa9753c520919ba264f377e09108d24ec6cf0ec0ac729a5686cbb8f32d797126c5dae74
Expand Down Expand Up @@ -4778,6 +4778,23 @@ __metadata:
languageName: node
linkType: hard

"ioredis@npm:^5.4.1":
version: 5.4.1
resolution: "ioredis@npm:5.4.1"
dependencies:
"@ioredis/commands": "npm:^1.1.1"
cluster-key-slot: "npm:^1.1.0"
debug: "npm:^4.3.4"
denque: "npm:^2.1.0"
lodash.defaults: "npm:^4.2.0"
lodash.isarguments: "npm:^3.1.0"
redis-errors: "npm:^1.2.0"
redis-parser: "npm:^3.0.0"
standard-as-callback: "npm:^2.1.0"
checksum: 10c0/5d28b7c89a3cab5b76d75923d7d4ce79172b3a1ca9be690133f6e8e393a7a4b4ffd55513e618bbb5504fed80d9e1395c9d9531a7c5c5c84aa4c4e765cca75456
languageName: node
linkType: hard

"ip@npm:^2.0.0":
version: 2.0.0
resolution: "ip@npm:2.0.0"
Expand Down
Loading