Skip to content

Commit ddd6694

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
chore: update dependency chokidar to ^3.1.0 (#17677)
1 parent 41d33b0 commit ddd6694

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

package.json

+1-1
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.0.2",
10+
"chokidar": "^3.1.0",
1111
"cross-env": "^5.2.1",
1212
"danger": "^8.0.0",
1313
"date-fns": "^1.30.1",

yarn.lock

+23
Original file line numberDiff line numberDiff line change
@@ -3475,6 +3475,14 @@ anymatch@^3.0.1:
34753475
normalize-path "^3.0.0"
34763476
picomatch "^2.0.4"
34773477

3478+
anymatch@^3.1.0:
3479+
version "3.1.0"
3480+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
3481+
integrity sha512-Ozz7l4ixzI7Oxj2+cw+p0tVUt27BpaJ+1+q1TCeANWxHpvyn2+Un+YamBdfKu0uh8xLodGhoa1v7595NhKDAuA==
3482+
dependencies:
3483+
normalize-path "^3.0.0"
3484+
picomatch "^2.0.4"
3485+
34783486
34793487
version "1.1.2"
34803488
resolved "https://registry.yarnpkg.com/apache-md5/-/apache-md5-1.1.2.tgz#ee49736b639b4f108b6e9e626c6da99306b41692"
@@ -5221,6 +5229,21 @@ chokidar@^2.0.2, chokidar@^2.0.4, chokidar@^2.1.8:
52215229
optionalDependencies:
52225230
fsevents "^1.2.7"
52235231

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+
52245247
chownr@^1.0.1, chownr@^1.1.1, chownr@^1.1.2:
52255248
version "1.1.2"
52265249
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"

0 commit comments

Comments
 (0)