Skip to content

Commit e710518

Browse files
fix(deps): update dependency chokidar to ^3.5.2 (#32985)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9a29e7c commit e710518

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@typescript-eslint/parser": "^4.29.3",
3131
"babel-jest": "^24.9.0",
3232
"chalk": "^4.1.2",
33-
"chokidar": "^3.5.1",
33+
"chokidar": "^3.5.2",
3434
"cross-env": "^7.0.3",
3535
"danger": "^10.6.4",
3636
"date-fns": "^1.30.1",

packages/gatsby-dev-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@babel/runtime": "^7.14.8",
14-
"chokidar": "^3.5.1",
14+
"chokidar": "^3.5.2",
1515
"configstore": "^5.0.1",
1616
"del": "^6.0.0",
1717
"execa": "^5.1.1",

packages/gatsby-page-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@babel/runtime": "^7.14.8",
2626
"bluebird": "^3.7.2",
27-
"chokidar": "^3.5.1",
27+
"chokidar": "^3.5.2",
2828
"fs-exists-cached": "^1.0.0",
2929
"gatsby-core-utils": "^2.14.0-next.0",
3030
"glob": "^7.1.7",

packages/gatsby-plugin-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"babel-jsx-utils": "^1.1.0",
8080
"babel-plugin-remove-graphql-queries": "^3.14.0-next.0",
8181
"camelcase": "^5.3.1",
82-
"chokidar": "^3.5.1",
82+
"chokidar": "^3.5.2",
8383
"common-tags": "^1.8.0",
8484
"fs-extra": "^10.0.0",
8585
"gatsby-core-utils": "^2.14.0-next.0",

packages/gatsby-plugin-page-creator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "^7.14.8",
2828
"@babel/traverse": "^7.14.9",
2929
"@sindresorhus/slugify": "^1.1.2",
30-
"chokidar": "^3.5.1",
30+
"chokidar": "^3.5.2",
3131
"fs-exists-cached": "^1.0.0",
3232
"gatsby-core-utils": "^2.14.0-next.0",
3333
"gatsby-page-utils": "^1.14.0-next.0",

packages/gatsby-recipes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@hapi/hoek": "8.x.x",
2222
"@hapi/joi": "^15.1.1",
2323
"better-queue": "^3.8.10",
24-
"chokidar": "^3.4.2",
24+
"chokidar": "^3.5.2",
2525
"contentful-management": "^7.5.1",
2626
"cors": "^2.8.5",
2727
"debug": "^4.3.1",

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
1111
"better-queue": "^3.8.10",
12-
"chokidar": "^3.4.3",
12+
"chokidar": "^3.5.2",
1313
"file-type": "^16.0.0",
1414
"fs-extra": "^10.0.0",
1515
"gatsby-core-utils": "^2.14.0-next.0",

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"browserslist": "^4.12.2",
4141
"cache-manager": "^2.11.1",
4242
"chalk": "^4.1.2",
43-
"chokidar": "^3.4.2",
43+
"chokidar": "^3.5.2",
4444
"common-tags": "^1.8.0",
4545
"compression": "^1.7.4",
4646
"cookie": "^0.4.1",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -7722,7 +7722,7 @@ chokidar@^1.6.0:
77227722
optionalDependencies:
77237723
fsevents "^1.0.0"
77247724

7725-
chokidar@^3.0.0, chokidar@^3.2.2, chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.4.3, chokidar@^3.5.1, chokidar@^3.5.2:
7725+
chokidar@^3.0.0, chokidar@^3.2.2, chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.5.2:
77267726
version "3.5.2"
77277727
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
77287728
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==

0 commit comments

Comments
 (0)