Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: chokidar
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 3068af8 commit 493681f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/orval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"ajv": "^8.12.0",
"cac": "^6.7.14",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"chokidar": "^4.0.1",
"enquirer": "^2.4.1",
"execa": "^5.1.1",
"find-up": "5.0.0",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2877,6 +2877,15 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^4.0.1":
version: 4.0.1
resolution: "chokidar@npm:4.0.1"
dependencies:
readdirp: "npm:^4.0.1"
checksum: 10c0/4bb7a3adc304059810bb6c420c43261a15bb44f610d77c35547addc84faa0374265c3adc67f25d06f363d9a4571962b02679268c40de07676d260de1986efea9
languageName: node
linkType: hard

"chownr@npm:^2.0.0":
version: 2.0.0
resolution: "chownr@npm:2.0.0"
Expand Down Expand Up @@ -7202,7 +7211,7 @@ __metadata:
ajv: "npm:^8.12.0"
cac: "npm:^6.7.14"
chalk: "npm:^4.1.2"
chokidar: "npm:^3.6.0"
chokidar: "npm:^4.0.1"
enquirer: "npm:^2.4.1"
execa: "npm:^5.1.1"
find-up: "npm:5.0.0"
Expand Down Expand Up @@ -7815,6 +7824,13 @@ __metadata:
languageName: node
linkType: hard

"readdirp@npm:^4.0.1":
version: 4.0.1
resolution: "readdirp@npm:4.0.1"
checksum: 10c0/e5a0b547015f68ecc918f115b62b75b2b840611480a9240cb3317090a0ddac01bb9b40315a8fa08acdf52a43eea17b808c89b645263cba3ab64dc557d7f801f1
languageName: node
linkType: hard

"readdirp@npm:~3.6.0":
version: 3.6.0
resolution: "readdirp@npm:3.6.0"
Expand Down

0 comments on commit 493681f

Please sign in to comment.