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

Commit 938cfb1

Browse files
committed
fix(deps): update dependency fs-extra to v10
1 parent fbddeb9 commit 938cfb1

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.4.4"
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.3.1:
11301125
version "27.3.1"
11311126
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.3.1.tgz#0636a3404c68e07001e434ac4956d82da8a80022"
@@ -1922,12 +1917,11 @@ form-data@^3.0.0:
19221917
combined-stream "^1.0.8"
19231918
mime-types "^2.1.12"
19241919

1925-
fs-extra@9.1.0:
1926-
version "9.1.0"
1927-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
1928-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
1920+
fs-extra@10.0.0:
1921+
version "10.0.0"
1922+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
1923+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
19291924
dependencies:
1930-
at-least-node "^1.0.0"
19311925
graceful-fs "^4.2.0"
19321926
jsonfile "^6.0.1"
19331927
universalify "^2.0.0"

0 commit comments

Comments
 (0)