From cd5db97676381bc42d19d8b03920644ad7cf31d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:52:48 +0000 Subject: [PATCH] chore(deps-dev): bump cmake-js from 7.3.1 to 7.4.0 Bumps [cmake-js](https://github.com/cmake-js/cmake-js) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/cmake-js/cmake-js/releases) - [Changelog](https://github.com/cmake-js/cmake-js/blob/master/changelog.md) - [Commits](https://github.com/cmake-js/cmake-js/compare/v7.3.1...v7.4.0) --- updated-dependencies: - dependency-name: cmake-js dependency-version: 7.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b56c00c..6b8af92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@bugsplat/symbol-upload": "^10.1.11", "@eslint/js": "^9.28.0", "@types/node": "^22.15.29", - "cmake-js": "^7.3.1", + "cmake-js": "^7.4.0", "copyfiles": "^2.4.1", "dotenv": "^16.5.0", "electron": "^36.3.2", @@ -1517,11 +1517,10 @@ } }, "node_modules/cmake-js": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-7.3.1.tgz", - "integrity": "sha512-aJtHDrTFl8qovjSSqXT9aC2jdGfmP8JQsPtjdLAXFfH1BF4/ImZ27Jx0R61TFg8Apc3pl6e2yBKMveAeRXx2Rw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-7.4.0.tgz", + "integrity": "sha512-Lw0JxEHrmk+qNj1n9W9d4IvkDdYTBn7l2BW6XmtLj7WPpIo2shvxUy+YokfjMxAAOELNonQwX3stkPhM5xSC2Q==", "dev": true, - "license": "MIT", "dependencies": { "axios": "^1.6.5", "debug": "^4", @@ -6146,9 +6145,9 @@ } }, "cmake-js": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-7.3.1.tgz", - "integrity": "sha512-aJtHDrTFl8qovjSSqXT9aC2jdGfmP8JQsPtjdLAXFfH1BF4/ImZ27Jx0R61TFg8Apc3pl6e2yBKMveAeRXx2Rw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-7.4.0.tgz", + "integrity": "sha512-Lw0JxEHrmk+qNj1n9W9d4IvkDdYTBn7l2BW6XmtLj7WPpIo2shvxUy+YokfjMxAAOELNonQwX3stkPhM5xSC2Q==", "dev": true, "requires": { "axios": "^1.6.5", diff --git a/package.json b/package.json index a9c395c..db3fa67 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@bugsplat/symbol-upload": "^10.1.11", "@eslint/js": "^9.28.0", "@types/node": "^22.15.29", - "cmake-js": "^7.3.1", + "cmake-js": "^7.4.0", "copyfiles": "^2.4.1", "dotenv": "^16.5.0", "electron": "^36.3.2",