Skip to content

Update dependency @types/sqlite3 to v5 #119

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -61,7 +61,7 @@
"@types/opentype.js": "^1.3.8",
"@types/pg": "^8.11.11",
"@types/sequelize": "^4.28.20",
"@types/sqlite3": "^3.1.11",
"@types/sqlite3": "^5.0.0",
"@types/string-similarity": "^4.0.2",
"@types/validator": "^13.12.2",
"eslint": "^9.19.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1419,12 +1419,12 @@ __metadata:
languageName: node
linkType: hard

"@types/sqlite3@npm:^3.1.11":
version: 3.1.11
resolution: "@types/sqlite3@npm:3.1.11"
"@types/sqlite3@npm:^5.0.0":
version: 5.1.0
resolution: "@types/sqlite3@npm:5.1.0"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/af5a523e40cb6b0c50df1e5edb88354ab434b0e2711e609ba7a609e9c9567c8220a3534c5571bc07a0926b15cc29d829dd4354d674b72c70e5c79c098e8c851d
sqlite3: "npm:*"
checksum: 10c0/94930cae2f93d5cebe390e3050db54c80e5937f744728cd702690305a68f2650dd4dba825b9709969bf1810f5534880efd867d8acea59279363622f5b690c362
languageName: node
linkType: hard

Expand Down Expand Up @@ -2561,7 +2561,7 @@ __metadata:
"@types/opentype.js": "npm:^1.3.8"
"@types/pg": "npm:^8.11.11"
"@types/sequelize": "npm:^4.28.20"
"@types/sqlite3": "npm:^3.1.11"
"@types/sqlite3": "npm:^5.0.0"
"@types/string-similarity": "npm:^4.0.2"
"@types/validator": "npm:^13.12.2"
bufferutil: "npm:^4.0.9"
Expand Down Expand Up @@ -6147,7 +6147,7 @@ __metadata:
languageName: node
linkType: hard

"sqlite3@npm:^5.1.7":
"sqlite3@npm:*, sqlite3@npm:^5.1.7":
version: 5.1.7
resolution: "sqlite3@npm:5.1.7"
dependencies:
Expand Down
Loading