Skip to content

Commit

Permalink
fix(deps): update dependency keyv to v5 (#146)
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] committed Aug 25, 2024
1 parent 3e7c65d commit a00ea0b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"graphql-redis-subscriptions": "^2.6.0",
"graphql-ws": "^5.11.2",
"ioredis": "^5.2.4",
"keyv": "^4.5.2",
"keyv": "^5.0.1",
"mongoose": "^8.0.0",
"reflect-metadata": "^0.1.13",
"type-graphql": "2.0.0-beta.1",
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1678,6 +1678,15 @@ __metadata:
languageName: node
linkType: hard

"@keyv/serialize@npm:*":
version: 1.0.1
resolution: "@keyv/serialize@npm:1.0.1"
dependencies:
buffer: "npm:^6.0.3"
checksum: 10c0/948fadc632f6050b67cb8ea664192a98d7743015e1b449d383addacbce371414b9cd7129b33ab36d5d81b558744ab0a56c2753b287e7c4f5b2c46401c486cbd0
languageName: node
linkType: hard

"@lukeed/ms@npm:^2.0.1":
version: 2.0.1
resolution: "@lukeed/ms@npm:2.0.1"
Expand Down Expand Up @@ -1715,7 +1724,7 @@ __metadata:
graphql-ws: "npm:^5.11.2"
ioredis: "npm:^5.2.4"
jest: "npm:^29.5.0"
keyv: "npm:^4.5.2"
keyv: "npm:^5.0.1"
mongoose: "npm:^8.0.0"
pino-pretty: "npm:^11.0.0"
reflect-metadata: "npm:^0.1.13"
Expand Down Expand Up @@ -5614,7 +5623,7 @@ __metadata:
languageName: node
linkType: hard

"keyv@npm:^4.4.0, keyv@npm:^4.5.2":
"keyv@npm:^4.4.0":
version: 4.5.2
resolution: "keyv@npm:4.5.2"
dependencies:
Expand All @@ -5623,6 +5632,15 @@ __metadata:
languageName: node
linkType: hard

"keyv@npm:^5.0.1":
version: 5.0.1
resolution: "keyv@npm:5.0.1"
dependencies:
"@keyv/serialize": "npm:*"
checksum: 10c0/e16a4322a21e448040ea1bb6e97b9b35c7ebedf9f9fb617ad08ac82f42e98799033cec207c767f3e71f9b59738d708cfcfa45eace64ba3c6b7b9134af87a6cc8
languageName: node
linkType: hard

"kleur@npm:^3.0.3":
version: 3.0.3
resolution: "kleur@npm:3.0.3"
Expand Down

0 comments on commit a00ea0b

Please sign in to comment.