Skip to content

Commit 4df0306

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update dependency chokidar to v3.2.1 (#18009)
1 parent 6a5cd19 commit 4df0306

File tree

6 files changed

+41
-34
lines changed

6 files changed

+41
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"babel-eslint": "^10.0.3",
88
"babel-jest": "^24.9.0",
99
"chalk": "^2.4.2",
10-
"chokidar": "^3.1.1",
10+
"chokidar": "^3.2.1",
1111
"cross-env": "^5.2.1",
1212
"danger": "^8.0.0",
1313
"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.6.2",
14-
"chokidar": "^3.1.1",
14+
"chokidar": "^3.2.1",
1515
"configstore": "^5.0.0",
1616
"del": "^5.1.0",
1717
"execa": "^2.0.4",

packages/gatsby-page-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@babel/runtime": "^7.6.2",
2424
"bluebird": "^3.5.5",
25-
"chokidar": "3.1.1",
25+
"chokidar": "3.2.1",
2626
"fs-exists-cached": "^1.0.0",
2727
"glob": "^7.1.4",
2828
"lodash": "^4.17.15",

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.6.2",
1111
"better-queue": "^3.8.10",
1212
"bluebird": "^3.5.5",
13-
"chokidar": "3.1.1",
13+
"chokidar": "3.2.1",
1414
"file-type": "^12.3.0",
1515
"fs-extra": "^8.1.0",
1616
"gatsby-core-utils": "^1.0.12",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cache-manager": "^2.10.0",
4141
"cache-manager-fs-hash": "^0.0.7",
4242
"chalk": "^2.4.2",
43-
"chokidar": "3.1.1",
43+
"chokidar": "3.2.1",
4444
"common-tags": "^1.8.0",
4545
"compression": "^1.7.4",
4646
"convert-hrtime": "^2.0.0",

yarn.lock

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3471,10 +3471,10 @@ anymatch@^2.0.0:
34713471
micromatch "^3.1.4"
34723472
normalize-path "^2.1.1"
34733473

3474-
anymatch@^3.1.0:
3475-
version "3.1.0"
3476-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
3477-
integrity sha512-Ozz7l4ixzI7Oxj2+cw+p0tVUt27BpaJ+1+q1TCeANWxHpvyn2+Un+YamBdfKu0uh8xLodGhoa1v7595NhKDAuA==
3474+
anymatch@~3.1.1:
3475+
version "3.1.1"
3476+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
3477+
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
34783478
dependencies:
34793479
normalize-path "^3.0.0"
34803480
picomatch "^2.0.4"
@@ -4612,7 +4612,7 @@ braces@^2.3.1, braces@^2.3.2:
46124612
split-string "^3.0.2"
46134613
to-regex "^3.0.1"
46144614

4615-
braces@^3.0.1, braces@^3.0.2:
4615+
braces@^3.0.1, braces@~3.0.2:
46164616
version "3.0.2"
46174617
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
46184618
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -5207,20 +5207,20 @@ cheerio@^1.0.0-rc.3:
52075207
lodash "^4.15.0"
52085208
parse5 "^3.0.1"
52095209

5210-
chokidar@3.1.1, chokidar@^3.1.1:
5211-
version "3.1.1"
5212-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.1.tgz#27e953f3950336efcc455fd03e240c7299062003"
5213-
integrity sha512-df4o16uZmMHzVQwECZRHwfguOt5ixpuQVaZHjYMvYisgKhE+JXwcj/Tcr3+3bu/XeOJQ9ycYmzu7Mv8XrGxJDQ==
5214-
dependencies:
5215-
anymatch "^3.1.0"
5216-
braces "^3.0.2"
5217-
glob-parent "^5.0.0"
5218-
is-binary-path "^2.1.0"
5219-
is-glob "^4.0.1"
5220-
normalize-path "^3.0.0"
5221-
readdirp "^3.1.1"
5210+
chokidar@3.2.1, chokidar@^3.2.1:
5211+
version "3.2.1"
5212+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.2.1.tgz#4634772a1924512d990d4505957bf3a510611387"
5213+
integrity sha512-/j5PPkb5Feyps9e+jo07jUZGvkB5Aj953NrI4s8xSVScrAo/RHeILrtdb4uzR7N6aaFFxxJ+gt8mA8HfNpw76w==
5214+
dependencies:
5215+
anymatch "~3.1.1"
5216+
braces "~3.0.2"
5217+
glob-parent "~5.1.0"
5218+
is-binary-path "~2.1.0"
5219+
is-glob "~4.0.1"
5220+
normalize-path "~3.0.0"
5221+
readdirp "~3.1.3"
52225222
optionalDependencies:
5223-
fsevents "^2.0.6"
5223+
fsevents "~2.1.0"
52245224

52255225
chokidar@^1.6.0:
52265226
version "1.7.0"
@@ -8914,10 +8914,10 @@ fsevents@^1.0.0, fsevents@^1.2.7:
89148914
nan "^2.9.2"
89158915
node-pre-gyp "^0.10.0"
89168916

8917-
fsevents@^2.0.6:
8918-
version "2.0.7"
8919-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a"
8920-
integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==
8917+
fsevents@~2.1.0:
8918+
version "2.1.0"
8919+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.0.tgz#ce1a5f9ac71c6d75278b0c5bd236d7dfece4cbaa"
8920+
integrity sha512-+iXhW3LuDQsno8dOIrCIT/CBjeBWuP7PXe8w9shnj9Lebny/Gx1ZjVBYwexLz36Ri2jKuXMNpV6CYNh8lHHgrQ==
89218921

89228922
function-bind@^1.0.2, function-bind@^1.1.1:
89238923
version "1.1.1"
@@ -9202,6 +9202,13 @@ glob-parent@^5.0.0:
92029202
dependencies:
92039203
is-glob "^4.0.1"
92049204

9205+
glob-parent@~5.1.0:
9206+
version "5.1.0"
9207+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
9208+
integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==
9209+
dependencies:
9210+
is-glob "^4.0.1"
9211+
92059212
glob-stream@^6.1.0:
92069213
version "6.1.0"
92079214
resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-6.1.0.tgz#7045c99413b3eb94888d83ab46d0b404cc7bdde4"
@@ -10802,7 +10809,7 @@ is-binary-path@^1.0.0:
1080210809
dependencies:
1080310810
binary-extensions "^1.0.0"
1080410811

10805-
is-binary-path@^2.1.0:
10812+
is-binary-path@~2.1.0:
1080610813
version "2.1.0"
1080710814
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
1080810815
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
@@ -10975,7 +10982,7 @@ is-glob@^3.1.0:
1097510982
dependencies:
1097610983
is-extglob "^2.1.0"
1097710984

10978-
is-glob@^4.0.0, is-glob@^4.0.1:
10985+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
1097910986
version "4.0.1"
1098010987
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
1098110988
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -14347,7 +14354,7 @@ normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1:
1434714354
dependencies:
1434814355
remove-trailing-separator "^1.0.1"
1434914356

14350-
normalize-path@^3.0.0:
14357+
normalize-path@^3.0.0, normalize-path@~3.0.0:
1435114358
version "3.0.0"
1435214359
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
1435314360

@@ -16743,10 +16750,10 @@ readdirp@^2.0.0, readdirp@^2.2.1:
1674316750
micromatch "^3.1.10"
1674416751
readable-stream "^2.0.2"
1674516752

16746-
readdirp@^3.1.1:
16747-
version "3.1.2"
16748-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.1.2.tgz#fa85d2d14d4289920e4671dead96431add2ee78a"
16749-
integrity sha512-8rhl0xs2cxfVsqzreYCvs8EwBfn/DhVdqtoLmw19uI3SC5avYX9teCurlErfpPXGmYtMHReGaP2RsLnFvz/lnw==
16753+
readdirp@~3.1.3:
16754+
version "3.1.3"
16755+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.1.3.tgz#d6e011ed5b9240a92f08651eeb40f7942ceb6cc1"
16756+
integrity sha512-ZOsfTGkjO2kqeR5Mzr5RYDbTGYneSkdNKX2fOX2P5jF7vMrd/GNnIAUtDldeHHumHUCQ3V05YfWUdxMPAsRu9Q==
1675016757
dependencies:
1675116758
picomatch "^2.0.4"
1675216759

0 commit comments

Comments
 (0)