Skip to content

Commit

Permalink
chore(deps): bump keyv from 4.5.4 to 5.1.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.1.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 Nov 4, 2024
1 parent 3b915a4 commit a60a7cb
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.1.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@*":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@keyv/serialize/-/serialize-1.0.1.tgz#8dae240d5fe11c589e38b73a2db238dcf26a33cf"
integrity sha512-kKXeynfORDGPUEEl2PvTExM2zs+IldC6ZD8jPcfvI351MDNtfMlw9V9s4XZXuJNDK2qR5gbEKxRyoYx3quHUVQ==
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.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.1.3.tgz#9471f0c086ca346e648825953b6f16bd903ac062"
integrity sha512-qWefZgq3GByWFTQgn+C9U7iaHe+mwAVb1utqbna15ggTO5RiLSL91NY+5liTgzchAhGhI6MOn5NVVn/eR1FkPA==
dependencies:
"@keyv/serialize" "*"

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 a60a7cb

Please sign in to comment.