Skip to content

Commit cc1eaf7

Browse files
fix(deps): update fs-extra -> 10 - dependency (#449)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f18e9e5 commit cc1eaf7

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"commander": "^6.2.1",
4747
"console": "^0.7.2",
4848
"execa": "^5.1.1",
49-
"fs-extra": "^9.1.0",
49+
"fs-extra": "^10.0.0",
5050
"jsonfile": "^6.1.0",
5151
"log-symbols": "^4.1.0",
5252
"node-emoji": "^1.10.0",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,11 +1530,6 @@ asynckit@^0.4.0:
15301530
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
15311531
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
15321532

1533-
at-least-node@^1.0.0:
1534-
version "1.0.0"
1535-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
1536-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
1537-
15381533
atob@^2.1.2:
15391534
version "2.1.2"
15401535
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -3004,6 +2999,15 @@ fs-extra@^1.0.0:
30042999
jsonfile "^2.1.0"
30053000
klaw "^1.0.0"
30063001

3002+
fs-extra@^10.0.0:
3003+
version "10.0.0"
3004+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3005+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3006+
dependencies:
3007+
graceful-fs "^4.2.0"
3008+
jsonfile "^6.0.1"
3009+
universalify "^2.0.0"
3010+
30073011
fs-extra@^8.1.0:
30083012
version "8.1.0"
30093013
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
@@ -3013,16 +3017,6 @@ fs-extra@^8.1.0:
30133017
jsonfile "^4.0.0"
30143018
universalify "^0.1.0"
30153019

3016-
fs-extra@^9.1.0:
3017-
version "9.1.0"
3018-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
3019-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
3020-
dependencies:
3021-
at-least-node "^1.0.0"
3022-
graceful-fs "^4.2.0"
3023-
jsonfile "^6.0.1"
3024-
universalify "^2.0.0"
3025-
30263020
fs.realpath@^1.0.0:
30273021
version "1.0.0"
30283022
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"

0 commit comments

Comments
 (0)