Bump is-path-inside from 3.0.3 to 4.0.0 (#791)

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-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-03-04 06:41:41 +09:00
committed by GitHub
parent 76d2add0cb
commit b48d7ebbf4
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View File

@@ -7278,13 +7278,16 @@
}
},
"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==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-potential-custom-element-name": {
@@ -13687,7 +13690,7 @@
"esbuild": "^0.25.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"is-path-inside": "^3.0.3",
"is-path-inside": "^4.0.0",
"jest-canvas-mock": "^2.3.1",
"jest-environment-jsdom": "^29.7.0",
"process": "^0.11.10",

View File

@@ -62,7 +62,7 @@
"esbuild": "^0.25.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"is-path-inside": "^3.0.3",
"is-path-inside": "^4.0.0",
"jest-canvas-mock": "^2.3.1",
"jest-environment-jsdom": "^29.7.0",
"process": "^0.11.10",