Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to ^10.1.0 (#34976)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 3, 2022
1 parent 0abdcd6 commit 10752ed
Show file tree
Hide file tree
Showing 23 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"glob": "^7.1.7",
"husky": "3.1.0",
"ignore": "^5.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Expand Up @@ -27,7 +27,7 @@
"enquirer": "^2.3.6",
"eslint": "^7.32.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-plugin-utils": "^3.8.0-next.2",
"joi": "^17.4.2",
"microbundle": "^0.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Expand Up @@ -30,7 +30,7 @@
"envinfo": "^7.8.1",
"execa": "^5.1.1",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"gatsby-telemetry": "^3.14.0-next.2",
"hosted-git-info": "^3.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
Expand Up @@ -47,7 +47,7 @@
"configstore": "^5.0.1",
"fastq": "^1.13.0",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"got": "^11.8.3",
"import-from": "^4.0.0",
"lmdb": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Expand Up @@ -16,7 +16,7 @@
"del": "^6.0.0",
"execa": "^5.1.1",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"got": "^11.8.3",
"is-absolute": "^1.0.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
Expand Up @@ -38,7 +38,7 @@
"cross-env": "^7.0.3",
"event-target-polyfill": "^0.0.3",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"microbundle": "^0.14.2",
"npm-run-all": "^4.1.5",
"object-assign": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/package.json
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.15.4",
"@hapi/joi": "^15.1.1",
"common-tags": "^1.8.2",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-plugin-utils": "^3.8.0-next.2",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-gatsby-cloud/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"date-fns": "^2.28.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"gatsby-telemetry": "^3.14.0-next.2",
"js-cookie": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-graphql-config/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"fs-extra": "^10.0.0"
"fs-extra": "^10.1.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Expand Up @@ -82,7 +82,7 @@
"camelcase": "^5.3.1",
"chokidar": "^3.5.2",
"common-tags": "^1.8.2",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"objectFitPolyfill": "^2.3.5",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Expand Up @@ -36,7 +36,7 @@
"debug": "^4.3.1",
"escape-string-regexp": "^1.0.5",
"eval": "^0.1.4",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"gray-matter": "^4.0.2",
"json5": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preload-fonts/package.json
Expand Up @@ -14,7 +14,7 @@
"@babel/runtime": "^7.15.4",
"chalk": "^4.1.2",
"date-fns": "^2.28.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"graphql-request": "^1.8.2",
"progress": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Expand Up @@ -13,7 +13,7 @@
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"filenamify": "^4.3.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"gatsby-plugin-utils": "^3.8.0-next.2",
"gatsby-telemetry": "^3.14.0-next.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-utils/package.json
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"@gatsbyjs/potrace": "^2.2.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"gatsby-sharp": "^0.8.0-next.0",
"graphql-compose": "^9.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
"path-is-inside": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Expand Up @@ -16,7 +16,7 @@
"chalk": "^4.1.2",
"common-tags": "^1.8.2",
"contentful": "^8.5.8",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"gatsby-plugin-utils": "^3.8.0-next.2",
"gatsby-source-filesystem": "^4.14.0-next.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"got": "^9.6.0",
"md5-file": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Expand Up @@ -27,7 +27,7 @@
"fast-json-stable-stringify": "^2.1.0",
"file-type": "^15.0.1",
"filesize": "^6.4.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"gatsby-plugin-catch-links": "^4.14.0-next.1",
"gatsby-plugin-utils": "^3.8.0-next.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Expand Up @@ -14,7 +14,7 @@
"async-retry-ng": "^2.0.1",
"boxen": "^4.2.0",
"configstore": "^5.0.1",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"git-up": "^4.0.5",
"is-docker": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Expand Up @@ -11,7 +11,7 @@
"@gatsbyjs/potrace": "^2.2.0",
"bluebird": "^3.7.2",
"common-tags": "^1.8.2",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"probe-image-size": "^7.2.3",
"semver": "^7.3.7",
"sharp": "^0.30.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sqip/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.2",
"gatsby-plugin-sharp": "^4.14.0-next.2",
"md5-file": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Expand Up @@ -77,7 +77,7 @@
"file-loader": "^6.2.0",
"find-cache-dir": "^3.3.2",
"fs-exists-cached": "1.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gatsby-cli": "^4.14.0-next.2",
"gatsby-core-utils": "^3.14.0-next.2",
"gatsby-graphiql-explorer": "^2.14.0-next.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11229,10 +11229,10 @@ fs-extra@^1.0.0:
jsonfile "^2.1.0"
klaw "^1.0.0"

fs-extra@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
fs-extra@^10.0.0, fs-extra@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
Expand Down

0 comments on commit 10752ed

Please sign in to comment.