Bump sqlite3 from 5.0.8 to 5.0.9 (#381)

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.0.9)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-07-15 12:17:24 +00:00
committed by GitHub
parent 8d26fc1f45
commit 57cda61b02

12
package-lock.json generated
View File

@@ -5705,9 +5705,9 @@
"peer": true
},
"node_modules/sqlite3": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.0.8.tgz",
"integrity": "sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ==",
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.0.9.tgz",
"integrity": "sha512-e2lEKevUF65UJu4IIuuFytgW7yNMkmCkfyn66jXWeb7OcdHvRo7nXhF+IQ25iW6x2grB0DyKdGCpx8Rd8EkA2Q==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -10954,9 +10954,9 @@
"peer": true
},
"sqlite3": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.0.8.tgz",
"integrity": "sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ==",
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.0.9.tgz",
"integrity": "sha512-e2lEKevUF65UJu4IIuuFytgW7yNMkmCkfyn66jXWeb7OcdHvRo7nXhF+IQ25iW6x2grB0DyKdGCpx8Rd8EkA2Q==",
"dev": true,
"requires": {
"@mapbox/node-pre-gyp": "^1.0.0",