Skip to content

Commit 10752ed

Browse files
fix(deps): update dependency fs-extra to ^10.1.0 (#34976)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0abdcd6 commit 10752ed

File tree

23 files changed

+26
-26
lines changed

23 files changed

+26
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-jsx-a11y": "^6.5.1",
4444
"eslint-plugin-prettier": "^4.0.0",
4545
"eslint-plugin-react": "^7.29.4",
46-
"fs-extra": "^10.0.0",
46+
"fs-extra": "^10.1.0",
4747
"glob": "^7.1.7",
4848
"husky": "3.1.0",
4949
"ignore": "^5.1.8",

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"enquirer": "^2.3.6",
2828
"eslint": "^7.32.0",
2929
"execa": "^5.1.1",
30-
"fs-extra": "^10.0.0",
30+
"fs-extra": "^10.1.0",
3131
"gatsby-plugin-utils": "^3.8.0-next.2",
3232
"joi": "^17.4.2",
3333
"microbundle": "^0.14.2",

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
33-
"fs-extra": "^10.0.0",
33+
"fs-extra": "^10.1.0",
3434
"gatsby-core-utils": "^3.14.0-next.2",
3535
"gatsby-telemetry": "^3.14.0-next.2",
3636
"hosted-git-info": "^3.0.8",

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"configstore": "^5.0.1",
4848
"fastq": "^1.13.0",
4949
"file-type": "^16.5.3",
50-
"fs-extra": "^10.0.0",
50+
"fs-extra": "^10.1.0",
5151
"got": "^11.8.3",
5252
"import-from": "^4.0.0",
5353
"lmdb": "^2.2.6",

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"del": "^6.0.0",
1717
"execa": "^5.1.1",
1818
"find-yarn-workspace-root": "^2.0.0",
19-
"fs-extra": "^10.0.0",
19+
"fs-extra": "^10.1.0",
2020
"got": "^11.8.3",
2121
"is-absolute": "^1.0.0",
2222
"lodash": "^4.17.21",

packages/gatsby-legacy-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"cross-env": "^7.0.3",
3939
"event-target-polyfill": "^0.0.3",
4040
"execa": "^5.1.1",
41-
"fs-extra": "^10.0.0",
41+
"fs-extra": "^10.1.0",
4242
"microbundle": "^0.14.2",
4343
"npm-run-all": "^4.1.5",
4444
"object-assign": "^4.1.1",

packages/gatsby-plugin-feed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.15.4",
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.2",
13-
"fs-extra": "^10.0.0",
13+
"fs-extra": "^10.1.0",
1414
"gatsby-plugin-utils": "^3.8.0-next.2",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"date-fns": "^2.28.0",
12-
"fs-extra": "^10.0.0",
12+
"fs-extra": "^10.1.0",
1313
"gatsby-core-utils": "^3.14.0-next.2",
1414
"gatsby-telemetry": "^3.14.0-next.2",
1515
"js-cookie": "^3.0.1",

packages/gatsby-plugin-graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
11-
"fs-extra": "^10.0.0"
11+
"fs-extra": "^10.1.0"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.15.4",

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"camelcase": "^5.3.1",
8383
"chokidar": "^3.5.2",
8484
"common-tags": "^1.8.2",
85-
"fs-extra": "^10.0.0",
85+
"fs-extra": "^10.1.0",
8686
"gatsby-core-utils": "^3.14.0-next.2",
8787
"objectFitPolyfill": "^2.3.5",
8888
"prop-types": "^15.8.1"

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"debug": "^4.3.1",
3737
"escape-string-regexp": "^1.0.5",
3838
"eval": "^0.1.4",
39-
"fs-extra": "^10.0.0",
39+
"fs-extra": "^10.1.0",
4040
"gatsby-core-utils": "^3.14.0-next.2",
4141
"gray-matter": "^4.0.2",
4242
"json5": "^2.1.3",

packages/gatsby-plugin-preload-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/runtime": "^7.15.4",
1515
"chalk": "^4.1.2",
1616
"date-fns": "^2.28.0",
17-
"fs-extra": "^10.0.0",
17+
"fs-extra": "^10.1.0",
1818
"gatsby-core-utils": "^3.14.0-next.2",
1919
"graphql-request": "^1.8.2",
2020
"progress": "^2.0.3",

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bluebird": "^3.7.2",
1414
"debug": "^4.3.4",
1515
"filenamify": "^4.3.0",
16-
"fs-extra": "^10.0.0",
16+
"fs-extra": "^10.1.0",
1717
"gatsby-core-utils": "^3.14.0-next.2",
1818
"gatsby-plugin-utils": "^3.8.0-next.2",
1919
"gatsby-telemetry": "^3.14.0-next.2",

packages/gatsby-plugin-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@babel/runtime": "^7.15.4",
5050
"@gatsbyjs/potrace": "^2.2.0",
51-
"fs-extra": "^10.0.0",
51+
"fs-extra": "^10.1.0",
5252
"gatsby-core-utils": "^3.14.0-next.2",
5353
"gatsby-sharp": "^0.8.0-next.0",
5454
"graphql-compose": "^9.0.7",

packages/gatsby-remark-copy-linked-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"cheerio": "^1.0.0-rc.10",
12-
"fs-extra": "^10.0.0",
12+
"fs-extra": "^10.1.0",
1313
"is-relative-url": "^3.0.0",
1414
"lodash": "^4.17.21",
1515
"path-is-inside": "^1.0.2",

packages/gatsby-source-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"chalk": "^4.1.2",
1717
"common-tags": "^1.8.2",
1818
"contentful": "^8.5.8",
19-
"fs-extra": "^10.0.0",
19+
"fs-extra": "^10.1.0",
2020
"gatsby-core-utils": "^3.14.0-next.2",
2121
"gatsby-plugin-utils": "^3.8.0-next.2",
2222
"gatsby-source-filesystem": "^4.14.0-next.2",

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.15.4",
1111
"chokidar": "^3.5.2",
1212
"file-type": "^16.5.3",
13-
"fs-extra": "^10.0.0",
13+
"fs-extra": "^10.1.0",
1414
"gatsby-core-utils": "^3.14.0-next.2",
1515
"got": "^9.6.0",
1616
"md5-file": "^5.0.0",

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"fast-json-stable-stringify": "^2.1.0",
2828
"file-type": "^15.0.1",
2929
"filesize": "^6.4.0",
30-
"fs-extra": "^10.0.0",
30+
"fs-extra": "^10.1.0",
3131
"gatsby-core-utils": "^3.14.0-next.2",
3232
"gatsby-plugin-catch-links": "^4.14.0-next.1",
3333
"gatsby-plugin-utils": "^3.8.0-next.2",

packages/gatsby-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"async-retry-ng": "^2.0.1",
1515
"boxen": "^4.2.0",
1616
"configstore": "^5.0.1",
17-
"fs-extra": "^10.0.0",
17+
"fs-extra": "^10.1.0",
1818
"gatsby-core-utils": "^3.14.0-next.2",
1919
"git-up": "^4.0.5",
2020
"is-docker": "^2.2.1",

packages/gatsby-transformer-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@gatsbyjs/potrace": "^2.2.0",
1212
"bluebird": "^3.7.2",
1313
"common-tags": "^1.8.2",
14-
"fs-extra": "^10.0.0",
14+
"fs-extra": "^10.1.0",
1515
"probe-image-size": "^7.2.3",
1616
"semver": "^7.3.7",
1717
"sharp": "^0.30.3"

packages/gatsby-transformer-sqip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
11-
"fs-extra": "^10.0.0",
11+
"fs-extra": "^10.1.0",
1212
"gatsby-core-utils": "^3.14.0-next.2",
1313
"gatsby-plugin-sharp": "^4.14.0-next.2",
1414
"md5-file": "^5.0.0",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"file-loader": "^6.2.0",
7878
"find-cache-dir": "^3.3.2",
7979
"fs-exists-cached": "1.0.0",
80-
"fs-extra": "^10.0.0",
80+
"fs-extra": "^10.1.0",
8181
"gatsby-cli": "^4.14.0-next.2",
8282
"gatsby-core-utils": "^3.14.0-next.2",
8383
"gatsby-graphiql-explorer": "^2.14.0-next.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11229,10 +11229,10 @@ fs-extra@^1.0.0:
1122911229
jsonfile "^2.1.0"
1123011230
klaw "^1.0.0"
1123111231

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

0 commit comments

Comments
 (0)