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 Dec 17, 2024
1 parent c26269a commit 6430bc1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
10 changes: 9 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.2",
"esbuild": "^0.24.0",
"yargs": "^17.7.2"
},
Expand Down
13 changes: 11 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.2"
esbuild: "npm:^0.24.0"
yargs: "npm:^17.7.2"
bin:
Expand Down Expand Up @@ -1950,7 +1950,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 Down Expand Up @@ -1978,6 +1978,15 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^4.0.2":
version: 4.0.2
resolution: "chokidar@npm:4.0.2"
dependencies:
readdirp: "npm:^4.0.1"
checksum: 10c0/562a3456d529ce9e16f9a6447f86a3e82a816200fed473fa0b6f84b447ce29f96210c92874a8d5e619a0b453d92a352e93252baa214e376a9a08489e96337c65
languageName: node
linkType: hard

"chownr@npm:^2.0.0":
version: 2.0.0
resolution: "chownr@npm:2.0.0"
Expand Down

0 comments on commit 6430bc1

Please sign in to comment.