Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Bump keyv from 4.5.4 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [keyv](https://github.com/jaredwray/keyv) from 4.5.4 to 5.0.0.
- [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 Aug 21, 2024
1 parent 0f95e3e commit 02020b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@waylaidwanderer/chatgpt-api": "^1.37.3",
"dotenv": "^16.4.5",
"hash.js": "^1.1.7",
"keyv": "^4.5.4",
"keyv": "^5.0.0",
"keyv-file": "^0.3.1",
"markdown-it": "^14.1.0",
"matrix-bot-sdk": "0.7.1",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
dependencies:
ioredis "^5.4.1"

"@keyv/serialize@*":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@keyv/serialize/-/serialize-1.0.0.tgz#1123aadbed6200e6b11ed642db7a8291e778660e"
integrity sha512-BckrffCXqE2eMxl8LjOpc6vY3TTduILoiFwytNhJtQfhMDKhepq4+EAyP9qMCy38Fxs9g4RRCe/6mimdap1/vQ==
dependencies:
buffer "^6.0.3"

"@keyv/sqlite@^3.6.7":
version "3.6.7"
resolved "https://registry.yarnpkg.com/@keyv/sqlite/-/sqlite-3.6.7.tgz#32a1279b26f2b63f1b98694266cf5c16fdde8fe1"
Expand Down Expand Up @@ -1693,12 +1700,12 @@ keyv@^4.5.2:
dependencies:
json-buffer "3.0.1"

keyv@^4.5.4:
version "4.5.4"
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
keyv@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.0.0.tgz#f7dc34681f8a9e823dab5664ae7b3e74202a5701"
integrity sha512-qtmxo+NR06YxIrywQzkxQG5bsNKR4GlOHZzrJHKsRXATU8ivqptnMllSuPIJRtaLmDGWdAK/n6JVfbBgRfTuXQ==
dependencies:
json-buffer "3.0.1"
"@keyv/serialize" "*"

leac@^0.6.0:
version "0.6.0"
Expand Down

0 comments on commit 02020b8

Please sign in to comment.