Skip to content

Commit 9b2b809

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency fs-extra to v10
1 parent 7a33cdb commit 9b2b809

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"eslint-plugin-jest": "^24.0.2",
9696
"eslint-plugin-tsdoc": "^0.2.7",
9797
"eslint-plugin-unused-imports": "^2.0.0",
98-
"fs-extra": "^9.0.0",
98+
"fs-extra": "^10.0.0",
9999
"husky": "^6.0.0",
100100
"jest": "^27.0.1",
101101
"jest-extended": "^0.11.2",

yarn.lock

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

1455-
at-least-node@^1.0.0:
1456-
version "1.0.0"
1457-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
1458-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
1459-
14601455
atob@^2.1.2:
14611456
version "2.1.2"
14621457
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -2689,12 +2684,11 @@ fragment-cache@^0.2.1:
26892684
dependencies:
26902685
map-cache "^0.2.2"
26912686

2692-
fs-extra@^9.0.0:
2693-
version "9.1.0"
2694-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
2695-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
2687+
fs-extra@^10.0.0:
2688+
version "10.0.1"
2689+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8"
2690+
integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==
26962691
dependencies:
2697-
at-least-node "^1.0.0"
26982692
graceful-fs "^4.2.0"
26992693
jsonfile "^6.0.1"
27002694
universalify "^2.0.0"

0 commit comments

Comments
 (0)