mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
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] <support@github.com>
This commit is contained in:
Generated
+8
-5
@@ -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": {
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user