Skip to content

Commit

Permalink
Bump chokidar from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@4.0.1...4.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 3961b32 commit aff31cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vitejs/plugin-basic-ssl": "^1.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"chokidar": "^4.0.1",
"chokidar": "^4.0.2",
"concurrently": "^9.1.0",
"cssnano": "^7.0.6",
"eslint": "^9.16",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1824,10 +1824,10 @@ chokidar@^3.6.0:
optionalDependencies:
fsevents "~2.3.2"

chokidar@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.1.tgz#4a6dff66798fb0f72a94f616abbd7e1a19f31d41"
integrity sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==
chokidar@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.2.tgz#97b9562c9f59de559177f069eadf5dcc67d24798"
integrity sha512-/b57FK+bblSU+dfewfFe0rT1YjVDfOmeLQwCAuC+vwvgLkXboATqqmy+Ipux6JrF6L5joe5CBnFOw+gLWH6yKg==
dependencies:
readdirp "^4.0.1"

Expand Down

0 comments on commit aff31cf

Please sign in to comment.