diff --git a/package-lock.json b/package-lock.json index e75a72e..5f93541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2289,10 +2289,14 @@ } }, "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==", - "dev": true + "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==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": ">= 18" + } }, "node_modules/concat-map": { "version": "0.0.1", @@ -5605,7 +5609,7 @@ "loadee": "^3.1.2" }, "devDependencies": { - "common-ancestor-path": "^1.0.1", + "common-ancestor-path": "^2.0.0", "set-value": "^4.1.0" }, "optionalDependencies": { diff --git a/packages/hook-data/package.json b/packages/hook-data/package.json index e0fa014..9609f75 100644 --- a/packages/hook-data/package.json +++ b/packages/hook-data/package.json @@ -60,7 +60,7 @@ "marked-sequential-hooks": ">=1.0.0" }, "devDependencies": { - "common-ancestor-path": "^1.0.1", + "common-ancestor-path": "^2.0.0", "set-value": "^4.1.0" } }