Skip to content

Commit

Permalink
fix(deps): update dependency chokidar to ^3.5.3 (#34643)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
3 people committed Jun 28, 2022
1 parent 40743d1 commit 9b308cb
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"@typescript-eslint/parser": "^4.33.0",
"babel-jest": "^27.2.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"danger": "^10.6.4",
"date-fns": "^1.30.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"configstore": "^5.0.1",
"del": "^6.0.0",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"bluebird": "^3.7.2",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.18.0-next.1",
"glob": "^7.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Expand Up @@ -79,7 +79,7 @@
"babel-jsx-utils": "^1.1.0",
"babel-plugin-remove-graphql-queries": "^4.18.0-next.1",
"camelcase": "^5.3.1",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"common-tags": "^1.8.2",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.18.0-next.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-page-creator/package.json
Expand Up @@ -27,7 +27,7 @@
"@babel/runtime": "^7.15.4",
"@babel/traverse": "^7.15.4",
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.18.0-next.1",
"gatsby-page-utils": "^2.18.0-next.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"file-type": "^16.5.3",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.18.0-next.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Expand Up @@ -52,7 +52,7 @@
"browserslist": "^4.17.5",
"cache-manager": "^2.11.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"cookie": "^0.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7312,10 +7312,10 @@ chokidar-cli@^3.0.0:
lodash.throttle "^4.1.1"
yargs "^13.3.0"

chokidar@^3.0.0, chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
chokidar@^3.0.0, chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.5.2, chokidar@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
dependencies:
anymatch "~3.1.2"
braces "~3.0.2"
Expand Down

0 comments on commit 9b308cb

Please sign in to comment.