Skip to content

Commit

Permalink
chore(deps): update dependency sqlite3 to ^5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 22, 2022
1 parent fab7515 commit 0e2fd49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mw.js": "^2.4.1",
"node-cron": "^3.0.0",
"sequelize": "^6.19.0",
"sqlite3": "^5.0.6",
"sqlite3": "^5.0.8",
"ts-dotenv": "^0.8.3",
"undici": "^5.1.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3903,9 +3903,9 @@ __metadata:
languageName: node
linkType: hard

"sqlite3@npm:^5.0.6":
version: 5.0.6
resolution: "sqlite3@npm:5.0.6"
"sqlite3@npm:^5.0.8":
version: 5.0.8
resolution: "sqlite3@npm:5.0.8"
dependencies:
"@mapbox/node-pre-gyp": ^1.0.0
node-addon-api: ^4.2.0
Expand All @@ -3919,7 +3919,7 @@ __metadata:
peerDependenciesMeta:
node-gyp:
optional: true
checksum: 6867094a034bac101c9e9301cf7b35cfd46c429045fd4b531bb2673fea5027d075133c005e9c6e148d71c10e08100cc1155a921a24f7993143cd99bb7fec1c89
checksum: 6b19d4cad0f53e3df9745aa4b743b0f9388b9ca857e69e851a24336b8fe174381b84d7867bdbf4bc0b572c7e84ef1bb962d8bdc10b0aa18810bf9078536f3d49
languageName: node
linkType: hard

Expand Down Expand Up @@ -4491,7 +4491,7 @@ __metadata:
node-cron: ^3.0.0
rimraf: ^3.0.2
sequelize: ^6.19.0
sqlite3: ^5.0.6
sqlite3: ^5.0.8
ts-dotenv: ^0.8.3
typescript: ^4.6.4
undici: ^5.1.1
Expand Down

0 comments on commit 0e2fd49

Please sign in to comment.