web: bump chokidar from 4.0.0 to 4.0.1 in /web (#11474)

Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](https://github.com/paulmillr/chokidar/compare/4.0.0...4.0.1)

---
updated-dependencies:
- dependency-name: chokidar
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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]
2024-09-23 11:37:53 +02:00
committed by GitHub
parent 09ad69b0be
commit 2ce1c3f724
2 changed files with 5 additions and 6 deletions

9
web/package-lock.json generated
View File

@ -93,7 +93,7 @@
"@wdio/spec-reporter": "^9.0.8",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tsconfig-paths": "^1.0.3",
"chokidar": "^4.0.0",
"chokidar": "^4.0.1",
"cross-env": "^7.0.3",
"esbuild": "^0.23.1",
"eslint": "^9.8.0",
@ -12908,11 +12908,10 @@
}
},
"node_modules/chokidar": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.0.tgz",
"integrity": "sha512-mxIojEAQcuEvT/lyXq+jf/3cO/KoA6z4CeNDGGevTybECPOMFCnQy3OPahluUkbqgPNGw5Bi78UC7Po6Lhy+NA==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz",
"integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==",
"dev": true,
"license": "MIT",
"dependencies": {
"readdirp": "^4.0.1"
},

View File

@ -81,7 +81,7 @@
"@wdio/spec-reporter": "^9.0.8",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tsconfig-paths": "^1.0.3",
"chokidar": "^4.0.0",
"chokidar": "^4.0.1",
"cross-env": "^7.0.3",
"esbuild": "^0.23.1",
"eslint": "^9.8.0",