From e5d2ca4b099e1aa9fcc90497d2c63ea6dc0bfcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:22:48 +0000 Subject: [PATCH] chore(deps): bump @duckdb/node-bindings-win32-x64 Bumps [@duckdb/node-bindings-win32-x64](https://github.com/duckdb/duckdb-node-neo) from 1.5.3-r.2 to 1.5.3-r.3. - [Commits](https://github.com/duckdb/duckdb-node-neo/commits) --- updated-dependencies: - dependency-name: "@duckdb/node-bindings-win32-x64" dependency-version: 1.5.3-r.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++------------- package.json | 2 +- 2 files changed, 17 insertions(+), 14 deletions(-) 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",