From dcac5b45a8905d883db80d1bc73dcd42b17f53f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 11:08:16 -0600 Subject: [PATCH] chore(deps): bump sqlite3 from 5.0.1 to 5.0.2 (#37) Bumps [sqlite3](https://github.com/mapbox/node-sqlite3) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/mapbox/node-sqlite3/releases) - [Changelog](https://github.com/mapbox/node-sqlite3/blob/master/CHANGELOG.md) - [Commits](https://github.com/mapbox/node-sqlite3/compare/v5.0.1...v5.0.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index acc84ec..e6bb475 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "redis": "^3.0.2", "require-reload": "^0.2.2", "sequelize": "^6.3.5", - "sqlite3": "^5.0.1" + "sqlite3": "^5.0.2" }, "devDependencies": { "eslint": "^7.18.0" diff --git a/yarn.lock b/yarn.lock index de70655..fcb97b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1378,10 +1378,10 @@ sprintf-js@~1.0.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= -sqlite3@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.1.tgz#d5b58c8d1568bbaf13062eb9465982f36324f78a" - integrity sha512-kh2lTIcYNfmVcvhVJihsYuPj9U0xzBbh6bmqILO2hkryWSC9RRhzYmkIDtJkJ+d8Kg4wZRJ0T1reyHUEspICfg== +sqlite3@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.2.tgz#00924adcc001c17686e0a6643b6cbbc2d3965083" + integrity sha512-1SdTNo+BVU211Xj1csWa8lV6KM0CtucDwRyA0VHl91wEH1Mgh7RxUpI4rVvG7OhHrzCSGaVyW5g8vKvlrk9DJA== dependencies: node-addon-api "^3.0.0" node-pre-gyp "^0.11.0"