diff --git a/package-lock.json b/package-lock.json index 09a3d63..d1f3e25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@actions/io": "^1.1.3", "install": "^0.13.0", "lcov-total": "^1.0.7", - "npm": "^11.4.0" + "npm": "^11.4.1" }, "devDependencies": { "@vercel/ncc": "^0.38.3", @@ -2073,9 +2073,9 @@ } }, "node_modules/npm": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-11.4.0.tgz", - "integrity": "sha512-dZCRoh7oBdnIQrz+KHjWYmxIoWpcpzweEzj6g3mVGr/C0nPsStEu3mS9KUI3xnGbO8xRgRjRr/6KOJhf5dKXcw==", + "version": "11.4.1", + "resolved": "https://registry.npmjs.org/npm/-/npm-11.4.1.tgz", + "integrity": "sha512-/O5DiEFmtvnF0EU1+5VlDpcItpSKH3l+3fQOl3hkZ3ilGN+jJlGxxi/zb0rEK+zxd8pGyifVPyS1ORkMjZGAKw==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -2154,7 +2154,7 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^9.1.0", + "@npmcli/arborist": "^9.1.1", "@npmcli/config": "^10.3.0", "@npmcli/fs": "^4.0.0", "@npmcli/map-workspaces": "^4.0.2", @@ -2179,11 +2179,11 @@ "is-cidr": "^5.1.1", "json-parse-even-better-errors": "^4.0.0", "libnpmaccess": "^10.0.1", - "libnpmdiff": "^8.0.3", - "libnpmexec": "^10.1.2", - "libnpmfund": "^7.0.3", + "libnpmdiff": "^8.0.4", + "libnpmexec": "^10.1.3", + "libnpmfund": "^7.0.4", "libnpmorg": "^8.0.0", - "libnpmpack": "^9.0.3", + "libnpmpack": "^9.0.4", "libnpmpublish": "^11.0.0", "libnpmsearch": "^9.0.0", "libnpmteam": "^8.0.1", @@ -2322,7 +2322,7 @@ } }, "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "9.1.0", + "version": "9.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -2476,7 +2476,7 @@ } }, "node_modules/npm/node_modules/@npmcli/package-json": { - "version": "6.1.1", + "version": "6.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -3249,11 +3249,11 @@ } }, "node_modules/npm/node_modules/libnpmdiff": { - "version": "8.0.3", + "version": "8.0.4", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^9.1.0", + "@npmcli/arborist": "^9.1.1", "@npmcli/installed-package-contents": "^3.0.0", "binary-extensions": "^3.0.0", "diff": "^7.0.0", @@ -3267,11 +3267,11 @@ } }, "node_modules/npm/node_modules/libnpmexec": { - "version": "10.1.2", + "version": "10.1.3", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^9.1.0", + "@npmcli/arborist": "^9.1.1", "@npmcli/package-json": "^6.1.1", "@npmcli/run-script": "^9.0.1", "ci-info": "^4.0.0", @@ -3288,11 +3288,11 @@ } }, "node_modules/npm/node_modules/libnpmfund": { - "version": "7.0.3", + "version": "7.0.4", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^9.1.0" + "@npmcli/arborist": "^9.1.1" }, "engines": { "node": "^20.17.0 || >=22.9.0" @@ -3311,11 +3311,11 @@ } }, "node_modules/npm/node_modules/libnpmpack": { - "version": "9.0.3", + "version": "9.0.4", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^9.1.0", + "@npmcli/arborist": "^9.1.1", "@npmcli/run-script": "^9.0.1", "npm-package-arg": "^12.0.0", "pacote": "^21.0.0" diff --git a/package.json b/package.json index ab14b66..2e9ae1f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@actions/io": "^1.1.3", "install": "^0.13.0", "lcov-total": "^1.0.7", - "npm": "^11.4.0" + "npm": "^11.4.1" }, "devDependencies": { "@vercel/ncc": "^0.38.3",