diff --git a/package-lock.json b/package-lock.json index 4a41410..59929cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@actions/core": "^3.0.0", "@ianvs/prettier-plugin-sort-imports": "^4.7.1", - "@npmcli/arborist": "^9.4.2", + "@npmcli/arborist": "^9.4.3", "@npmcli/node-gyp": "^5.0.0", "@npmcli/package-json": "^7.0.5", "esbuild": "^0.27.7", @@ -1020,9 +1020,9 @@ } }, "node_modules/@npmcli/arborist": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.4.2.tgz", - "integrity": "sha512-omJgPyzt11cEGrxzgrECoOyxAunmPMgBFTcAB/FbaB+9iOYhGmRdsQqySV8o0LWQ/l2kTeASUIMR4xJufVwmtw==", + "version": "9.4.3", + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.4.3.tgz", + "integrity": "sha512-YhkR7XFdO7OBr8U1qs7DA7PmhSJXg59rLqd53jmeJ4pYe8WTCAsUZsKqxX7KKPEgAO5K7D/SjbyPUrBes9aP6Q==", "dev": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 7ef4b80..e719a6b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@actions/core": "^3.0.0", "@ianvs/prettier-plugin-sort-imports": "^4.7.1", - "@npmcli/arborist": "^9.4.2", + "@npmcli/arborist": "^9.4.3", "@npmcli/node-gyp": "^5.0.0", "@npmcli/package-json": "^7.0.5", "esbuild": "^0.27.7",