|
1134 | 1134 | dependencies:
|
1135 | 1135 | "@babel/helper-plugin-utils" "^7.14.5"
|
1136 | 1136 |
|
| 1137 | +"@babel/plugin-transform-runtime@^7.15.0": |
| 1138 | + version "7.15.0" |
| 1139 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3" |
| 1140 | + integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw== |
| 1141 | + dependencies: |
| 1142 | + "@babel/helper-module-imports" "^7.14.5" |
| 1143 | + "@babel/helper-plugin-utils" "^7.14.5" |
| 1144 | + babel-plugin-polyfill-corejs2 "^0.2.2" |
| 1145 | + babel-plugin-polyfill-corejs3 "^0.2.2" |
| 1146 | + babel-plugin-polyfill-regenerator "^0.2.2" |
| 1147 | + semver "^6.3.0" |
| 1148 | + |
1137 | 1149 | "@babel/plugin-transform-shorthand-properties@^7.12.1", "@babel/plugin-transform-shorthand-properties@^7.14.5":
|
1138 | 1150 | version "7.14.5"
|
1139 | 1151 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58"
|
|
1411 | 1423 | dependencies:
|
1412 | 1424 | regenerator-runtime "^0.13.4"
|
1413 | 1425 |
|
| 1426 | +"@babel/runtime@^7.15.4", "@babel/runtime@^7.6.2": |
| 1427 | + version "7.15.4" |
| 1428 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" |
| 1429 | + integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== |
| 1430 | + dependencies: |
| 1431 | + regenerator-runtime "^0.13.4" |
| 1432 | + |
1414 | 1433 | "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.7":
|
1415 | 1434 | version "7.14.0"
|
1416 | 1435 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
|
1417 | 1436 | integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
|
1418 | 1437 | dependencies:
|
1419 | 1438 | regenerator-runtime "^0.13.4"
|
1420 | 1439 |
|
1421 |
| -"@babel/runtime@^7.6.2": |
1422 |
| - version "7.15.4" |
1423 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" |
1424 |
| - integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== |
1425 |
| - dependencies: |
1426 |
| - regenerator-runtime "^0.13.4" |
1427 |
| - |
1428 | 1440 | "@babel/template@^7.12.7", "@babel/template@^7.14.5":
|
1429 | 1441 | version "7.14.5"
|
1430 | 1442 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
|
|
1481 | 1493 | "@babel/helper-validator-identifier" "^7.14.9"
|
1482 | 1494 | to-fast-properties "^2.0.0"
|
1483 | 1495 |
|
1484 |
| -"@babel/types@^7.15.4", "@babel/types@^7.15.6": |
| 1496 | +"@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.4": |
1485 | 1497 | version "7.15.6"
|
1486 | 1498 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
|
1487 | 1499 | integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
|
@@ -4389,6 +4401,14 @@ babel-plugin-syntax-jsx@^6.18.0:
|
4389 | 4401 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
|
4390 | 4402 | integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
|
4391 | 4403 |
|
| 4404 | +babel-plugin-transform-imports@^2.0.0: |
| 4405 | + version "2.0.0" |
| 4406 | + resolved "https://registry.yarnpkg.com/babel-plugin-transform-imports/-/babel-plugin-transform-imports-2.0.0.tgz#9e5f49f751a9d34ba8f4bb988c7e48ed2419c6b6" |
| 4407 | + integrity sha512-65ewumYJ85QiXdcB/jmiU0y0jg6eL6CdnDqQAqQ8JMOKh1E52VPG3NJzbVKWcgovUR5GBH8IWpCXQ7I8Q3wjgw== |
| 4408 | + dependencies: |
| 4409 | + "@babel/types" "^7.4" |
| 4410 | + is-valid-path "^0.1.1" |
| 4411 | + |
4392 | 4412 | bail@^1.0.0:
|
4393 | 4413 | version "1.0.5"
|
4394 | 4414 | resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776"
|
@@ -8577,6 +8597,13 @@ is-installed-globally@^0.4.0:
|
8577 | 8597 | global-dirs "^3.0.0"
|
8578 | 8598 | is-path-inside "^3.0.2"
|
8579 | 8599 |
|
| 8600 | +is-invalid-path@^0.1.0: |
| 8601 | + version "0.1.0" |
| 8602 | + resolved "https://registry.yarnpkg.com/is-invalid-path/-/is-invalid-path-0.1.0.tgz#307a855b3cf1a938b44ea70d2c61106053714f34" |
| 8603 | + integrity sha1-MHqFWzzxqTi0TqcNLGEQYFNxTzQ= |
| 8604 | + dependencies: |
| 8605 | + is-glob "^2.0.0" |
| 8606 | + |
8580 | 8607 | is-map@^2.0.2:
|
8581 | 8608 | version "2.0.2"
|
8582 | 8609 | resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
|
@@ -8697,6 +8724,13 @@ is-typedarray@^1.0.0:
|
8697 | 8724 | resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
|
8698 | 8725 | integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
|
8699 | 8726 |
|
| 8727 | +is-valid-path@^0.1.1: |
| 8728 | + version "0.1.1" |
| 8729 | + resolved "https://registry.yarnpkg.com/is-valid-path/-/is-valid-path-0.1.1.tgz#110f9ff74c37f663e1ec7915eb451f2db93ac9df" |
| 8730 | + integrity sha1-EQ+f90w39mPh7HkV60UfLbk6yd8= |
| 8731 | + dependencies: |
| 8732 | + is-invalid-path "^0.1.0" |
| 8733 | + |
8700 | 8734 | is-whitespace-character@^1.0.0:
|
8701 | 8735 | version "1.0.4"
|
8702 | 8736 | resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
|
@@ -11872,9 +11906,9 @@ shadow-cljs-jar@1.3.2:
|
11872 | 11906 | integrity sha512-XmeffAZHv8z7451kzeq9oKh8fh278Ak+UIOGGrapyqrFBB773xN8vMQ3O7J7TYLnb9BUwcqadKkmgaq7q6fhZg==
|
11873 | 11907 |
|
11874 | 11908 | shadow-cljs@^2.15.3:
|
11875 |
| - version "2.15.3" |
11876 |
| - resolved "https://registry.yarnpkg.com/shadow-cljs/-/shadow-cljs-2.15.3.tgz#11a0a04f1c31d9277838a5f649457edbb06baafb" |
11877 |
| - integrity sha512-KK7G9kSc0dwrOkN74o5yrxhrpsJ3BJCL11nGHBakzHLodc7pdiCLDeq2ChXyKl2yu9aJIzfSz8Hum38wpLQ1DA== |
| 11909 | + version "2.15.9" |
| 11910 | + resolved "https://registry.yarnpkg.com/shadow-cljs/-/shadow-cljs-2.15.9.tgz#cb256a9af12c3df1f0b2bbef344e365dab74b519" |
| 11911 | + integrity sha512-t2KrrMvJZtUFf2xIAL+OL76ahYHPT8VAKxhDic3kloTgOYfZpHRm/S/3C0iW982U3ZJdLUZxmBeluH4Q7564dg== |
11878 | 11912 | dependencies:
|
11879 | 11913 | node-libs-browser "^2.2.1"
|
11880 | 11914 | readline-sync "^1.4.7"
|
@@ -13541,9 +13575,9 @@ write-file-atomic@^3.0.0:
|
13541 | 13575 | typedarray-to-buffer "^3.1.5"
|
13542 | 13576 |
|
13543 | 13577 | ws@^7.4.6:
|
13544 |
| - version "7.5.3" |
13545 |
| - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.3.tgz#160835b63c7d97bfab418fc1b8a9fced2ac01a74" |
13546 |
| - integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg== |
| 13578 | + version "7.5.5" |
| 13579 | + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881" |
| 13580 | + integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w== |
13547 | 13581 |
|
13548 | 13582 | ws@~7.4.2:
|
13549 | 13583 | version "7.4.6"
|
|
0 commit comments