Skip to content

Commit

Permalink
Bump sqlite from 5.0.1 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [sqlite](https://github.com/kriasoft/node-sqlite) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/kriasoft/node-sqlite/releases)
- [Changelog](https://github.com/kriasoft/node-sqlite/blob/master/CHANGELOG.md)
- [Commits](kriasoft/node-sqlite@v5.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 5737984 commit c4e9d2d
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 @@ -14,7 +14,7 @@
"jsdom": "^22.1.0",
"node-fetch": "2",
"sql-template-strings": "^2.2.2",
"sqlite": "^5.0.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.1",
"typera-express": "^2.4.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1379,10 +1379,10 @@ sqlite3@^5.1.6:
optionalDependencies:
node-gyp "8.x"

sqlite@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/sqlite/-/sqlite-5.0.1.tgz#4b0fcb1e13d665b073b9b53cb8357a1055f5c7ea"
integrity sha512-sRxbVwzNX9rvEPnxz9scNqi60KtfxBXMzzus5BI4+0nPtVkyEXyBwQ7JkM2M1CiVvEFw6s1vn2Z9/1DEdSpiaA==
sqlite@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/sqlite/-/sqlite-5.1.1.tgz#26a6a200fdac490643880af2b6cb3940ada59274"
integrity sha512-oBkezXa2hnkfuJwUo44Hl9hS3er+YFtueifoajrgidvqsJRQFpc5fKoAkAor1O5ZnLoa28GBScfHXs8j0K358Q==

ssri@^8.0.0, ssri@^8.0.1:
version "8.0.1"
Expand Down

0 comments on commit c4e9d2d

Please sign in to comment.