Skip to content

Commit d891a19

Browse files
renovate[bot]GatsbyJS Bot
authored andcommitted
fix: update dependency fs-extra to v8 (#17031)
1 parent 17e07cc commit d891a19

File tree

15 files changed

+14
-30
lines changed

15 files changed

+14
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-prettier": "^3.1.0",
2222
"eslint-plugin-react": "^7.14.3",
2323
"flow-bin": "^0.106.1",
24-
"fs-extra": "^7.0.1",
24+
"fs-extra": "^8.1.0",
2525
"glob": "^7.1.4",
2626
"husky": "3.0.4",
2727
"ignore": "^5.1.4",

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"envinfo": "^5.12.1",
2626
"execa": "^0.11.0",
2727
"fs-exists-cached": "^1.0.0",
28-
"fs-extra": "^4.0.3",
28+
"fs-extra": "^8.1.0",
2929
"gatsby-telemetry": "^1.1.18",
3030
"hosted-git-info": "^3.0.0",
3131
"is-valid-path": "^0.1.1",

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": "^3.0.0",
1717
"execa": "^1.0.0",
1818
"find-yarn-workspace-root": "^1.2.1",
19-
"fs-extra": "^4.0.3",
19+
"fs-extra": "^8.1.0",
2020
"is-absolute": "^1.0.0",
2121
"lodash": "^4.17.15",
2222
"request": "2.88.0",

packages/gatsby-plugin-feed/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.5.5",
1111
"@hapi/joi": "^15.1.1",
12-
"fs-extra": "^7.0.1",
12+
"fs-extra": "^8.1.0",
1313
"lodash.merge": "^4.6.2",
1414
"rss": "^1.2.2"
1515
},

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"debug": "^4.1.1",
3333
"escape-string-regexp": "^1.0.5",
3434
"eval": "^0.1.4",
35-
"fs-extra": "^7.0.1",
35+
"fs-extra": "^8.1.0",
3636
"gray-matter": "^4.0.2",
3737
"json5": "^2.1.0",
3838
"loader-utils": "^1.2.3",

packages/gatsby-plugin-netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@babel/runtime": "^7.5.5",
17-
"fs-extra": "^4.0.3",
17+
"fs-extra": "^8.1.0",
1818
"kebab-hash": "^0.1.2",
1919
"lodash": "^4.17.15",
2020
"webpack-assets-manifest": "^3.1.1"

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.5.5",
1111
"async": "^2.6.3",
1212
"bluebird": "^3.5.5",
13-
"fs-extra": "^7.0.1",
13+
"fs-extra": "^8.1.0",
1414
"gatsby-core-utils": "^1.0.6",
1515
"got": "^8.3.2",
1616
"imagemin": "^6.1.0",

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.5.5",
1111
"cheerio": "^1.0.0-rc.3",
12-
"fs-extra": "^4.0.3",
12+
"fs-extra": "^8.1.0",
1313
"is-relative-url": "^3.0.0",
1414
"lodash": "^4.17.15",
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
@@ -15,7 +15,7 @@
1515
"chalk": "^2.4.2",
1616
"contentful": "^6.1.3",
1717
"deep-map": "^1.5.0",
18-
"fs-extra": "^4.0.3",
18+
"fs-extra": "^8.1.0",
1919
"gatsby-plugin-sharp": "^2.2.17",
2020
"gatsby-source-filesystem": "^2.1.16",
2121
"is-online": "^8.2.0",

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bluebird": "^3.5.5",
1313
"chokidar": "3.0.2",
1414
"file-type": "^12.2.0",
15-
"fs-extra": "^5.0.0",
15+
"fs-extra": "^8.1.0",
1616
"gatsby-core-utils": "^1.0.6",
1717
"got": "^7.1.0",
1818
"md5-file": "^3.2.3",

0 commit comments

Comments
 (0)