aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-16 10:47:02 +0000
committerGitHub <[email protected]>2021-02-16 10:47:02 +0000
commit94a73bfa10cad78aebc5ceb0bd8204054f61e435 (patch)
tree8806166555507a92bd0dce96fcd6245f6770abe2
parente3390d0c06d252519ddcf6ae4f9bb757bae5d823 (diff)
parentbd70c6cb97824ac1b5958b2e3b179d2bc582d700 (diff)
downloadmuse-94a73bfa10cad78aebc5ceb0bd8204054f61e435.tar.xz
muse-94a73bfa10cad78aebc5ceb0bd8204054f61e435.zip
Merge pull request #115 from codetheweb/dependabot/npm_and_yarn/sqlite3-5.0.2
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index cb9a8ca..d181466 100644
--- a/package.json
+++ b/package.json
@@ -88,7 +88,7 @@
"sequelize-typescript": "^1.1.0",
"spotify-uri": "^2.1.0",
"spotify-web-api-node": "^5.0.2",
- "sqlite3": "^5.0.1",
+ "sqlite3": "^5.0.2",
"unique-random-array": "^2.0.0",
"youtube.ts": "^0.1.9",
"ytdl-core": "^4.4.5"
diff --git a/yarn.lock b/yarn.lock
index 710be73..ff203d1 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2631,10 +2631,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"