Skip to content

Commit

Permalink
Update dependency fs-extra to v9.0.1 (#1594)
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 Jun 4, 2020
1 parent df3e4cf commit 58df22d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"graphql": "15.0.0",
"lint-staged": "10.2.8",
"nock": "12.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/import/package.json
Expand Up @@ -20,7 +20,7 @@
"directory": "dist"
},
"dependencies": {
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"resolve-from": "5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/load-files/package.json
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"globby": "11.0.1",
"unixify": "1.0.0",
"fs-extra": "9.0.0"
"fs-extra": "9.0.1"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code-file/package.json
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@graphql-tools/utils": "6.0.7",
"@graphql-tools/graphql-tag-pluck": "6.0.7",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"tslib": "~2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/graphql-file/package.json
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@graphql-tools/import": "6.0.7",
"@graphql-tools/utils": "6.0.7",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"tslib": "~2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json-file/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@graphql-tools/utils": "6.0.7",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"tslib": "~2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/prisma/package.json
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@graphql-tools/utils": "6.0.7",
"@graphql-tools/url-loader": "6.0.7",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"prisma-yml": "1.34.10",
"tslib": "~2.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Expand Up @@ -6176,6 +6176,16 @@ fs-extra@9.0.0:
jsonfile "^6.0.1"
universalify "^1.0.0"

fs-extra@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^1.0.0"

fs-extra@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
Expand Down

0 comments on commit 58df22d

Please sign in to comment.