From e42568814c32dfdf20a94e8fa4e6460b0e5f6c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 21:26:33 +0000 Subject: [PATCH] chore(deps): bump sqlite3 from 5.0.8 to 5.0.9 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dd0d18f..35dc88e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "redis": "3", "require-reload": "^0.2.2", "sequelize": "^6.21.3", - "sqlite3": "^5.0.8" + "sqlite3": "^5.0.9" }, "devDependencies": { "eslint": "^8.19.0" diff --git a/yarn.lock b/yarn.lock index 84d3099..3e48947 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1279,10 +1279,10 @@ socks@^2.6.2: ip "^1.1.5" smart-buffer "^4.2.0" -sqlite3@^5.0.8: - version "5.0.8" - resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.8.tgz#b4b7eab7156debec80866ef492e01165b4688272" - integrity sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ== +sqlite3@^5.0.9: + version "5.0.9" + resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.9.tgz#421b9c065480f1c589f89cabd6d0ea9575a69855" + integrity sha512-e2lEKevUF65UJu4IIuuFytgW7yNMkmCkfyn66jXWeb7OcdHvRo7nXhF+IQ25iW6x2grB0DyKdGCpx8Rd8EkA2Q== dependencies: "@mapbox/node-pre-gyp" "^1.0.0" node-addon-api "^4.2.0"