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

Commit

Permalink
Bump @keyv/sqlite from 3.6.7 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [@keyv/sqlite](https://github.com/jaredwray/keyv) from 3.6.7 to 4.0.0.
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits/v4.0.0)

---
updated-dependencies:
- dependency-name: "@keyv/sqlite"
  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 5adb477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@keyv/postgres": "^1.4.11",
"@keyv/redis": "^2.8.5",
"@keyv/sqlite": "^3.6.7",
"@keyv/sqlite": "^4.0.0",
"@waylaidwanderer/chatgpt-api": "^1.37.3",
"dotenv": "^16.4.5",
"hash.js": "^1.1.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
dependencies:
ioredis "^5.4.1"

"@keyv/sqlite@^3.6.7":
version "3.6.7"
resolved "https://registry.yarnpkg.com/@keyv/sqlite/-/sqlite-3.6.7.tgz#32a1279b26f2b63f1b98694266cf5c16fdde8fe1"
integrity sha512-r9MrIApqa5i1tJPijsxbXLplm0y+E2GTuCHw0N1oSz/0a16txUdzRmOGX0ggLVbz2MDlDojYRG7GCdq5y0xQBQ==
"@keyv/sqlite@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@keyv/sqlite/-/sqlite-4.0.0.tgz#e493943b8335d6921f67048e2678aafc3df690ea"
integrity sha512-m3dIq8Bx6tC9ctSJhmpoxe2gh1bBvZ+mxGEsGQdxbFpThno9eJToKt8ngAaZSz/eolmNQEk48Oko0i++OtP0MA==
dependencies:
sqlite3 "^5.1.7"

Expand Down

0 comments on commit 5adb477

Please sign in to comment.