Skip to content

Commit e1cfa1c

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
Update dependency chokidar to v3.1.0 (#17678)
1 parent 22a50d4 commit e1cfa1c

File tree

5 files changed

+9
-32
lines changed

5 files changed

+9
-32
lines changed

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.6.0",
14-
"chokidar": "^3.0.2",
14+
"chokidar": "^3.1.0",
1515
"configstore": "^5.0.0",
1616
"del": "^5.1.0",
1717
"execa": "^2.0.4",

packages/gatsby-page-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@babel/runtime": "^7.6.0",
2424
"bluebird": "^3.5.5",
25-
"chokidar": "3.0.2",
25+
"chokidar": "3.1.0",
2626
"fs-exists-cached": "^1.0.0",
2727
"glob": "^7.1.4",
2828
"lodash": "^4.17.15",

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.6.0",
1111
"better-queue": "^3.8.10",
1212
"bluebird": "^3.5.5",
13-
"chokidar": "3.0.2",
13+
"chokidar": "3.1.0",
1414
"file-type": "^12.3.0",
1515
"fs-extra": "^8.1.0",
1616
"gatsby-core-utils": "^1.0.8",

packages/gatsby/package.json

+1-1
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.0.2",
43+
"chokidar": "3.1.0",
4444
"common-tags": "^1.8.0",
4545
"compression": "^1.7.4",
4646
"convert-hrtime": "^2.0.0",

yarn.lock

+5-28
Original file line numberDiff line numberDiff line change
@@ -3467,14 +3467,6 @@ anymatch@^2.0.0:
34673467
micromatch "^3.1.4"
34683468
normalize-path "^2.1.1"
34693469

3470-
anymatch@^3.0.1:
3471-
version "3.0.3"
3472-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.0.3.tgz#2fb624fe0e84bccab00afee3d0006ed310f22f09"
3473-
integrity sha512-c6IvoeBECQlMVuYUjSwimnhmztImpErfxJzWZhIQinIvQWoGOnB0dLIgifbPHQt5heS6mNlaZG16f06H3C8t1g==
3474-
dependencies:
3475-
normalize-path "^3.0.0"
3476-
picomatch "^2.0.4"
3477-
34783470
anymatch@^3.1.0:
34793471
version "3.1.0"
34803472
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
@@ -5180,12 +5172,12 @@ cheerio@^1.0.0-rc.3:
51805172
lodash "^4.15.0"
51815173
parse5 "^3.0.1"
51825174

5183-
chokidar@3.0.2, chokidar@^3.0.2:
5184-
version "3.0.2"
5185-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.0.2.tgz#0d1cd6d04eb2df0327446188cd13736a3367d681"
5186-
integrity sha512-c4PR2egjNjI1um6bamCQ6bUNPDiyofNQruHvKgHQ4gDUP/ITSVSzNsiI5OWtHOsX323i5ha/kk4YmOZ1Ktg7KA==
5175+
chokidar@3.1.0, chokidar@^3.1.0:
5176+
version "3.1.0"
5177+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.0.tgz#ff23d077682a90eadd209bfa76eb10ed6d359668"
5178+
integrity sha512-6vZfo+7W0EOlbSo0nhVKMz4yyssrwiPbBZ8wj1lq8/+l4ZhGZ2U4Md7PspvmijXp1a26D3B7AHEBmIB7aVtaOQ==
51875179
dependencies:
5188-
anymatch "^3.0.1"
5180+
anymatch "^3.1.0"
51895181
braces "^3.0.2"
51905182
glob-parent "^5.0.0"
51915183
is-binary-path "^2.1.0"
@@ -5229,21 +5221,6 @@ chokidar@^2.0.2, chokidar@^2.0.4, chokidar@^2.1.8:
52295221
optionalDependencies:
52305222
fsevents "^1.2.7"
52315223

5232-
chokidar@^3.1.0:
5233-
version "3.1.0"
5234-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.0.tgz#ff23d077682a90eadd209bfa76eb10ed6d359668"
5235-
integrity sha512-6vZfo+7W0EOlbSo0nhVKMz4yyssrwiPbBZ8wj1lq8/+l4ZhGZ2U4Md7PspvmijXp1a26D3B7AHEBmIB7aVtaOQ==
5236-
dependencies:
5237-
anymatch "^3.1.0"
5238-
braces "^3.0.2"
5239-
glob-parent "^5.0.0"
5240-
is-binary-path "^2.1.0"
5241-
is-glob "^4.0.1"
5242-
normalize-path "^3.0.0"
5243-
readdirp "^3.1.1"
5244-
optionalDependencies:
5245-
fsevents "^2.0.6"
5246-
52475224
chownr@^1.0.1, chownr@^1.1.1, chownr@^1.1.2:
52485225
version "1.1.2"
52495226
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"

0 commit comments

Comments
 (0)