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

Update dependency @vscode/sqlite3 to v5.0.8 - autoclosed #516

Closed
wants to merge 1 commit into from
Closed
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 @@
},
"dependencies": {
"@sentry/node": "6.18.2",
"@vscode/sqlite3": "5.0.7",
"@vscode/sqlite3": "5.0.8",
"cross-env": "7.0.3",
"envsafe": "2.0.3",
"fastify": "3.27.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1080,13 +1080,13 @@ __metadata:
languageName: node
linkType: hard

"@vscode/sqlite3@npm:5.0.7":
version: 5.0.7
resolution: "@vscode/sqlite3@npm:5.0.7"
"@vscode/sqlite3@npm:5.0.8":
version: 5.0.8
resolution: "@vscode/sqlite3@npm:5.0.8"
dependencies:
node-addon-api: ^4.2.0
node-gyp: latest
checksum: af0c3b92d6f5407f631ed3dd0aabe3939b5d2b36a5aa8565e0b454eda901b39e4a96741a480bc3f42e705c851a8deca4f988d3f4711956cb302cb64c1cfa57a5
checksum: fba438ffa5bdcfd216292e4b28116689bebe728be7296ce508e6da6e2573dbd2b7cefe97f94d71f358b9440f309af7bc2a5604f7ad1df134aac0035c6c51ba58
languageName: node
linkType: hard

Expand Down Expand Up @@ -1341,7 +1341,7 @@ __metadata:
"@sentry/node": 6.18.2
"@tsconfig/node14": 1.0.1
"@types/node": 16.11.27
"@vscode/sqlite3": 5.0.7
"@vscode/sqlite3": 5.0.8
c8: 7.11.0
cross-env: 7.0.3
dotenv: 16.0.0
Expand Down