Skip to content

Commit a1a1b78

Browse files
authored
chore: upgrade sqlite plugins (#471)
1 parent 73ee1ad commit a1a1b78

File tree

3 files changed

+35
-15
lines changed

3 files changed

+35
-15
lines changed

packages/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-plugin-n": "^17.11.1",
7171
"eslint-plugin-prettier": "^5.2.1",
7272
"eslint-plugin-promise": "^7.1.0",
73-
"node-gyp": "^11.0.0",
73+
"node-gyp": "^11.2.0",
7474
"prettier": "^3.3.3",
7575
"rimraf": "^6.0.1",
7676
"typedoc": "^0.27.9",

packages/store/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
},
6868
"dependencies": {
6969
"@ocap/utils": "workspace:^",
70-
"@sqlite.org/sqlite-wasm": "^3.48.0-build1",
71-
"better-sqlite3": "^11.8.1",
70+
"@sqlite.org/sqlite-wasm": "^3.49.1-build3",
71+
"better-sqlite3": "^11.9.1",
7272
"ses": "^1.9.0"
7373
},
7474
"devDependencies": {

yarn.lock

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ __metadata:
21212121
eslint-plugin-n: "npm:^17.11.1"
21222122
eslint-plugin-prettier: "npm:^5.2.1"
21232123
eslint-plugin-promise: "npm:^7.1.0"
2124-
node-gyp: "npm:^11.0.0"
2124+
node-gyp: "npm:^11.2.0"
21252125
prettier: "npm:^3.3.3"
21262126
rimraf: "npm:^6.0.1"
21272127
ses: "npm:^1.9.0"
@@ -2180,15 +2180,15 @@ __metadata:
21802180
"@metamask/eslint-config-typescript": "npm:^14.0.0"
21812181
"@ocap/test-utils": "workspace:^"
21822182
"@ocap/utils": "workspace:^"
2183-
"@sqlite.org/sqlite-wasm": "npm:^3.48.0-build1"
2183+
"@sqlite.org/sqlite-wasm": "npm:^3.49.1-build3"
21842184
"@ts-bridge/cli": "npm:^0.6.2"
21852185
"@ts-bridge/shims": "npm:^0.1.1"
21862186
"@types/better-sqlite3": "npm:^7.6.12"
21872187
"@typescript-eslint/eslint-plugin": "npm:^8.26.1"
21882188
"@typescript-eslint/parser": "npm:^8.26.1"
21892189
"@typescript-eslint/utils": "npm:^8.26.1"
21902190
"@vitest/eslint-plugin": "npm:^1.1.39"
2191-
better-sqlite3: "npm:^11.8.1"
2191+
better-sqlite3: "npm:^11.9.1"
21922192
depcheck: "npm:^1.4.7"
21932193
eslint: "npm:^9.12.0"
21942194
eslint-config-prettier: "npm:^9.1.0"
@@ -2816,12 +2816,12 @@ __metadata:
28162816
languageName: node
28172817
linkType: hard
28182818

2819-
"@sqlite.org/sqlite-wasm@npm:^3.48.0-build1":
2820-
version: 3.48.0-build4
2821-
resolution: "@sqlite.org/sqlite-wasm@npm:3.48.0-build4"
2819+
"@sqlite.org/sqlite-wasm@npm:^3.49.1-build3":
2820+
version: 3.49.1-build3
2821+
resolution: "@sqlite.org/sqlite-wasm@npm:3.49.1-build3"
28222822
bin:
28232823
sqlite-wasm: bin/index.js
2824-
checksum: 10/bea0df489d6ce62f5123872f9bcfe3ea59118ac75804b389615fda588ed0c3f4758975ccdb7463b5580919f2fb84e033092724eefb209dfeede35109bc658199
2824+
checksum: 10/2dd0f2279aadee49fe897d045f2cfb4661391025c72cd610b15c959a44eb7e77e2cf8900d5a0a5a51faf6e94ba9cf2af36a368d9aef84204aec4ff46aea52064
28252825
languageName: node
28262826
linkType: hard
28272827

@@ -3883,14 +3883,14 @@ __metadata:
38833883
languageName: node
38843884
linkType: hard
38853885

3886-
"better-sqlite3@npm:^11.8.1":
3887-
version: 11.8.1
3888-
resolution: "better-sqlite3@npm:11.8.1"
3886+
"better-sqlite3@npm:^11.9.1":
3887+
version: 11.9.1
3888+
resolution: "better-sqlite3@npm:11.9.1"
38893889
dependencies:
38903890
bindings: "npm:^1.5.0"
38913891
node-gyp: "npm:latest"
38923892
prebuild-install: "npm:^7.1.1"
3893-
checksum: 10/d7f40fe0d00d29191eccc69b06b3c7990bcc1f3e8ca44118fadcc24f83c85c52c0dd5ce30c07b24fcb5580a3121d0fbf6dd24e9b322de65dbcb821a502b3609b
3893+
checksum: 10/bfd820e7a32d6f8bbc43607ccb3a27d89ce20923118bf5c5f6c1550b55e8ce3b1c69db2273131791d866a078be66d3b15e6fedea96824cd3aeac3e492c61d1e1
38943894
languageName: node
38953895
linkType: hard
38963896

@@ -8084,7 +8084,27 @@ __metadata:
80848084
languageName: node
80858085
linkType: hard
80868086

8087-
"node-gyp@npm:^11.0.0, node-gyp@npm:latest":
8087+
"node-gyp@npm:^11.2.0":
8088+
version: 11.2.0
8089+
resolution: "node-gyp@npm:11.2.0"
8090+
dependencies:
8091+
env-paths: "npm:^2.2.0"
8092+
exponential-backoff: "npm:^3.1.1"
8093+
graceful-fs: "npm:^4.2.6"
8094+
make-fetch-happen: "npm:^14.0.3"
8095+
nopt: "npm:^8.0.0"
8096+
proc-log: "npm:^5.0.0"
8097+
semver: "npm:^7.3.5"
8098+
tar: "npm:^7.4.3"
8099+
tinyglobby: "npm:^0.2.12"
8100+
which: "npm:^5.0.0"
8101+
bin:
8102+
node-gyp: bin/node-gyp.js
8103+
checksum: 10/806fd8e3adc9157e17bf0d4a2c899cf6b98a0bbe9f453f630094ce791866271f6cddcaf2133e6513715d934fcba2014d287c7053d5d7934937b3a34d5a3d84ad
8104+
languageName: node
8105+
linkType: hard
8106+
8107+
"node-gyp@npm:latest":
80888108
version: 11.1.0
80898109
resolution: "node-gyp@npm:11.1.0"
80908110
dependencies:

0 commit comments

Comments
 (0)