Skip to content

Commit 5717252

Browse files
fix(deps): update dependency chokidar to ^3.6.0 (#39174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 98a8e52 commit 5717252

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@typescript-eslint/parser": "^5.60.1",
3131
"babel-jest": "^29.5.0",
3232
"chalk": "^4.1.2",
33-
"chokidar": "^3.5.3",
33+
"chokidar": "^3.6.0",
3434
"cross-env": "^7.0.3",
3535
"danger": "^10.9.0",
3636
"date-fns": "^1.30.1",

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@babel/runtime": "^7.20.13",
14-
"chokidar": "^3.5.3",
14+
"chokidar": "^3.6.0",
1515
"configstore": "^5.0.1",
1616
"del": "^6.1.1",
1717
"execa": "^5.1.1",

packages/gatsby-page-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@babel/runtime": "^7.20.13",
3030
"bluebird": "^3.7.2",
31-
"chokidar": "^3.5.3",
31+
"chokidar": "^3.6.0",
3232
"fs-exists-cached": "^1.0.0",
3333
"gatsby-core-utils": "^4.15.0-next.0",
3434
"glob": "^7.2.3",

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"babel-jsx-utils": "^1.1.0",
9090
"babel-plugin-remove-graphql-queries": "^5.15.0-next.0",
9191
"camelcase": "^6.3.0",
92-
"chokidar": "^3.5.3",
92+
"chokidar": "^3.6.0",
9393
"common-tags": "^1.8.2",
9494
"fs-extra": "^11.2.0",
9595
"gatsby-core-utils": "^4.15.0-next.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "^7.20.13",
2828
"@babel/traverse": "^7.20.13",
2929
"@sindresorhus/slugify": "^1.1.2",
30-
"chokidar": "^3.5.3",
30+
"chokidar": "^3.6.0",
3131
"fs-exists-cached": "^1.0.0",
3232
"fs-extra": "^11.2.0",
3333
"gatsby-core-utils": "^4.15.0-next.0",

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"chokidar": "^3.5.3",
11+
"chokidar": "^3.6.0",
1212
"file-type": "^16.5.4",
1313
"fs-extra": "^11.2.0",
1414
"gatsby-core-utils": "^4.15.0-next.0",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"browserslist": "^4.21.9",
5757
"cache-manager": "^2.11.1",
5858
"chalk": "^4.1.2",
59-
"chokidar": "^3.5.3",
59+
"chokidar": "^3.6.0",
6060
"common-tags": "^1.8.2",
6161
"compression": "^1.7.4",
6262
"cookie": "^0.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7780,10 +7780,10 @@ chokidar-cli@^3.0.0:
77807780
lodash.throttle "^4.1.1"
77817781
yargs "^13.3.0"
77827782

7783-
chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.5.2, chokidar@^3.5.3:
7784-
version "3.5.3"
7785-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
7786-
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
7783+
chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.5.2, chokidar@^3.6.0:
7784+
version "3.6.0"
7785+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
7786+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
77877787
dependencies:
77887788
anymatch "~3.1.2"
77897789
braces "~3.0.2"

0 commit comments

Comments
 (0)