From a7c519bf1555255ecb7fbe9537e14597311cb6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 06:05:02 +0000 Subject: [PATCH] build(deps): bump sqlite3 from 5.0.4 to 5.0.11 Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.4 to 5.0.11. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.4...v5.0.11) --- 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 3f17801..5e9501b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "rxjs": "7.5.5", "source-map-support": "^0.5.21", "sql.js": "^1.6.2", - "sqlite3": "^5.0.4", + "sqlite3": "^5.0.11", "trilogy": "^2.0.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e97bd04..aa9f26d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8703,10 +8703,10 @@ sqlite3@^4.0.0: nan "^2.12.1" node-pre-gyp "^0.11.0" -sqlite3@^5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.4.tgz#3ddff8d360dab3f17c596690d8663f353d876187" - integrity sha512-ATvAe7JutFv/d+KTbLS58KsKn/t1raL/WGn2qZfZxwsrL/oGSP+0OlbQ2tX5jISvyu6/7JuKze3WkaiP1JAH6A== +sqlite3@^5.0.11: + version "5.0.11" + resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.11.tgz#102c835d70be66da9d95a383fd6ea084a082ef7f" + integrity sha512-4akFOr7u9lJEeAWLJxmwiV43DJcGV7w3ab7SjQFAFaTVyknY3rZjvXTKIVtWqUoY4xwhjwoHKYs2HDW2SoHVsA== dependencies: "@mapbox/node-pre-gyp" "^1.0.0" node-addon-api "^4.2.0"