Skip to content

Commit dbcf65f

Browse files
renovate[bot]KyleAMathews
authored andcommitted
fix: update dependency chokidar to v2.1.6 (#16832)
1 parent f719adf commit dbcf65f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.0.0",
2424
"bluebird": "^3.5.0",
25-
"chokidar": "2.1.2",
25+
"chokidar": "2.1.6",
2626
"fs-exists-cached": "^1.0.0",
2727
"glob": "^7.1.1",
2828
"lodash": "^4.17.14",

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.0.0",
1111
"better-queue": "^3.8.7",
1212
"bluebird": "^3.5.0",
13-
"chokidar": "2.1.2",
13+
"chokidar": "2.1.6",
1414
"file-type": "^10.2.0",
1515
"fs-extra": "^5.0.0",
1616
"gatsby-core-utils": "^1.0.5",

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"cache-manager": "^2.9.0",
3939
"cache-manager-fs-hash": "^0.0.6",
4040
"chalk": "^2.3.2",
41-
"chokidar": "2.1.2",
41+
"chokidar": "2.1.6",
4242
"common-tags": "^1.4.0",
4343
"compression": "^1.7.3",
4444
"convert-hrtime": "^2.0.0",

0 commit comments

Comments
 (0)