From b891902dce8fdf251831fb6f590dc20a31e9dcec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:46:57 +0000 Subject: [PATCH] Bump sqlite3 from 5.0.8 to 5.1.5 in /app Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.8 to 5.1.5. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.1.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 7a34ef48..121581d7 100644 --- a/app/package.json +++ b/app/package.json @@ -88,7 +88,7 @@ "readability-node": "^0.1.0", "remove-stopwords": "^1.0.3", "serialize-error": "^8.1.0", - "sqlite3": "^5.0.2", + "sqlite3": "^5.1.5", "styled-components": "^5.3.3", "text-encoder-lite": "^2.0.0", "tweetnacl": "^1.0.1", diff --git a/app/yarn.lock b/app/yarn.lock index 055f8b32..f30d9e20 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -11349,10 +11349,10 @@ sprintf-js@~1.0.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== -sqlite3@^5.0.2: - version "5.0.8" - resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.8.tgz#b4b7eab7156debec80866ef492e01165b4688272" - integrity sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ== +sqlite3@^5.1.5: + version "5.1.5" + resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.5.tgz#cf5a753c98914f3aa44b7bd057702fdca6abceb6" + integrity sha512-7sP16i4wI+yKnGOO2q2ijze7EjQ9US+Vw7DYYwxfFtqNZDGgBcEw0oeDaDvUTq66uJOzVd/z6MkIg+c9erSJKg== dependencies: "@mapbox/node-pre-gyp" "^1.0.0" node-addon-api "^4.2.0"