diff --git a/package.json b/package.json index 1f0e580140da2..b8e3cdb566739 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.1", + "@types/fs-extra": "^8.1.2", "@types/got": "^9.6.11", "@types/jaeger-client": "^3.18.0", "@types/jest": "^24.9.1", diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 6d3eae839d835..88d2c07888d07 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -19,7 +19,7 @@ "@ascorbic/worker-threads-shim": "^1.0.0", "@babel/runtime": "^7.14.8", "@types/configstore": "^4.0.0", - "@types/fs-extra": "^9.0.11", + "@types/fs-extra": "^9.0.12", "@types/node": "^14.17.4", "ansi-wordwrap": "^1.0.2", "common-tags": "^1.8.0", diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index 10939dc1d6076..68ee62af5b8af 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.0.1", + "fs-extra": "^9.1.0", "microbundle": "^0.13.3", "npm-run-all": "^4.1.5", "object-assign": "^4.1.1", diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 0991a2e039c84..2e732e7828113 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.1", + "@types/fs-extra": "^8.1.2", "@types/node": "^14.10.2", "@types/prop-types": "^15.7.3", "@types/react": "^16.9.56", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 78ef8e5ced96f..6eac8517efeb1 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.0.1", + "fs-extra": "^9.1.0", "gatsby-core-utils": "^2.12.0-next.0", "gatsby-image": "^3.10.0", "gatsby-plugin-catch-links": "^3.12.0-next.0", diff --git a/yarn.lock b/yarn.lock index 10a82e21ffa64..6e16edc868de2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4513,17 +4513,17 @@ resolved "https://registry.yarnpkg.com/@types/format-util/-/format-util-1.0.1.tgz#6fd9a41194776e2f33e2846ae955da8dbc8af4d1" integrity sha512-uqU+S8ZeHlEslQgMzD6fpYhZlCqMfWR8MqoIMHy4uEy6VIkFqtZC25GKhl9n7fGmL0BZ51xrB5Ak8Wkb9oKw3A== -"@types/fs-extra@^8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.1.tgz#1e49f22d09aa46e19b51c0b013cb63d0d923a068" - integrity sha512-TcUlBem321DFQzBNuz8p0CLLKp0VvF/XH9E4KHNmgwyp4E3AfgI5cjiIVZWlbfThBop2qxFIh4+LeY6hVWWZ2w== +"@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.11": - version "9.0.11" - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.11.tgz#8cc99e103499eab9f347dbc6ca4e99fb8d2c2b87" - integrity sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA== +"@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" + integrity sha512-I+bsBr67CurCGnSenZZ7v94gd3tc3+Aj2taxMT4yu4ABLuOgOjeFxX3dokG24ztSRg5tnT00sL8BszO7gSMoIw== dependencies: "@types/node" "*"