From 24bff824c4f27c49da1bd4015b7cfb254880fcbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:54:34 +0000 Subject: [PATCH] chore(deps): update dependency common-ancestor-path to v2 --- package-lock.json | 14 +++++++++----- packages/hook-data/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) 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" } }