diff --git a/package-lock.json b/package-lock.json index 1857f98..5d73814 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "bindings": "^1.5.0", - "cmake-js": "^7.0.0", + "cmake-js": "^7.1.1", "node-addon-api": "^4.3.0", "prebuild-install": "^7.1.1" }, @@ -1616,9 +1616,9 @@ } }, "node_modules/cmake-js": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-7.0.0.tgz", - "integrity": "sha512-Xmti54GzAg+70lsPRKsuw18ktAB+NwPS3m+b6dLzh3Zi+7k8QSVi857UWXzn9sjPXGz5BfSfo3vNISRaTVU/4A==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-7.1.1.tgz", + "integrity": "sha512-2NK9diAsNC0eIeKUUi+eN8uxCJukZ0TlMNZ8f1Z2PEW3Oeh0Tmn0VizPayFVnhrvZQcBK8tPqzrL4oHeaQBymw==", "dependencies": { "axios": "^0.27.2", "debug": "^4", @@ -6182,9 +6182,9 @@ } }, "cmake-js": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-7.0.0.tgz", - "integrity": "sha512-Xmti54GzAg+70lsPRKsuw18ktAB+NwPS3m+b6dLzh3Zi+7k8QSVi857UWXzn9sjPXGz5BfSfo3vNISRaTVU/4A==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-7.1.1.tgz", + "integrity": "sha512-2NK9diAsNC0eIeKUUi+eN8uxCJukZ0TlMNZ8f1Z2PEW3Oeh0Tmn0VizPayFVnhrvZQcBK8tPqzrL4oHeaQBymw==", "requires": { "axios": "^0.27.2", "debug": "^4", diff --git a/package.json b/package.json index 7609c52..226b8d8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "license": "MIT", "dependencies": { "bindings": "^1.5.0", - "cmake-js": "^7.0.0", + "cmake-js": "^7.1.1", "node-addon-api": "^4.3.0", "prebuild-install": "^7.1.1" },