Skip to content

Commit

Permalink
fix(deps): update dependency chokidar to ^3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 11848ae commit d7090d3
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@typescript-eslint/parser": "^5.60.1",
"babel-jest": "^29.5.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
"danger": "^10.9.0",
"date-fns": "^1.30.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"configstore": "^5.0.1",
"del": "^6.1.1",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"bluebird": "^3.7.2",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^4.15.0-next.0",
"glob": "^7.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"babel-jsx-utils": "^1.1.0",
"babel-plugin-remove-graphql-queries": "^5.15.0-next.0",
"camelcase": "^6.3.0",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"common-tags": "^1.8.2",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "^4.15.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/runtime": "^7.20.13",
"@babel/traverse": "^7.20.13",
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "^4.15.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"file-type": "^16.5.4",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "^4.15.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"browserslist": "^4.21.9",
"cache-manager": "^2.11.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"common-tags": "^1.8.2",
"compression": "^1.7.4",
"cookie": "^0.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7773,10 +7773,10 @@ chokidar-cli@^3.0.0:
lodash.throttle "^4.1.1"
yargs "^13.3.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==
chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.5.2, chokidar@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
dependencies:
anymatch "~3.1.2"
braces "~3.0.2"
Expand Down

0 comments on commit d7090d3

Please sign in to comment.