Skip to content

Commit

Permalink
chore(deps): update fs-extra (#32570)
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 Aug 4, 2021
1 parent 2438266 commit bc3410b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Expand Up @@ -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",
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.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",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -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" "*"

Expand Down

0 comments on commit bc3410b

Please sign in to comment.