From e83b2ca2a2087e1d9ab99b35b7ff86d861bbe8c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Aug 2021 10:27:21 +0000 Subject: [PATCH] chore(deps): update fs-extra --- package.json | 4 ++-- packages/create-gatsby/package.json | 2 +- packages/gatsby-cli/package.json | 2 +- packages/gatsby-core-utils/package.json | 2 +- packages/gatsby-dev-cli/package.json | 2 +- packages/gatsby-legacy-polyfills/package.json | 2 +- packages/gatsby-plugin-feed/package.json | 2 +- .../gatsby-plugin-gatsby-cloud/package.json | 2 +- .../gatsby-plugin-graphql-config/package.json | 2 +- packages/gatsby-plugin-image/package.json | 4 ++-- packages/gatsby-plugin-mdx/package.json | 2 +- packages/gatsby-plugin-netlify/package.json | 2 +- .../gatsby-plugin-preload-fonts/package.json | 2 +- packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-recipes/package.json | 2 +- .../package.json | 2 +- packages/gatsby-source-contentful/package.json | 2 +- packages/gatsby-source-filesystem/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 2 +- packages/gatsby-telemetry/package.json | 2 +- packages/gatsby-transformer-sharp/package.json | 2 +- packages/gatsby-transformer-sqip/package.json | 2 +- packages/gatsby/package.json | 2 +- yarn.lock | 18 ++++++++++-------- 24 files changed, 35 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index 9b154d697ffd8..5ee0f41205778 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/cache-manager": "^2.10.3", "@types/common-tags": "^1.8.0", "@types/express": "^4.17.3", - "@types/fs-extra": "^8.1.2", + "@types/fs-extra": "^9.0.12", "@types/got": "^9.6.11", "@types/jaeger-client": "^3.18.0", "@types/jest": "^24.9.1", @@ -45,7 +45,7 @@ "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "glob": "^7.1.7", "husky": "3.1.0", "ignore": "^5.1.8", diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 5687913afbfc9..e3b5e486680c2 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -26,7 +26,7 @@ "enquirer": "^2.3.6", "eslint": "^7.32.0", "execa": "^5.1.1", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-plugin-utils": "^1.12.0-next.3", "joi": "^17.4.2", "microbundle": "^0.13.3", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 3e2d64f9a1854..84aae70f9dda7 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -22,7 +22,7 @@ "envinfo": "^7.7.3", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "gatsby-recipes": "^0.23.0-next.3", "gatsby-telemetry": "^2.12.0-next.3", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 8a51a4d104974..73242896d9fe5 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -32,7 +32,7 @@ "ci-info": "2.0.0", "configstore": "^5.0.1", "file-type": "^16.5.3", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "node-object-hash": "^2.3.8", "proper-lockfile": "^4.1.2", "tmp": "^0.2.1", diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 70de24a838f94..8aee6c5b6db6c 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -16,7 +16,7 @@ "del": "^6.0.0", "execa": "^5.1.1", "find-yarn-workspace-root": "^2.0.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "got": "^10.7.0", "is-absolute": "^1.0.0", "lodash": "^4.17.21", diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index 30d19f66bb1ac..7ee44ab425748 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -36,7 +36,7 @@ "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", "execa": "^5.1.1", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "microbundle": "^0.13.3", "npm-run-all": "^4.1.5", "object-assign": "^4.1.1", diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index d0b6cd345291c..42d83cd12737b 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-plugin-utils": "^1.12.0-next.3", "lodash.merge": "^4.6.2", "rss": "^1.2.2" diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index a07a73aa7f877..d1bc551e23e8d 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "date-fns": "^2.22.1", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-telemetry": "^2.12.0-next.3", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", diff --git a/packages/gatsby-plugin-graphql-config/package.json b/packages/gatsby-plugin-graphql-config/package.json index b769ffffd57bf..f438212aa6695 100644 --- a/packages/gatsby-plugin-graphql-config/package.json +++ b/packages/gatsby-plugin-graphql-config/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "fs-extra": "^9.1.0" + "fs-extra": "^10.0.0" }, "devDependencies": { "@babel/cli": "^7.14.8", diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index f86afa4152b40..1f19873f21f94 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -46,7 +46,7 @@ "@testing-library/react": "^11.2.7", "@types/babel__core": "^7.1.12", "@types/babel__traverse": "^7.11.1", - "@types/fs-extra": "^8.1.2", + "@types/fs-extra": "^9.0.12", "@types/node": "^14.10.2", "@types/prop-types": "^15.7.3", "@types/react": "^16.9.56", @@ -80,7 +80,7 @@ "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 16dcc4cfd7df3..213beec64aa44 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -34,7 +34,7 @@ "debug": "^4.3.1", "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "gray-matter": "^4.0.2", "json5": "^2.1.3", diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index ec61c79431715..fa54b8f2f26d4 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -14,7 +14,7 @@ ], "dependencies": { "@babel/runtime": "^7.14.8", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.0.6" diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 572b062afeeb2..898413af05c02 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -13,7 +13,7 @@ "dependencies": { "chalk": "^4.1.2", "date-fns": "^2.21.1", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "graphql-request": "^1.8.2", "progress": "^2.0.3", diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 5d7055f201880..93ba3ecec72cb 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -11,7 +11,7 @@ "async": "^3.2.0", "bluebird": "^3.7.2", "filenamify": "^4.3.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "gatsby-plugin-utils": "^1.12.0-next.3", "gatsby-telemetry": "^2.12.0-next.3", diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index fad3115ff3544..6e6ba783b4d7e 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -29,7 +29,7 @@ "execa": "^5.1.1", "express": "^4.17.1", "express-graphql": "^0.12.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "gatsby-telemetry": "^2.12.0-next.3", "glob": "^7.1.6", diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 84cdba166a7de..04e086cd7a6f4 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "cheerio": "^1.0.0-rc.10", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "path-is-inside": "^1.0.2", diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 765b1d7113196..0c949a06c2b3a 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -16,7 +16,7 @@ "chalk": "^4.1.2", "common-tags": "^1.8.0", "contentful": "^8.4.2", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "gatsby-plugin-utils": "^1.12.0-next.3", "gatsby-source-filesystem": "^3.12.0-next.3", diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 1e308df3cea42..55ab907862b43 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -11,7 +11,7 @@ "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "got": "^9.6.0", "md5-file": "^5.0.0", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 74ab0511d7029..bdc466bb5d1c2 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -27,7 +27,7 @@ "fast-json-stable-stringify": "^2.1.0", "file-type": "^15.0.1", "filesize": "^6.1.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "gatsby-image": "^3.10.0", "gatsby-plugin-catch-links": "^3.12.0-next.3", diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 04495236b4488..4180cd3f90adc 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -14,7 +14,7 @@ "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.12.0-next.3", "git-up": "^4.0.5", "is-docker": "^2.2.1", diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 27d9ed980dc16..23cffca1ef272 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "bluebird": "^3.7.2", "common-tags": "^1.8.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "potrace": "^2.1.8", "probe-image-size": "^6.0.0", "semver": "^7.3.5", diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 0179bc253c24b..d653a3d60742b 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.8", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-plugin-sharp": "^3.12.0-next.3", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b213eba4b908d..beb0cd6513385 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -74,7 +74,7 @@ "file-loader": "^6.2.0", "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-cli": "^3.12.0-next.3", "gatsby-core-utils": "^2.12.0-next.3", "gatsby-graphiql-explorer": "^1.12.0-next.3", diff --git a/yarn.lock b/yarn.lock index bc2197d41152e..78eeed1e7a2c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4530,13 +4530,6 @@ resolved "https://registry.yarnpkg.com/@types/format-util/-/format-util-1.0.1.tgz#6fd9a41194776e2f33e2846ae955da8dbc8af4d1" integrity sha512-uqU+S8ZeHlEslQgMzD6fpYhZlCqMfWR8MqoIMHy4uEy6VIkFqtZC25GKhl9n7fGmL0BZ51xrB5Ak8Wkb9oKw3A== -"@types/fs-extra@^8.1.2": - version "8.1.2" - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.2.tgz#7125cc2e4bdd9bd2fc83005ffdb1d0ba00cca61f" - integrity sha512-SvSrYXfWSc7R4eqnOzbQF4TZmfpNSM9FrSWLU3EUnWBuyZqNBOrv1B1JA3byUDPUl9z4Ab3jeZG2eDdySlgNMg== - dependencies: - "@types/node" "*" - "@types/fs-extra@^9.0.12": version "9.0.12" resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.12.tgz#9b8f27973df8a7a3920e8461517ebf8a7d4fdfaf" @@ -12724,6 +12717,15 @@ 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== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-extra@^4.0.2: version "4.0.3" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94" @@ -12732,7 +12734,7 @@ fs-extra@^4.0.2: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@^9.0.1, fs-extra@^9.1.0: +fs-extra@^9.0.1: version "9.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==