Skip to content

Commit

Permalink
chore(deps): bump keyv from 4.5.4 to 5.2.3
Browse files Browse the repository at this point in the history
Bumps [keyv](https://github.com/jaredwray/keyv) from 4.5.4 to 5.2.3.
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 3b915a4 commit a1a43d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"graphql-yoga": "^5.1.1",
"jest-date-mock": "^1.0.8",
"jsonwebtoken": "^9.0.0",
"keyv": "^4.5.4",
"keyv": "^5.2.3",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"netmask": "^2.0.2",
Expand Down
16 changes: 15 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3175,6 +3175,13 @@
dependencies:
ioredis "^5.3.2"

"@keyv/serialize@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@keyv/serialize/-/serialize-1.0.2.tgz#72507c4be94d8914434a4aa80661f8ac6131967f"
integrity sha512-+E/LyaAeuABniD/RvUezWVXKpeuvwLEA9//nE9952zBaOdBd2mQ3pPoM8cUe2X6IcMByfuSLzmYqnYshG60+HQ==
dependencies:
buffer "^6.0.3"

"@luckycatfactory/esbuild-graphql-loader@^3.8.1":
version "3.8.1"
resolved "https://registry.npmjs.org/@luckycatfactory/esbuild-graphql-loader/-/esbuild-graphql-loader-3.8.1.tgz"
Expand Down Expand Up @@ -8319,13 +8326,20 @@ jws@^3.2.2:
jwa "^1.4.1"
safe-buffer "^5.0.1"

keyv@^4.0.0, keyv@^4.5.4:
keyv@^4.0.0:
version "4.5.4"
resolved "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz"
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
dependencies:
json-buffer "3.0.1"

keyv@^5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.2.3.tgz#32db1a4aa8d05e2b8ab82688a57ddc5d2184a25c"
integrity sha512-AGKecUfzrowabUv0bH1RIR5Vf7w+l4S3xtQAypKaUpTdIR1EbrAcTxHCrpo9Q+IWeUlFE2palRtgIQcgm+PQJw==
dependencies:
"@keyv/serialize" "^1.0.2"

kleur@^3.0.3:
version "3.0.3"
resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz"
Expand Down

0 comments on commit a1a43d9

Please sign in to comment.