Skip to content

Commit 2cc762d

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update dependency fs-extra to ^4.0.3 (#16876)
1 parent 7682c23 commit 2cc762d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: packages/gatsby-cli/package.json

+1-1
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.1",
28+
"fs-extra": "^4.0.3",
2929
"gatsby-telemetry": "^1.1.15",
3030
"hosted-git-info": "^2.6.0",
3131
"is-valid-path": "^0.1.1",

Diff for: packages/gatsby-dev-cli/package.json

+1-1
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.1",
19+
"fs-extra": "^4.0.3",
2020
"is-absolute": "^0.2.6",
2121
"lodash": "^4.17.14",
2222
"request": "2.88.0",

Diff for: packages/gatsby-plugin-netlify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@babel/runtime": "^7.0.0",
17-
"fs-extra": "^4.0.2",
17+
"fs-extra": "^4.0.3",
1818
"kebab-hash": "^0.1.2",
1919
"lodash": "^4.17.14",
2020
"webpack-assets-manifest": "^3.0.2"

Diff for: packages/gatsby-remark-copy-linked-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
1111
"cheerio": "^1.0.0-rc.3",
12-
"fs-extra": "^4.0.1",
12+
"fs-extra": "^4.0.3",
1313
"is-relative-url": "^2.0.0",
1414
"lodash": "^4.17.14",
1515
"path-is-inside": "^1.0.2",

Diff for: packages/gatsby-source-contentful/package.json

+1-1
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.2",
18+
"fs-extra": "^4.0.3",
1919
"gatsby-plugin-sharp": "^2.2.13",
2020
"gatsby-source-filesystem": "^2.1.11",
2121
"is-online": "^7.0.0",

Diff for: packages/gatsby-transformer-sqip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
1111
"bluebird": "^3.5.5",
12-
"fs-extra": "^4.0.2",
12+
"fs-extra": "^4.0.3",
1313
"gatsby-plugin-sharp": "^2.2.13",
1414
"md5-file": "^4.0.0",
1515
"mini-svg-data-uri": "^1.0.0",

0 commit comments

Comments
 (0)