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

Commit 9f72e94

Browse files
committed
fix(deps): update dependency fs-extra to v10
1 parent 31adabb commit 9f72e94

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.5.2"
6767
},
6868
"dependencies": {
69-
"fs-extra": "9.1.0",
69+
"fs-extra": "10.0.0",
7070
"globby": "11.0.4",
7171
"lodash": "4.17.21"
7272
}

yarn.lock

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

1124-
at-least-node@^1.0.0:
1125-
version "1.0.0"
1126-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
1127-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
1128-
11291124
babel-jest@^27.4.2:
11301125
version "27.4.2"
11311126
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.4.2.tgz#6edf80971045cfd44f3f10b6eda6007d95f62742"
@@ -1927,12 +1922,11 @@ form-data@^3.0.0:
19271922
combined-stream "^1.0.8"
19281923
mime-types "^2.1.12"
19291924

1930-
fs-extra@9.1.0:
1931-
version "9.1.0"
1932-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
1933-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
1925+
fs-extra@10.0.0:
1926+
version "10.0.0"
1927+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
1928+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
19341929
dependencies:
1935-
at-least-node "^1.0.0"
19361930
graceful-fs "^4.2.0"
19371931
jsonfile "^6.0.1"
19381932
universalify "^2.0.0"

0 commit comments

Comments
 (0)