Skip to content

Commit

Permalink
Update dependency @types/sqlite3 to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 13fe236 commit 47325a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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

0 comments on commit 47325a6

Please sign in to comment.