Skip to content

Commit

Permalink
fix: update dependency fs-extra to v10 (#2575)
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 May 4, 2021
1 parent e37d3ea commit d47d2b5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -40,7 +40,7 @@
"@commitlint/utils": "^12.1.1",
"@types/yargs": "^16.0.0",
"execa": "^5.0.0",
"fs-extra": "^9.0.0"
"fs-extra": "^10.0.0"
},
"dependencies": {
"@commitlint/format": "^12.1.2",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/read/package.json
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@commitlint/top-level": "^12.1.1",
"@commitlint/types": "^12.1.2",
"fs-extra": "^9.0.0",
"fs-extra": "^10.0.0",
"git-raw-commits": "^2.0.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Expand Down
2 changes: 1 addition & 1 deletion @packages/test/package.json
Expand Up @@ -33,7 +33,7 @@
"@types/fs-extra": "^9.0.1",
"@types/tmp": "^0.2.0",
"execa": "^5.0.0",
"fs-extra": "^9.0.0",
"fs-extra": "^10.0.0",
"pkg-dir": "5.0.0",
"resolve-pkg": "2.0.0",
"tmp": "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"execa": "^5.0.0",
"fs-extra": "^9.0.0",
"fs-extra": "^10.0.0",
"read-pkg": "6.0.0",
"require-from-string": "2.0.2",
"tar-fs": "2.1.1",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Expand Up @@ -4863,15 +4863,14 @@ fs-extra@8.1.0, fs-extra@^8.1.0:
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@^9.0.0:
version "9.0.1"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
fs-extra@^10.0.0:
version "10.0.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^1.0.0"
universalify "^2.0.0"

fs-extra@^9.1.0:
version "9.1.0"
Expand Down

0 comments on commit d47d2b5

Please sign in to comment.