Skip to content

Commit 9b308cb

Browse files
renovate[bot]renovate-botLekoArts
authored
fix(deps): update dependency chokidar to ^3.5.3 (#34643)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Lennart <[email protected]>
1 parent 40743d1 commit 9b308cb

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@typescript-eslint/parser": "^4.33.0",
3030
"babel-jest": "^27.2.1",
3131
"chalk": "^4.1.2",
32-
"chokidar": "^3.5.2",
32+
"chokidar": "^3.5.3",
3333
"cross-env": "^7.0.3",
3434
"danger": "^10.6.4",
3535
"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.15.4",
14-
"chokidar": "^3.5.2",
14+
"chokidar": "^3.5.3",
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
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@babel/runtime": "^7.15.4",
3030
"bluebird": "^3.7.2",
31-
"chokidar": "^3.5.2",
31+
"chokidar": "^3.5.3",
3232
"fs-exists-cached": "^1.0.0",
3333
"gatsby-core-utils": "^3.18.0-next.1",
3434
"glob": "^7.2.3",

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": "^4.18.0-next.1",
8181
"camelcase": "^5.3.1",
82-
"chokidar": "^3.5.2",
82+
"chokidar": "^3.5.3",
8383
"common-tags": "^1.8.2",
8484
"fs-extra": "^10.1.0",
8585
"gatsby-core-utils": "^3.18.0-next.1",

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.15.4",
2828
"@babel/traverse": "^7.15.4",
2929
"@sindresorhus/slugify": "^1.1.2",
30-
"chokidar": "^3.5.2",
30+
"chokidar": "^3.5.3",
3131
"fs-exists-cached": "^1.0.0",
3232
"gatsby-core-utils": "^3.18.0-next.1",
3333
"gatsby-page-utils": "^2.18.0-next.1",

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
11-
"chokidar": "^3.5.2",
11+
"chokidar": "^3.5.3",
1212
"file-type": "^16.5.3",
1313
"fs-extra": "^10.1.0",
1414
"gatsby-core-utils": "^3.18.0-next.1",

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"browserslist": "^4.17.5",
5353
"cache-manager": "^2.11.1",
5454
"chalk": "^4.1.2",
55-
"chokidar": "^3.5.2",
55+
"chokidar": "^3.5.3",
5656
"common-tags": "^1.8.0",
5757
"compression": "^1.7.4",
5858
"cookie": "^0.4.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7312,10 +7312,10 @@ chokidar-cli@^3.0.0:
73127312
lodash.throttle "^4.1.1"
73137313
yargs "^13.3.0"
73147314

7315-
chokidar@^3.0.0, chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.5.2:
7316-
version "3.5.2"
7317-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
7318-
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
7315+
chokidar@^3.0.0, chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.5.2, chokidar@^3.5.3:
7316+
version "3.5.3"
7317+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
7318+
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
73197319
dependencies:
73207320
anymatch "~3.1.2"
73217321
braces "~3.0.2"

0 commit comments

Comments
 (0)