Skip to content

Commit

Permalink
Update dependency sqlite3 to v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 30, 2021
1 parent 4a72f93 commit 668dede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -84,7 +84,7 @@
"prettier-eslint": "12.0.0",
"prettier-eslint-cli": "5.0.0",
"rimraf": "3.0.2",
"sqlite3": "5.0.1",
"sqlite3": "5.0.2",
"ts-jest": "26.5.0",
"typeorm": "0.2.30",
"typescript": "4.1.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7042,10 +7042,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"
Expand Down

0 comments on commit 668dede

Please sign in to comment.