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",