Skip to content

Commit bb14aa1

Browse files
chore(deps): bump fs-extra from 9.0.1 to 10.0.0 (#34)
1 parent d90ae9e commit bb14aa1

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "commonjs",
88
"dependencies": {
99
"extract-zip": "^2.0.1",
10-
"fs-extra": "^9.0.1",
10+
"fs-extra": "^10.0.0",
1111
"jest-diff": "^26.4.2",
1212
"jest-snapshot": "^26.4.2",
1313
"proper-lockfile": "^4.1.1"

yarn.lock

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,11 +1646,6 @@ asynckit@^0.4.0:
16461646
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
16471647
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
16481648

1649-
at-least-node@^1.0.0:
1650-
version "1.0.0"
1651-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
1652-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
1653-
16541649
atob@^2.1.2:
16551650
version "2.1.2"
16561651
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -2677,6 +2672,15 @@ fragment-cache@^0.2.1:
26772672
dependencies:
26782673
map-cache "^0.2.2"
26792674

2675+
fs-extra@^10.0.0:
2676+
version "10.0.0"
2677+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
2678+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
2679+
dependencies:
2680+
graceful-fs "^4.2.0"
2681+
jsonfile "^6.0.1"
2682+
universalify "^2.0.0"
2683+
26802684
fs-extra@^7.0.1:
26812685
version "7.0.1"
26822686
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
@@ -2695,16 +2699,6 @@ fs-extra@^8.1.0:
26952699
jsonfile "^4.0.0"
26962700
universalify "^0.1.0"
26972701

2698-
fs-extra@^9.0.1:
2699-
version "9.0.1"
2700-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
2701-
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
2702-
dependencies:
2703-
at-least-node "^1.0.0"
2704-
graceful-fs "^4.2.0"
2705-
jsonfile "^6.0.1"
2706-
universalify "^1.0.0"
2707-
27082702
fs.realpath@^1.0.0:
27092703
version "1.0.0"
27102704
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -5325,11 +5319,6 @@ universalify@^0.1.0:
53255319
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
53265320
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
53275321

5328-
universalify@^1.0.0:
5329-
version "1.0.0"
5330-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
5331-
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
5332-
53335322
universalify@^2.0.0:
53345323
version "2.0.0"
53355324
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"

0 commit comments

Comments
 (0)