Skip to content

Commit

Permalink
fix(deps): update dependency chokidar to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 043ca81 commit 62785cb
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
17 changes: 16 additions & 1 deletion .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion metapackages/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bin": "./esbuild.js",
"dependencies": {
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.15",
"chokidar": "^3.6.0",
"chokidar": "^4.0.0",
"esbuild": "^0.23.1",
"yargs": "^17.7.2"
},
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ __metadata:
resolution: "@lullabot/drainpipe-javascript@workspace:metapackages/javascript"
dependencies:
"@yarnpkg/esbuild-plugin-pnp": "npm:^3.0.0-rc.15"
chokidar: "npm:^3.6.0"
chokidar: "npm:^4.0.0"
esbuild: "npm:^0.23.1"
yargs: "npm:^17.7.2"
bin:
Expand Down Expand Up @@ -1826,7 +1826,7 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^3.5.3, chokidar@npm:^3.6.0":
"chokidar@npm:^3.5.3":
version: 3.6.0
resolution: "chokidar@npm:3.6.0"
dependencies:
Expand All @@ -1845,6 +1845,15 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^4.0.0":
version: 4.0.0
resolution: "chokidar@npm:4.0.0"
dependencies:
readdirp: "npm:^4.0.1"
checksum: 10c0/42d03c53b0ad200689e4fae7763133561480561cab8ba5304e8f2298ff45ff84bf0f6065c3f02b9e557b74b156813734439a1a2ff19a1ea6b35692395cd92738
languageName: node
linkType: hard

"chownr@npm:^2.0.0":
version: 2.0.0
resolution: "chownr@npm:2.0.0"
Expand Down Expand Up @@ -6769,6 +6778,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 62785cb

Please sign in to comment.