Skip to content

Commit fbf1a20

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.16.4
1 parent 137e6fe commit fbf1a20

File tree

2 files changed

+103
-43
lines changed

2 files changed

+103
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"dependencies": {},
6565
"devDependencies": {
6666
"@babel/core": "7.16.0",
67-
"@babel/preset-env": "7.16.0",
67+
"@babel/preset-env": "7.16.4",
6868
"@babel/register": "7.16.0",
6969
"@commitlint/cli": "14.1.0",
7070
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 102 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
3434
integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
3535

36+
"@babel/compat-data@^7.16.4":
37+
version "7.16.4"
38+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
39+
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
40+
3641
"@babel/core@7.16.0":
3742
version "7.16.0"
3843
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
@@ -152,6 +157,16 @@
152157
browserslist "^4.16.6"
153158
semver "^6.3.0"
154159

160+
"@babel/helper-compilation-targets@^7.16.3":
161+
version "7.16.3"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
163+
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
164+
dependencies:
165+
"@babel/compat-data" "^7.16.0"
166+
"@babel/helper-validator-option" "^7.14.5"
167+
browserslist "^4.17.5"
168+
semver "^6.3.0"
169+
155170
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5":
156171
version "7.14.8"
157172
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
@@ -206,10 +221,10 @@
206221
resolve "^1.14.2"
207222
semver "^6.1.2"
208223

209-
"@babel/helper-define-polyfill-provider@^0.2.4":
210-
version "0.2.4"
211-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz#8867aed79d3ea6cade40f801efb7ac5c66916b10"
212-
integrity sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==
224+
"@babel/helper-define-polyfill-provider@^0.3.0":
225+
version "0.3.0"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz#c5b10cf4b324ff840140bb07e05b8564af2ae971"
227+
integrity sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==
213228
dependencies:
214229
"@babel/helper-compilation-targets" "^7.13.0"
215230
"@babel/helper-module-imports" "^7.12.13"
@@ -373,6 +388,15 @@
373388
"@babel/helper-wrap-function" "^7.16.0"
374389
"@babel/types" "^7.16.0"
375390

391+
"@babel/helper-remap-async-to-generator@^7.16.4":
392+
version "7.16.4"
393+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.4.tgz#5d7902f61349ff6b963e07f06a389ce139fbfe6e"
394+
integrity sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==
395+
dependencies:
396+
"@babel/helper-annotate-as-pure" "^7.16.0"
397+
"@babel/helper-wrap-function" "^7.16.0"
398+
"@babel/types" "^7.16.0"
399+
376400
"@babel/helper-replace-supers@^7.14.5":
377401
version "7.14.5"
378402
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
@@ -516,10 +540,10 @@
516540
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
517541
integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
518542

519-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
520-
version "7.16.0"
521-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.0.tgz#efb7f147042aca34ce8156a055906a7abaadeaf0"
522-
integrity sha512-djyecbGMEh4rOb/Tc1M5bUW2Ih1IZRa9PoubnPOCzM+DRE89uGUHR1Y+3aDdTMW4drjGRZ2ol8dt1JUFg6hJLQ==
543+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
544+
version "7.16.2"
545+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
546+
integrity sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==
523547
dependencies:
524548
"@babel/helper-plugin-utils" "^7.14.5"
525549

@@ -550,13 +574,13 @@
550574
"@babel/helper-remap-async-to-generator" "^7.14.5"
551575
"@babel/plugin-syntax-async-generators" "^7.8.4"
552576

553-
"@babel/plugin-proposal-async-generator-functions@^7.16.0":
554-
version "7.16.0"
555-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.0.tgz#11425d47a60364352f668ad5fbc1d6596b2c5caf"
556-
integrity sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==
577+
"@babel/plugin-proposal-async-generator-functions@^7.16.4":
578+
version "7.16.4"
579+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.4.tgz#e606eb6015fec6fa5978c940f315eae4e300b081"
580+
integrity sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==
557581
dependencies:
558582
"@babel/helper-plugin-utils" "^7.14.5"
559-
"@babel/helper-remap-async-to-generator" "^7.16.0"
583+
"@babel/helper-remap-async-to-generator" "^7.16.4"
560584
"@babel/plugin-syntax-async-generators" "^7.8.4"
561585

562586
"@babel/plugin-proposal-class-properties@7.12.1":
@@ -1284,6 +1308,13 @@
12841308
dependencies:
12851309
"@babel/helper-plugin-utils" "^7.14.5"
12861310

1311+
"@babel/plugin-transform-parameters@^7.16.3":
1312+
version "7.16.3"
1313+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz#fa9e4c874ee5223f891ee6fa8d737f4766d31d15"
1314+
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
1315+
dependencies:
1316+
"@babel/helper-plugin-utils" "^7.14.5"
1317+
12871318
"@babel/plugin-transform-property-literals@^7.14.5":
12881319
version "7.14.5"
12891320
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
@@ -1461,18 +1492,18 @@
14611492
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
14621493
"@babel/helper-plugin-utils" "^7.14.5"
14631494

1464-
"@babel/preset-env@7.16.0":
1465-
version "7.16.0"
1466-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.0.tgz#97228393d217560d6a1c6c56f0adb9d12bca67f5"
1467-
integrity sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==
1495+
"@babel/preset-env@7.16.4":
1496+
version "7.16.4"
1497+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.4.tgz#4f6ec33b2a3fe72d6bfdcdf3859500232563a2e3"
1498+
integrity sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==
14681499
dependencies:
1469-
"@babel/compat-data" "^7.16.0"
1470-
"@babel/helper-compilation-targets" "^7.16.0"
1500+
"@babel/compat-data" "^7.16.4"
1501+
"@babel/helper-compilation-targets" "^7.16.3"
14711502
"@babel/helper-plugin-utils" "^7.14.5"
14721503
"@babel/helper-validator-option" "^7.14.5"
1473-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.0"
1504+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.2"
14741505
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.0"
1475-
"@babel/plugin-proposal-async-generator-functions" "^7.16.0"
1506+
"@babel/plugin-proposal-async-generator-functions" "^7.16.4"
14761507
"@babel/plugin-proposal-class-properties" "^7.16.0"
14771508
"@babel/plugin-proposal-class-static-block" "^7.16.0"
14781509
"@babel/plugin-proposal-dynamic-import" "^7.16.0"
@@ -1522,7 +1553,7 @@
15221553
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.0"
15231554
"@babel/plugin-transform-new-target" "^7.16.0"
15241555
"@babel/plugin-transform-object-super" "^7.16.0"
1525-
"@babel/plugin-transform-parameters" "^7.16.0"
1556+
"@babel/plugin-transform-parameters" "^7.16.3"
15261557
"@babel/plugin-transform-property-literals" "^7.16.0"
15271558
"@babel/plugin-transform-regenerator" "^7.16.0"
15281559
"@babel/plugin-transform-reserved-words" "^7.16.0"
@@ -1535,10 +1566,10 @@
15351566
"@babel/plugin-transform-unicode-regex" "^7.16.0"
15361567
"@babel/preset-modules" "^0.1.5"
15371568
"@babel/types" "^7.16.0"
1538-
babel-plugin-polyfill-corejs2 "^0.2.3"
1539-
babel-plugin-polyfill-corejs3 "^0.3.0"
1540-
babel-plugin-polyfill-regenerator "^0.2.3"
1541-
core-js-compat "^3.19.0"
1569+
babel-plugin-polyfill-corejs2 "^0.3.0"
1570+
babel-plugin-polyfill-corejs3 "^0.4.0"
1571+
babel-plugin-polyfill-regenerator "^0.3.0"
1572+
core-js-compat "^3.19.1"
15421573
semver "^6.3.0"
15431574

15441575
"@babel/preset-env@^7.12.11":
@@ -2762,13 +2793,13 @@ babel-plugin-polyfill-corejs2@^0.2.2:
27622793
"@babel/helper-define-polyfill-provider" "^0.2.2"
27632794
semver "^6.1.1"
27642795

2765-
babel-plugin-polyfill-corejs2@^0.2.3:
2766-
version "0.2.3"
2767-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz#6ed8e30981b062f8fe6aca8873a37ebcc8cc1c0f"
2768-
integrity sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==
2796+
babel-plugin-polyfill-corejs2@^0.3.0:
2797+
version "0.3.0"
2798+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz#407082d0d355ba565af24126fb6cb8e9115251fd"
2799+
integrity sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
27692800
dependencies:
27702801
"@babel/compat-data" "^7.13.11"
2771-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2802+
"@babel/helper-define-polyfill-provider" "^0.3.0"
27722803
semver "^6.1.1"
27732804

27742805
babel-plugin-polyfill-corejs3@^0.2.2:
@@ -2779,12 +2810,12 @@ babel-plugin-polyfill-corejs3@^0.2.2:
27792810
"@babel/helper-define-polyfill-provider" "^0.2.2"
27802811
core-js-compat "^3.14.0"
27812812

2782-
babel-plugin-polyfill-corejs3@^0.3.0:
2783-
version "0.3.0"
2784-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.3.0.tgz#fa7ca3d1ee9ddc6193600ffb632c9785d54918af"
2785-
integrity sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==
2813+
babel-plugin-polyfill-corejs3@^0.4.0:
2814+
version "0.4.0"
2815+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
2816+
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
27862817
dependencies:
2787-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2818+
"@babel/helper-define-polyfill-provider" "^0.3.0"
27882819
core-js-compat "^3.18.0"
27892820

27902821
babel-plugin-polyfill-regenerator@^0.2.2:
@@ -2794,12 +2825,12 @@ babel-plugin-polyfill-regenerator@^0.2.2:
27942825
dependencies:
27952826
"@babel/helper-define-polyfill-provider" "^0.2.2"
27962827

2797-
babel-plugin-polyfill-regenerator@^0.2.3:
2798-
version "0.2.3"
2799-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz#2e9808f5027c4336c994992b48a4262580cb8d6d"
2800-
integrity sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==
2828+
babel-plugin-polyfill-regenerator@^0.3.0:
2829+
version "0.3.0"
2830+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
2831+
integrity sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
28012832
dependencies:
2802-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2833+
"@babel/helper-define-polyfill-provider" "^0.3.0"
28032834

28042835
babel-plugin-transform-async-to-promises@^0.8.15:
28052836
version "0.8.15"
@@ -3003,6 +3034,17 @@ browserslist@^4.17.5:
30033034
node-releases "^2.0.1"
30043035
picocolors "^1.0.0"
30053036

3037+
browserslist@^4.17.6:
3038+
version "4.18.1"
3039+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
3040+
integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
3041+
dependencies:
3042+
caniuse-lite "^1.0.30001280"
3043+
electron-to-chromium "^1.3.896"
3044+
escalade "^3.1.1"
3045+
node-releases "^2.0.1"
3046+
picocolors "^1.0.0"
3047+
30063048
buf-compare@^1.0.0:
30073049
version "1.0.1"
30083050
resolved "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz#fef28da8b8113a0a0db4430b0b6467b69730b34a"
@@ -3189,6 +3231,11 @@ caniuse-lite@^1.0.30001271:
31893231
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001272.tgz#8e9790ff995e9eb6e1f4c45cd07ddaa87cddbb14"
31903232
integrity sha512-DV1j9Oot5dydyH1v28g25KoVm7l8MTxazwuiH3utWiAS6iL/9Nh//TGwqFEeqqN8nnWYQ8HHhUq+o4QPt9kvYw==
31913233

3234+
caniuse-lite@^1.0.30001280:
3235+
version "1.0.30001280"
3236+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001280.tgz#066a506046ba4be34cde5f74a08db7a396718fb7"
3237+
integrity sha512-kFXwYvHe5rix25uwueBxC569o53J6TpnGu0BEEn+6Lhl2vsnAumRFWEBhDft1fwyo6m1r4i+RqA4+163FpeFcA==
3238+
31923239
caseless@~0.12.0:
31933240
version "0.12.0"
31943241
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -3657,14 +3704,22 @@ core-js-compat@^3.14.0, core-js-compat@^3.16.0:
36573704
browserslist "^4.16.6"
36583705
semver "7.0.0"
36593706

3660-
core-js-compat@^3.18.0, core-js-compat@^3.19.0:
3707+
core-js-compat@^3.18.0:
36613708
version "3.19.0"
36623709
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.0.tgz#b3b93f93c8721b3ed52b91f12f964cc410967f8b"
36633710
integrity sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==
36643711
dependencies:
36653712
browserslist "^4.17.5"
36663713
semver "7.0.0"
36673714

3715+
core-js-compat@^3.19.1:
3716+
version "3.19.1"
3717+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.1.tgz#fe598f1a9bf37310d77c3813968e9f7c7bb99476"
3718+
integrity sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==
3719+
dependencies:
3720+
browserslist "^4.17.6"
3721+
semver "7.0.0"
3722+
36683723
core-js@^2.0.0, core-js@^2.4.0:
36693724
version "2.6.12"
36703725
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
@@ -4244,6 +4299,11 @@ electron-to-chromium@^1.3.878:
42444299
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz#c8cec32fbc61364127849ae00f2395a1bae7c454"
42454300
integrity sha512-JXKFJcVWrdHa09n4CNZYfYaK6EW5aAew7/wr3L1OnsD1L+JHL+RCtd7QgIsxUbFPeTwPlvnpqNNTOLkoefmtXg==
42464301

4302+
electron-to-chromium@^1.3.896:
4303+
version "1.3.899"
4304+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.899.tgz#4d7d040e73def3d5f5bd6b8a21049025dce6fce0"
4305+
integrity sha512-w16Dtd2zl7VZ4N4Db+FIa7n36sgPGCKjrKvUUmp5ialsikvcQLjcJR9RWnlYNxIyEHLdHaoIZEqKsPxU9MdyBg==
4306+
42474307
elegant-spinner@^1.0.1:
42484308
version "1.0.1"
42494309
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"

0 commit comments

Comments
 (0)