Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sqlite3 to ^5.0.8 #216

Merged
merged 1 commit into from
May 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2",
"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.2
sqlite3: ^5.0.6
sqlite3: ^5.0.8
ts-dotenv: ^0.8.3
typescript: ^4.6.4
undici: ^5.1.1
Expand Down