Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Commit a0ef715

Browse files
committed
fix(deps): update dependency fs-extra to v10
1 parent 474a98a commit a0ef715

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"typescript": "4.3.2"
6767
},
6868
"dependencies": {
69-
"fs-extra": "9.1.0",
69+
"fs-extra": "10.0.0",
7070
"globby": "11.0.3",
7171
"lodash": "4.17.21"
7272
}

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -907,11 +907,6 @@ asynckit@^0.4.0:
907907
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
908908
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
909909

910-
at-least-node@^1.0.0:
911-
version "1.0.0"
912-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
913-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
914-
915910
atob@^2.1.2:
916911
version "2.1.2"
917912
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -1964,12 +1959,11 @@ fragment-cache@^0.2.1:
19641959
dependencies:
19651960
map-cache "^0.2.2"
19661961

1967-
fs-extra@9.1.0:
1968-
version "9.1.0"
1969-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
1970-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
1962+
fs-extra@10.0.0:
1963+
version "10.0.0"
1964+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
1965+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
19711966
dependencies:
1972-
at-least-node "^1.0.0"
19731967
graceful-fs "^4.2.0"
19741968
jsonfile "^6.0.1"
19751969
universalify "^2.0.0"

0 commit comments

Comments
 (0)