Bump @cap-js/sqlite from 1.3.0 to 1.3.1

Bumps [@cap-js/sqlite](https://github.com/cap-js/cds-dbs) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/cap-js/cds-dbs/releases)
- [Commits](https://github.com/cap-js/cds-dbs/compare/v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: "@cap-js/sqlite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-10 12:35:40 +00:00
committed by Christian Georgi
parent dc204ad888
commit 7ac9b3a49d

14
package-lock.json generated
View File

@@ -294,9 +294,9 @@
}
},
"node_modules/@cap-js/db-service": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@cap-js/db-service/-/db-service-1.3.0.tgz",
"integrity": "sha512-GTS/OVR+009Gz+69EZKOskZ/ioXRHzySbE/xdOfJqB+Ei0lsQc2pxh3MUzNViuVPOQNyap40XdwDjCJgQc2h/Q==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@cap-js/db-service/-/db-service-1.3.1.tgz",
"integrity": "sha512-a7u05OzeJ6cLwwS8SYMOVlW7xYpXWHv4tUMwiKxVd3rk1wsHJn1gQao4sLtYZ4lnaRRF+GGf7mWuCn/0eaGn5A==",
"dev": true,
"engines": {
"node": ">=16",
@@ -307,12 +307,12 @@
}
},
"node_modules/@cap-js/sqlite": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@cap-js/sqlite/-/sqlite-1.3.0.tgz",
"integrity": "sha512-wx+jFj9bMZAyGZ/A6Nk8b2rOx/40UgjbZy3BhPuK0l+q7AjeSQqMvxtu8XeNdDbM3ffrQcc1WPxbKG3d0XzHMQ==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@cap-js/sqlite/-/sqlite-1.3.1.tgz",
"integrity": "sha512-eNJu8X6XzAy7zZUzD4r0EJ/B1upDlLotiCe3qoc+3GHwkYEXcZl2CIUNRyqIuJ6KGoBgbAA1l9iCExaZUX32uA==",
"dev": true,
"dependencies": {
"@cap-js/db-service": "^1.3.0",
"@cap-js/db-service": "^1.3.1",
"better-sqlite3": "^8"
},
"engines": {