Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency chokidar to v3.6.0 #30056

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from
Draft
2 changes: 1 addition & 1 deletion npm/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/node": "^18.17.5",
"chai-as-promised": "^7.1.1",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"express": "4.19.2",
"mocha": "^9.2.2",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@urql/exchange-execute": "1.1.0",
"@urql/exchange-graphcache": "4.3.6",
"ast-types": "^0.14.2",
"chokidar": "3.5.1",
"chokidar": "3.6.0",
"common-path-prefix": "3.0.0",
"cross-fetch": "^3.1.8",
"dataloader": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bundle-require": "3.0.4",
"chalk": "2.4.2",
"check-more-types": "2.24.0",
"chokidar": "3.5.1",
"chokidar": "3.6.0",
"chrome-remote-interface": "0.33.2",
"cli-table3": "0.5.1",
"coffeescript": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"chai-subset": "1.6.0",
"chai-uuid": "1.0.6",
"chalk": "2.4.2",
"chokidar": "3.5.1",
"chokidar": "3.6.0",
"common-tags": "1.8.0",
"compression": "1.7.4",
"cookie-parser": "1.4.5",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11891,7 +11891,7 @@ [email protected]:
optionalDependencies:
fsevents "~2.3.2"

"chokidar@>=3.0.0 <4.0.0", chokidar@^3.2.3, chokidar@^3.3.1, chokidar@^3.4.0, chokidar@^3.4.1, chokidar@^3.5.2, chokidar@^3.5.3, chokidar@^3.6.0:
[email protected], "chokidar@>=3.0.0 <4.0.0", chokidar@^3.2.3, chokidar@^3.3.1, chokidar@^3.4.0, chokidar@^3.4.1, chokidar@^3.5.2, chokidar@^3.5.3, chokidar@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
Expand Down
Loading