Skip to content

Commit e879b6a

Browse files
iirojokonet
authored andcommitted
fix: pin [email protected] to support node 8
1 parent ee774e3 commit e879b6a

File tree

2 files changed

+26
-144
lines changed

2 files changed

+26
-144
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"babel-jest": "^24.8.0",
5454
"commitizen": "3.1.2",
5555
"consolemock": "^1.1.0",
56-
"cz-conventional-changelog": "^3.0.2",
56+
"cz-conventional-changelog": "2.1.0",
5757
"eslint": "^6.1.0",
5858
"eslint-config-okonet": "^7.0.2",
5959
"eslint-config-prettier": "^6.0.0",

yarn.lock

Lines changed: 25 additions & 143 deletions
Original file line numberDiff line numberDiff line change
@@ -653,35 +653,6 @@
653653
exec-sh "^0.3.2"
654654
minimist "^1.2.0"
655655

656-
"@commitlint/execute-rule@^8.1.0":
657-
version "8.1.0"
658-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.1.0.tgz#e8386bd0836b3dcdd41ebb9d5904bbeb447e4715"
659-
integrity sha512-+vpH3RFuO6ypuCqhP2rSqTjFTQ7ClzXtUvXphpROv9v9+7zH4L+Ex+wZLVkL8Xj2cxefSLn/5Kcqa9XyJTn3kg==
660-
661-
"@commitlint/load@>6.1.1":
662-
version "8.1.0"
663-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.1.0.tgz#63b72ae5bb9152b8fa5b17c5428053032a9a49c8"
664-
integrity sha512-ra02Dvmd7Gp1+uFLzTY3yGOpHjPzl5T9wYg/xrtPJNiOWXvQ0Mw7THw+ucd1M5iLUWjvdavv2N87YDRc428wHg==
665-
dependencies:
666-
"@commitlint/execute-rule" "^8.1.0"
667-
"@commitlint/resolve-extends" "^8.1.0"
668-
babel-runtime "^6.23.0"
669-
chalk "2.4.2"
670-
cosmiconfig "^5.2.0"
671-
lodash "4.17.14"
672-
resolve-from "^5.0.0"
673-
674-
"@commitlint/resolve-extends@^8.1.0":
675-
version "8.1.0"
676-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.1.0.tgz#ed67f2ee484160ac8e0078bae52f172625157472"
677-
integrity sha512-r/y+CeKW72Oa9BUctS1+I/MFCDiI3lfhwfQ65Tpfn6eZ4CuBYKzrCRi++GTHeAFKE3y8q1epJq5Rl/1GBejtBw==
678-
dependencies:
679-
"@types/node" "^12.0.2"
680-
import-fresh "^3.0.0"
681-
lodash "4.17.14"
682-
resolve-from "^5.0.0"
683-
resolve-global "^1.0.0"
684-
685656
"@jest/console@^24.7.1":
686657
version "24.7.1"
687658
resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545"
@@ -928,7 +899,7 @@
928899
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
929900
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
930901

931-
"@types/node@*", "@types/node@^12.0.2":
902+
"@types/node@*":
932903
version "12.6.8"
933904
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.8.tgz#e469b4bf9d1c9832aee4907ba8a051494357c12c"
934905
integrity sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg==
@@ -1249,7 +1220,7 @@ babel-preset-jest@^24.6.0:
12491220
"@babel/plugin-syntax-object-rest-spread" "^7.0.0"
12501221
babel-plugin-jest-hoist "^24.6.0"
12511222

1252-
babel-runtime@^6.23.0, babel-runtime@^6.26.0:
1223+
babel-runtime@^6.26.0:
12531224
version "6.26.0"
12541225
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
12551226
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -1366,11 +1337,6 @@ [email protected]:
13661337
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.1.0.tgz#b448c32b44cd9c0cd6ce4c419fa5b3c112c02191"
13671338
integrity sha512-xGBpPqoBvn3unBW7oxgb8aJn42K0m9m1/wyjmazah10Fq7bROGG3kRAE6OIyr3U3PIJUqGuebhCEdMk9OKJG0A==
13681339

1369-
1370-
version "2.2.0"
1371-
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
1372-
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
1373-
13741340
caller-callsite@^2.0.0:
13751341
version "2.0.0"
13761342
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
@@ -1417,15 +1383,6 @@ caseless@~0.12.0:
14171383
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
14181384
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
14191385

1420-
[email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
1421-
version "2.4.2"
1422-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1423-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1424-
dependencies:
1425-
ansi-styles "^3.2.1"
1426-
escape-string-regexp "^1.0.5"
1427-
supports-color "^5.3.0"
1428-
14291386
chalk@^1.0.0, chalk@^1.1.3:
14301387
version "1.1.3"
14311388
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -1437,6 +1394,15 @@ chalk@^1.0.0, chalk@^1.1.3:
14371394
strip-ansi "^3.0.0"
14381395
supports-color "^2.0.0"
14391396

1397+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
1398+
version "2.4.2"
1399+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1400+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1401+
dependencies:
1402+
ansi-styles "^3.2.1"
1403+
escape-string-regexp "^1.0.5"
1404+
supports-color "^5.3.0"
1405+
14401406
chalk@~0.4.0:
14411407
version "0.4.0"
14421408
resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"
@@ -1575,27 +1541,6 @@ [email protected]:
15751541
strip-bom "3.0.0"
15761542
strip-json-comments "2.0.1"
15771543

1578-
commitizen@^4.0.3:
1579-
version "4.0.3"
1580-
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.0.3.tgz#c19a4213257d0525b85139e2f36db7cc3b4f6dae"
1581-
integrity sha512-lxu0F/Iq4dudoFeIl5pY3h3CQJzkmQuh3ygnaOvqhAD8Wu2pYBI17ofqSuPHNsBTEOh1r1AVa9kR4Hp0FAHKcQ==
1582-
dependencies:
1583-
cachedir "2.2.0"
1584-
cz-conventional-changelog "3.0.1"
1585-
dedent "0.7.0"
1586-
detect-indent "6.0.0"
1587-
find-node-modules "2.0.0"
1588-
find-root "1.1.0"
1589-
fs-extra "8.1.0"
1590-
glob "7.1.4"
1591-
inquirer "6.5.0"
1592-
is-utf8 "^0.2.1"
1593-
lodash "4.17.15"
1594-
minimist "1.2.0"
1595-
shelljs "0.7.6"
1596-
strip-bom "4.0.0"
1597-
strip-json-comments "3.0.1"
1598-
15991544
component-emitter@^1.2.1:
16001545
version "1.3.0"
16011546
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
@@ -1664,7 +1609,7 @@ [email protected], core-util-is@~1.0.0:
16641609
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
16651610
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
16661611

1667-
cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
1612+
cosmiconfig@^5.2.1:
16681613
version "5.2.1"
16691614
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
16701615
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
@@ -1708,35 +1653,6 @@ [email protected]:
17081653
right-pad "^1.0.1"
17091654
word-wrap "^1.0.3"
17101655

1711-
1712-
version "3.0.1"
1713-
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.1.tgz#b1f207ae050355e7ada65aad5c52e9de3d0c8e5b"
1714-
integrity sha512-7KASIwB8/ClEyCRvQrCPbN7WkQnUSjSSVNyPM+gDJ0jskLi8h8N2hrdpyeCk7fIqKMRzziqVSOBTB8yyLTMHGQ==
1715-
dependencies:
1716-
chalk "^2.4.1"
1717-
conventional-commit-types "^2.0.0"
1718-
lodash.map "^4.5.1"
1719-
longest "^2.0.1"
1720-
right-pad "^1.0.1"
1721-
word-wrap "^1.0.3"
1722-
optionalDependencies:
1723-
"@commitlint/load" ">6.1.1"
1724-
1725-
cz-conventional-changelog@^3.0.2:
1726-
version "3.0.2"
1727-
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.2.tgz#f6b9a406177ab07f9a3a087e06103a045b376260"
1728-
integrity sha512-MPxERbtQyVp0nnpCBiwzKGKmMBSswmCV3Jpef3Axqd5f3c/SOc6VFiSUlclOyZXBn3Xtf4snzt4O15hBTRb2gA==
1729-
dependencies:
1730-
chalk "^2.4.1"
1731-
commitizen "^4.0.3"
1732-
conventional-commit-types "^2.0.0"
1733-
lodash.map "^4.5.1"
1734-
longest "^2.0.1"
1735-
right-pad "^1.0.1"
1736-
word-wrap "^1.0.3"
1737-
optionalDependencies:
1738-
"@commitlint/load" ">6.1.1"
1739-
17401656
d@1:
17411657
version "1.0.1"
17421658
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
@@ -1872,11 +1788,6 @@ detect-file@^1.0.0:
18721788
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
18731789
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
18741790

1875-
1876-
version "6.0.0"
1877-
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
1878-
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
1879-
18801791
detect-indent@^5.0.0:
18811792
version "5.0.0"
18821793
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
@@ -2582,15 +2493,6 @@ fragment-cache@^0.2.1:
25822493
dependencies:
25832494
map-cache "^0.2.2"
25842495

2585-
[email protected], fs-extra@^8.1.0:
2586-
version "8.1.0"
2587-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
2588-
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
2589-
dependencies:
2590-
graceful-fs "^4.2.0"
2591-
jsonfile "^4.0.0"
2592-
universalify "^0.1.0"
2593-
25942496
fs-extra@^7.0.0:
25952497
version "7.0.1"
25962498
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
@@ -2600,6 +2502,15 @@ fs-extra@^7.0.0:
26002502
jsonfile "^4.0.0"
26012503
universalify "^0.1.0"
26022504

2505+
fs-extra@^8.1.0:
2506+
version "8.1.0"
2507+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
2508+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
2509+
dependencies:
2510+
graceful-fs "^4.2.0"
2511+
jsonfile "^4.0.0"
2512+
universalify "^0.1.0"
2513+
26032514
fs-minipass@^1.2.5:
26042515
version "1.2.6"
26052516
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07"
@@ -2709,7 +2620,7 @@ [email protected]:
27092620
once "^1.3.0"
27102621
path-is-absolute "^1.0.0"
27112622

2712-
glob@7.1.4, glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
2623+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
27132624
version "7.1.4"
27142625
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
27152626
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -2721,13 +2632,6 @@ [email protected], glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
27212632
once "^1.3.0"
27222633
path-is-absolute "^1.0.0"
27232634

2724-
global-dirs@^0.1.1:
2725-
version "0.1.1"
2726-
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
2727-
integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
2728-
dependencies:
2729-
ini "^1.3.4"
2730-
27312635
global-modules@^1.0.0:
27322636
version "1.0.0"
27332637
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
@@ -3021,7 +2925,7 @@ [email protected]:
30212925
strip-ansi "^4.0.0"
30222926
through "^2.3.6"
30232927

3024-
inquirer@6.5.0, inquirer@^6.4.1:
2928+
inquirer@^6.4.1:
30252929
version "6.5.0"
30262930
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
30272931
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
@@ -4017,7 +3921,7 @@ [email protected]:
40173921
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
40183922
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
40193923

4020-
lodash@4.17.15, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14:
3924+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14:
40213925
version "4.17.15"
40223926
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
40233927
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -4050,11 +3954,6 @@ longest@^1.0.1:
40503954
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
40513955
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
40523956

4053-
longest@^2.0.1:
4054-
version "2.0.1"
4055-
resolved "https://registry.yarnpkg.com/longest/-/longest-2.0.1.tgz#781e183296aa94f6d4d916dc335d0d17aefa23f8"
4056-
integrity sha1-eB4YMpaqlPbU2RbcM10NF676I/g=
4057-
40583957
loose-envify@^1.0.0, loose-envify@^1.4.0:
40593958
version "1.4.0"
40603959
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -5216,18 +5115,6 @@ resolve-from@^4.0.0:
52165115
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
52175116
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
52185117

5219-
resolve-from@^5.0.0:
5220-
version "5.0.0"
5221-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
5222-
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
5223-
5224-
resolve-global@^1.0.0:
5225-
version "1.0.0"
5226-
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
5227-
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
5228-
dependencies:
5229-
global-dirs "^0.1.1"
5230-
52315118
resolve-url@^0.2.1:
52325119
version "0.2.1"
52335120
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@@ -5657,11 +5544,6 @@ [email protected], strip-bom@^3.0.0:
56575544
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
56585545
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
56595546

5660-
5661-
version "4.0.0"
5662-
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
5663-
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
5664-
56655547
strip-eof@^1.0.0:
56665548
version "1.0.0"
56675549
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
@@ -5677,7 +5559,7 @@ [email protected], strip-json-comments@~2.0.1:
56775559
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
56785560
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
56795561

5680-
strip-json-comments@3.0.1, strip-json-comments@^3.0.1:
5562+
strip-json-comments@^3.0.1:
56815563
version "3.0.1"
56825564
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
56835565
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==

0 commit comments

Comments
 (0)