Skip to content

Commit

Permalink
fix: update dependency fs-extra to ^4.0.3 (#16876)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Aug 21, 2019
1 parent 7682c23 commit 2cc762d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Expand Up @@ -25,7 +25,7 @@
"envinfo": "^5.12.1",
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.1",
"fs-extra": "^4.0.3",
"gatsby-telemetry": "^1.1.15",
"hosted-git-info": "^2.6.0",
"is-valid-path": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Expand Up @@ -16,7 +16,7 @@
"del": "^3.0.0",
"execa": "^1.0.0",
"find-yarn-workspace-root": "^1.2.1",
"fs-extra": "^4.0.1",
"fs-extra": "^4.0.3",
"is-absolute": "^0.2.6",
"lodash": "^4.17.14",
"request": "2.88.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
Expand Up @@ -14,7 +14,7 @@
],
"dependencies": {
"@babel/runtime": "^7.0.0",
"fs-extra": "^4.0.2",
"fs-extra": "^4.0.3",
"kebab-hash": "^0.1.2",
"lodash": "^4.17.14",
"webpack-assets-manifest": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"cheerio": "^1.0.0-rc.3",
"fs-extra": "^4.0.1",
"fs-extra": "^4.0.3",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.14",
"path-is-inside": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Expand Up @@ -15,7 +15,7 @@
"chalk": "^2.4.2",
"contentful": "^6.1.3",
"deep-map": "^1.5.0",
"fs-extra": "^4.0.2",
"fs-extra": "^4.0.3",
"gatsby-plugin-sharp": "^2.2.13",
"gatsby-source-filesystem": "^2.1.11",
"is-online": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sqip/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-extra": "^4.0.2",
"fs-extra": "^4.0.3",
"gatsby-plugin-sharp": "^2.2.13",
"md5-file": "^4.0.0",
"mini-svg-data-uri": "^1.0.0",
Expand Down

0 comments on commit 2cc762d

Please sign in to comment.