diff --git a/package-lock.json b/package-lock.json index b8d87a8..23ccc26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.55", "license": "MIT", "dependencies": { + "@duckdb/node-bindings-win32-x64": "1.5.3-r.3", "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.3.6" }, @@ -64,7 +65,7 @@ "@duckdb/node-bindings-linux-x64": "1.5.3-r.2", "@duckdb/node-bindings-linux-x64-musl": "1.5.3-r.2", "@duckdb/node-bindings-win32-arm64": "1.5.3-r.2", - "@duckdb/node-bindings-win32-x64": "1.5.3-r.2" + "@duckdb/node-bindings-win32-x64": "1.5.3-r.3" } }, "node_modules/@75lb/deep-merge": { @@ -2650,9 +2651,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2666,9 +2664,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2682,9 +2677,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2698,9 +2690,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2721,12 +2710,26 @@ ] }, "node_modules/@duckdb/node-bindings-win32-x64": { + "version": "1.5.3-r.3", + "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-win32-x64/-/node-bindings-win32-x64-1.5.3-r.3.tgz", + "integrity": "sha512-rlOc9ltWQNHuDq99Ah8XaD80nN1ucrSK5AcH/7ibSp9ogX/jswPYlRVE7ODFJAjnQNf8bVvs++Mp+wyGvuG7ag==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@duckdb/node-bindings/node_modules/@duckdb/node-bindings-win32-x64": { "version": "1.5.3-r.2", "resolved": "https://registry.npmjs.org/@duckdb/node-bindings-win32-x64/-/node-bindings-win32-x64-1.5.3-r.2.tgz", "integrity": "sha512-/oxN8ZFf2LxhForL+Uc+lEqnzHNvhSEsu3blnk3zu73rKTbD/WvPYIecrenb1ysApRK9ElGxitIYFx8PBuVKxg==", "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index ba3c4a9..a8a03d5 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@duckdb/node-bindings-linux-x64": "1.5.3-r.2", "@duckdb/node-bindings-linux-x64-musl": "1.5.3-r.2", "@duckdb/node-bindings-win32-arm64": "1.5.3-r.2", - "@duckdb/node-bindings-win32-x64": "1.5.3-r.2" + "@duckdb/node-bindings-win32-x64": "1.5.3-r.3" }, "devDependencies": { "@actions/core": "^1.11.1",