diff --git a/package-lock.json b/package-lock.json index 35890a0ae8..7421e5f1e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@foxt/js-srp": "0.0.3-patch2", "@nativescript/doctor": "2.0.17", "@nativescript/hook": "3.0.5", - "@npmcli/arborist": "9.1.8", + "@npmcli/arborist": "9.9.1", "@rigor789/resolve-package-path": "1.0.7", "axios": "1.18.1", "byline": "5.0.0", @@ -823,11 +823,12 @@ } }, "node_modules/@npmcli/arborist": { - "version": "9.1.8", - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.1.8.tgz", - "integrity": "sha512-TYAzq0oaXQU+uLfXFbR2wYx62qHIOSg/TYhGWJSphJDypyjdNXC7B/+k29ElC2vWlWfX4OJnhmSY5DTwSFiNpg==", + "version": "9.9.1", + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.9.1.tgz", + "integrity": "sha512-K0mr16xJ/yiTApeGIFbpgZSvJFOvxO2VJnCBhP543t9NTlHzgL+ewpG0kaWv9xkjeESAlRWHG9Q4lbT/LqHbWw==", "license": "ISC", "dependencies": { + "@gar/promise-retry": "^1.0.0", "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/fs": "^5.0.0", "@npmcli/installed-package-contents": "^4.0.0", @@ -841,7 +842,7 @@ "@npmcli/run-script": "^10.0.0", "bin-links": "^6.0.0", "cacache": "^20.0.1", - "common-ancestor-path": "^1.0.1", + "common-ancestor-path": "^2.0.0", "hosted-git-info": "^9.0.0", "json-stringify-nice": "^1.1.4", "lru-cache": "^11.2.1", @@ -3003,10 +3004,13 @@ } }, "node_modules/common-ancestor-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", - "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", - "license": "ISC" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz", + "integrity": "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">= 18" + } }, "node_modules/compare-func": { "version": "2.0.0", diff --git a/package.json b/package.json index 84aefbf24c..11a21a4382 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@foxt/js-srp": "0.0.3-patch2", "@nativescript/doctor": "2.0.17", "@nativescript/hook": "3.0.5", - "@npmcli/arborist": "9.1.8", + "@npmcli/arborist": "9.9.1", "@rigor789/resolve-package-path": "1.0.7", "axios": "1.18.1", "byline": "5.0.0",