Skip to content

Commit e6916a8

Browse files
chore(package): Update 1 devDependencies to matching semver range (#833)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ea1e08 commit e6916a8

File tree

1 file changed

+71
-63
lines changed

1 file changed

+71
-63
lines changed

yarn.lock

Lines changed: 71 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
"@babel/highlight" "^7.10.4"
5959

6060
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
61-
version "7.11.0"
62-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
63-
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
61+
version "7.11.1"
62+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
63+
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
6464
dependencies:
6565
"@babel/code-frame" "^7.10.4"
6666
"@babel/generator" "^7.11.0"
6767
"@babel/helper-module-transforms" "^7.11.0"
6868
"@babel/helpers" "^7.10.4"
69-
"@babel/parser" "^7.11.0"
69+
"@babel/parser" "^7.11.1"
7070
"@babel/template" "^7.10.4"
7171
"@babel/traverse" "^7.11.0"
7272
"@babel/types" "^7.11.0"
@@ -191,10 +191,10 @@
191191
chalk "^2.0.0"
192192
js-tokens "^4.0.0"
193193

194-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0":
195-
version "7.11.0"
196-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
197-
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
194+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.1":
195+
version "7.11.3"
196+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.3.tgz#9e1eae46738bcd08e23e867bab43e7b95299a8f9"
197+
integrity sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA==
198198

199199
"@babel/plugin-syntax-async-generators@^7.8.4":
200200
version "7.8.4"
@@ -658,9 +658,9 @@
658658
"@types/istanbul-lib-report" "*"
659659

660660
"@types/jest@^26.0.4":
661-
version "26.0.8"
662-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369"
663-
integrity sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g==
661+
version "26.0.9"
662+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
663+
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==
664664
dependencies:
665665
jest-diff "^25.2.1"
666666
pretty-format "^25.2.1"
@@ -795,9 +795,9 @@ acorn-walk@^7.1.1:
795795
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
796796

797797
acorn@^7.1.1:
798-
version "7.3.1"
799-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
800-
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
798+
version "7.4.0"
799+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
800+
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
801801

802802
add-stream@^1.0.0:
803803
version "1.0.0"
@@ -1145,14 +1145,14 @@ browser-process-hrtime@^1.0.0:
11451145
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
11461146

11471147
browserslist@^4.12.0:
1148-
version "4.13.0"
1149-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.13.0.tgz#42556cba011e1b0a2775b611cba6a8eca18e940d"
1150-
integrity sha512-MINatJ5ZNrLnQ6blGvePd/QOz9Xtu+Ne+x29iQSCHfkU5BugKVJwZKn/iiL8UbpIpa3JhviKjz+XxMo0m2caFQ==
1148+
version "4.14.0"
1149+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.0.tgz#2908951abfe4ec98737b72f34c3bcedc8d43b000"
1150+
integrity sha512-pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ==
11511151
dependencies:
1152-
caniuse-lite "^1.0.30001093"
1153-
electron-to-chromium "^1.3.488"
1154-
escalade "^3.0.1"
1155-
node-releases "^1.1.58"
1152+
caniuse-lite "^1.0.30001111"
1153+
electron-to-chromium "^1.3.523"
1154+
escalade "^3.0.2"
1155+
node-releases "^1.1.60"
11561156

11571157
11581158
version "0.2.6"
@@ -1274,10 +1274,10 @@ camelcase@^6.0.0:
12741274
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.0.0.tgz#5259f7c30e35e278f1bdc2a4d91230b37cad981e"
12751275
integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==
12761276

1277-
caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001109:
1278-
version "1.0.30001109"
1279-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001109.tgz#a9f3f26a0c3753b063d7acbb48dfb9c0e46f2b19"
1280-
integrity sha512-4JIXRodHzdS3HdK8nSgIqXYLExOvG+D2/EenSvcub2Kp3QEADjo2v2oUn5g0n0D+UNwG9BtwKOyGcSq2qvQXvQ==
1277+
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111:
1278+
version "1.0.30001112"
1279+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001112.tgz#0fffc3b934ff56ff0548c37bc9dad7d882bcf672"
1280+
integrity sha512-J05RTQlqsatidif/38aN3PGULCLrg8OYQOlJUKbeYVzC2mGZkZLIztwRlB3MtrfLmawUmjFlNJvy/uhwniIe1Q==
12811281

12821282
12831283
version "1.0.0"
@@ -1346,9 +1346,9 @@ check-peer-dependencies@^2.0.2:
13461346
yargs "^15.0.2"
13471347

13481348
"chokidar@>=2.0.0 <4.0.0", chokidar@^3.0.0, chokidar@^3.2.1:
1349-
version "3.4.1"
1350-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1"
1351-
integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==
1349+
version "3.4.2"
1350+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d"
1351+
integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==
13521352
dependencies:
13531353
anymatch "~3.1.1"
13541354
braces "~3.0.2"
@@ -1499,6 +1499,14 @@ compare-func@^1.3.1:
14991499
array-ify "^1.0.0"
15001500
dot-prop "^3.0.0"
15011501

1502+
compare-func@^2.0.0:
1503+
version "2.0.0"
1504+
resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
1505+
integrity sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==
1506+
dependencies:
1507+
array-ify "^1.0.0"
1508+
dot-prop "^5.1.0"
1509+
15021510
compare-versions@^3.6.0:
15031511
version "3.6.0"
15041512
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
@@ -1532,11 +1540,11 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
15321540
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
15331541

15341542
conventional-changelog-angular@^5.0.10:
1535-
version "5.0.10"
1536-
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.10.tgz#5cf7b00dd315b6a6a558223c80d5ef24ddb34205"
1537-
integrity sha512-k7RPPRs0vp8+BtPsM9uDxRl6KcgqtCJmzRD1wRtgqmhQ96g8ifBGo9O/TZBG23jqlXS/rg8BKRDELxfnQQGiaA==
1543+
version "5.0.11"
1544+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.11.tgz#99a3ca16e4a5305e0c2c2fae3ef74fd7631fc3fb"
1545+
integrity sha512-nSLypht/1yEflhuTogC03i7DX7sOrXGsRn14g131Potqi6cbGbGEE9PSDEHKldabB6N76HiSyw9Ph+kLmC04Qw==
15381546
dependencies:
1539-
compare-func "^1.3.1"
1547+
compare-func "^2.0.0"
15401548
q "^1.5.1"
15411549

15421550
conventional-changelog-atom@^2.0.7:
@@ -1554,11 +1562,11 @@ conventional-changelog-codemirror@^2.0.7:
15541562
q "^1.5.1"
15551563

15561564
conventional-changelog-conventionalcommits@^4.3.0:
1557-
version "4.3.0"
1558-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz#c4205a659f7ca9d7881f29ee78a4e7d6aeb8b3c2"
1559-
integrity sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg==
1565+
version "4.3.1"
1566+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.1.tgz#69972639e526e39a24946cb033260648dfecdda0"
1567+
integrity sha512-EQa7TJzF7H4EMkfjjJV7d+gragejDqa8NirZnCfRpruCMZqRbAJ8DqmYbkHrYtBYicXqgfM0zkk6HlvLPcyOdQ==
15601568
dependencies:
1561-
compare-func "^1.3.1"
1569+
compare-func "^2.0.0"
15621570
lodash "^4.17.15"
15631571
q "^1.5.1"
15641572

@@ -1612,11 +1620,11 @@ conventional-changelog-jquery@^3.0.10:
16121620
q "^1.5.1"
16131621

16141622
conventional-changelog-jshint@^2.0.7:
1615-
version "2.0.7"
1616-
resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.7.tgz#955a69266951cd31e8afeb3f1c55e0517fdca943"
1617-
integrity sha512-qHA8rmwUnLiIxANJbz650+NVzqDIwNtc0TcpIa0+uekbmKHttidvQ1dGximU3vEDdoJVKFgR3TXFqYuZmYy9ZQ==
1623+
version "2.0.8"
1624+
resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.8.tgz#3fff4df8cb46037f77b9dc3f8e354c7f99332f13"
1625+
integrity sha512-hB/iI0IiZwnZ+seYI+qEQ4b+EMQSEC8jGIvhO2Vpz1E5p8FgLz75OX8oB1xJWl+s4xBMB6f8zJr0tC/BL7YOjw==
16181626
dependencies:
1619-
compare-func "^1.3.1"
1627+
compare-func "^2.0.0"
16201628
q "^1.5.1"
16211629

16221630
conventional-changelog-preset-loader@^2.3.4:
@@ -1634,11 +1642,11 @@ conventional-changelog-ui-router-core@^1.4.2:
16341642
q "^1.4.1"
16351643

16361644
conventional-changelog-writer@^4.0.16:
1637-
version "4.0.16"
1638-
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.16.tgz#ca10f2691a8ea6d3c2eb74bd35bcf40aa052dda5"
1639-
integrity sha512-jmU1sDJDZpm/dkuFxBeRXvyNcJQeKhGtVcFFkwTphUAzyYWcwz2j36Wcv+Mv2hU3tpvLMkysOPXJTLO55AUrYQ==
1645+
version "4.0.17"
1646+
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.17.tgz#4753aaa138bf5aa59c0b274cb5937efcd2722e21"
1647+
integrity sha512-IKQuK3bib/n032KWaSb8YlBFds+aLmzENtnKtxJy3+HqDq5kohu3g/UdNbIHeJWygfnEbZjnCKFxAW0y7ArZAw==
16401648
dependencies:
1641-
compare-func "^1.3.1"
1649+
compare-func "^2.0.0"
16421650
conventional-commits-filter "^2.0.6"
16431651
dateformat "^3.0.0"
16441652
handlebars "^4.7.6"
@@ -1982,7 +1990,7 @@ dot-prop@^3.0.0:
19821990
dependencies:
19831991
is-obj "^1.0.0"
19841992

1985-
dot-prop@^5.2.0:
1993+
dot-prop@^5.1.0, dot-prop@^5.2.0:
19861994
version "5.2.0"
19871995
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
19881996
integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
@@ -2002,10 +2010,10 @@ ecc-jsbn@~0.1.1:
20022010
jsbn "~0.1.0"
20032011
safer-buffer "^2.1.0"
20042012

2005-
electron-to-chromium@^1.3.488:
2006-
version "1.3.516"
2007-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.516.tgz#03ec071b061e462b786bf7e7ce226fd7ab7cf1f6"
2008-
integrity sha512-WDM5AAQdOrvLqSX8g3Zd5AujBXfMxf96oeZkff0U2HF5op3tjShE+on2yay3r1UD4M9I3p0iHpAS4+yV8U8A9A==
2013+
electron-to-chromium@^1.3.523:
2014+
version "1.3.526"
2015+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.526.tgz#0e004899edf75afc172cce1b8189aac5dca646aa"
2016+
integrity sha512-HiroW5ZbGwgT8kCnoEO8qnGjoTPzJxduvV/Vv/wH63eo2N6Zj3xT5fmmaSPAPUM05iN9/5fIEkIg3owTtV6QZg==
20092017

20102018
emittery@^0.7.1:
20112019
version "0.7.1"
@@ -2074,7 +2082,7 @@ es6-object-assign@^1.0.3:
20742082
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
20752083
integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=
20762084

2077-
escalade@^3.0.1:
2085+
escalade@^3.0.2:
20782086
version "3.0.2"
20792087
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.0.2.tgz#6a580d70edb87880f22b4c91d0d56078df6962c4"
20802088
integrity sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ==
@@ -2911,9 +2919,9 @@ is-descriptor@^1.0.0, is-descriptor@^1.0.2:
29112919
kind-of "^6.0.2"
29122920

29132921
is-docker@^2.0.0:
2914-
version "2.0.0"
2915-
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.0.0.tgz#2cb0df0e75e2d064fe1864c37cdeacb7b2dcf25b"
2916-
integrity sha512-pJEdRugimx4fBMra5z2/5iRdZ63OhYV0vr0Dwm5+xtW4D1FvRkB8hamMIhnWfyJeDdyr/aa7BDyNbtG38VxgoQ==
2922+
version "2.1.1"
2923+
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156"
2924+
integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==
29172925

29182926
is-extendable@^0.1.0, is-extendable@^0.1.1:
29192927
version "0.1.1"
@@ -3036,9 +3044,9 @@ is-reference@^1.1.2:
30363044
"@types/estree" "*"
30373045

30383046
is-regex@^1.1.0:
3039-
version "1.1.0"
3040-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
3041-
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
3047+
version "1.1.1"
3048+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
3049+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
30423050
dependencies:
30433051
has-symbols "^1.0.1"
30443052

@@ -3573,9 +3581,9 @@ jsbn@~0.1.0:
35733581
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
35743582

35753583
jsdom@^16.2.2:
3576-
version "16.3.0"
3577-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.3.0.tgz#75690b7dac36c67be49c336dcd7219bbbed0810c"
3578-
integrity sha512-zggeX5UuEknpdZzv15+MS1dPYG0J/TftiiNunOeNxSl3qr8Z6cIlQpN0IdJa44z9aFxZRIVqRncvEhQ7X5DtZg==
3584+
version "16.4.0"
3585+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.4.0.tgz#36005bde2d136f73eee1a830c6d45e55408edddb"
3586+
integrity sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==
35793587
dependencies:
35803588
abab "^2.0.3"
35813589
acorn "^7.1.1"
@@ -4273,7 +4281,7 @@ node-pre-gyp@^0.11.0:
42734281
semver "^5.3.0"
42744282
tar "^4"
42754283

4276-
node-releases@^1.1.58:
4284+
node-releases@^1.1.60:
42774285
version "1.1.60"
42784286
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084"
42794287
integrity sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA==
@@ -6397,9 +6405,9 @@ y18n@^4.0.0:
63976405
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
63986406

63996407
yalc@^1.0.0-pre.35:
6400-
version "1.0.0-pre.40"
6401-
resolved "https://registry.yarnpkg.com/yalc/-/yalc-1.0.0-pre.40.tgz#7bd825b3964aaef9c750f0b355b46ceda65d6fc6"
6402-
integrity sha512-jY2dkEcnxve7/SJlAmu0KsjS8xx7h4PxMhBBzfzvH7fLTAomUrI1xYgCWSZS1Romtl39WFDVTpnIBBLPBKTluQ==
6408+
version "1.0.0-pre.41"
6409+
resolved "https://registry.yarnpkg.com/yalc/-/yalc-1.0.0-pre.41.tgz#252fe91d8d2e46438241f0c56cd16bc66ed315d2"
6410+
integrity sha512-Fsvr9Nm5/hELxKAqh5jJBFtWcBLDS/dqqF08b44ia1EUk9RcFTPqGXrwNhHL4zBEQr0iZyk4bWXaW4ohR0JPBA==
64036411
dependencies:
64046412
fs-extra "^8.0.1"
64056413
glob "^7.1.4"

0 commit comments

Comments
 (0)