Skip to content

Commit

Permalink
chore: Upgrade better-sqlite3 to v11.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbyrne committed Oct 25, 2024
1 parent 209a6be commit 9892d01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@eslint/js": "~8.57.0",
"@octokit/types": "^11.1.0",
"@swc/core": "^1.3.76",
"@types/better-sqlite3": "^7.6.9",
"@types/better-sqlite3": "^7.6.11",
"@types/cors": "^2.8.17",
"@types/fs-extra": "^9.0.13",
"@types/gitconfiglocal": "^2.0.1",
Expand Down Expand Up @@ -103,7 +103,7 @@
"applicationinsights": "^2.1.4",
"async": "^3.2.4",
"axios": "^0.27.2",
"better-sqlite3": "^9.5.0",
"better-sqlite3": "^11.5.0",
"body-parser": "^1.20.2",
"boxen": "^5.0.1",
"chalk": "^4.1.2",
Expand Down
24 changes: 2 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ __metadata:
"@octokit/types": ^11.1.0
"@sidvind/better-ajv-errors": ^0.9.1
"@swc/core": ^1.3.76
"@types/better-sqlite3": ^7.6.9
"@types/better-sqlite3": ^7.6.11
"@types/cors": ^2.8.17
"@types/fs-extra": ^9.0.13
"@types/gitconfiglocal": ^2.0.1
Expand All @@ -182,7 +182,7 @@ __metadata:
applicationinsights: ^2.1.4
async: ^3.2.4
axios: ^0.27.2
better-sqlite3: ^9.5.0
better-sqlite3: ^11.5.0
body-parser: ^1.20.2
boxen: ^5.0.1
chalk: ^4.1.2
Expand Down Expand Up @@ -10874,15 +10874,6 @@ __metadata:
languageName: node
linkType: hard

"@types/better-sqlite3@npm:^7.6.9":
version: 7.6.9
resolution: "@types/better-sqlite3@npm:7.6.9"
dependencies:
"@types/node": "*"
checksum: 6572076639dde1e65ad8fe0e319e797fa40793ca805ec39aa1d072d3f145f218775eafd27d7266fb4e42a6291d8b8b836278e7880b15ef728c750dfcbba2ee52
languageName: node
linkType: hard

"@types/body-parser@npm:*":
version: 1.19.2
resolution: "@types/body-parser@npm:1.19.2"
Expand Down Expand Up @@ -16187,17 +16178,6 @@ __metadata:
languageName: node
linkType: hard

"better-sqlite3@npm:^9.5.0":
version: 9.5.0
resolution: "better-sqlite3@npm:9.5.0"
dependencies:
bindings: ^1.5.0
node-gyp: latest
prebuild-install: ^7.1.1
checksum: cfa56519755d6dd29ef8361c872c6f29392fcfcc44a435099eb61729aae23c4f18057972592a0b9ff0fcedc98e43db4ee7a1a2de21ab2868f8dcec4f8272ad9d
languageName: node
linkType: hard

"bfj@npm:^6.1.1":
version: 6.1.2
resolution: "bfj@npm:6.1.2"
Expand Down

0 comments on commit 9892d01

Please sign in to comment.