From 52c33497adc4633260a1e60e97bda55b675a340b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:20:45 +0000 Subject: [PATCH] chore(deps): bump is-path-inside from 3.0.3 to 4.0.0 Bumps [is-path-inside](https://github.com/sindresorhus/is-path-inside) from 3.0.3 to 4.0.0. - [Release notes](https://github.com/sindresorhus/is-path-inside/releases) - [Commits](https://github.com/sindresorhus/is-path-inside/compare/v3.0.3...v4.0.0) --- updated-dependencies: - dependency-name: is-path-inside dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5c850e5..a2cc5ee2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "dedent": "^1.7.1", "execa": "^5.1.1", "fast-glob": "^3.3.3", - "is-path-inside": "^3.0.3", + "is-path-inside": "^4.0.0", "nopt": "^9.0.0", "properties-parser": "^0.6.0", "semver": "^7.7.4", @@ -2790,12 +2790,15 @@ } }, "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz", + "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==", "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/is-regex": { diff --git a/package.json b/package.json index d582af24..bfa1e38f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dedent": "^1.7.1", "execa": "^5.1.1", "fast-glob": "^3.3.3", - "is-path-inside": "^3.0.3", + "is-path-inside": "^4.0.0", "nopt": "^9.0.0", "properties-parser": "^0.6.0", "semver": "^7.7.4",