|
39 | 39 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544" |
40 | 40 | integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg== |
41 | 41 |
|
42 | | -"@babel/core@7.22.8": |
43 | | - version "7.22.8" |
44 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785" |
45 | | - integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw== |
| 42 | +"@babel/compat-data@^7.22.9": |
| 43 | + version "7.22.9" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" |
| 45 | + integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== |
| 46 | + |
| 47 | +"@babel/core@7.22.9": |
| 48 | + version "7.22.9" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f" |
| 50 | + integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w== |
46 | 51 | dependencies: |
47 | 52 | "@ampproject/remapping" "^2.2.0" |
48 | 53 | "@babel/code-frame" "^7.22.5" |
49 | | - "@babel/generator" "^7.22.7" |
50 | | - "@babel/helper-compilation-targets" "^7.22.6" |
51 | | - "@babel/helper-module-transforms" "^7.22.5" |
| 54 | + "@babel/generator" "^7.22.9" |
| 55 | + "@babel/helper-compilation-targets" "^7.22.9" |
| 56 | + "@babel/helper-module-transforms" "^7.22.9" |
52 | 57 | "@babel/helpers" "^7.22.6" |
53 | 58 | "@babel/parser" "^7.22.7" |
54 | 59 | "@babel/template" "^7.22.5" |
55 | 60 | "@babel/traverse" "^7.22.8" |
56 | 61 | "@babel/types" "^7.22.5" |
57 | | - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
58 | 62 | convert-source-map "^1.7.0" |
59 | 63 | debug "^4.1.0" |
60 | 64 | gensync "^1.0.0-beta.2" |
61 | 65 | json5 "^2.2.2" |
| 66 | + semver "^6.3.1" |
62 | 67 |
|
63 | 68 | "@babel/core@^7.12.10": |
64 | 69 | version "7.14.8" |
|
110 | 115 | "@jridgewell/trace-mapping" "^0.3.17" |
111 | 116 | jsesc "^2.5.1" |
112 | 117 |
|
| 118 | +"@babel/generator@^7.22.9": |
| 119 | + version "7.22.9" |
| 120 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" |
| 121 | + integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== |
| 122 | + dependencies: |
| 123 | + "@babel/types" "^7.22.5" |
| 124 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 125 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 126 | + jsesc "^2.5.1" |
| 127 | + |
113 | 128 | "@babel/helper-annotate-as-pure@^7.14.5": |
114 | 129 | version "7.14.5" |
115 | 130 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" |
|
178 | 193 | browserslist "^4.21.9" |
179 | 194 | lru-cache "^5.1.1" |
180 | 195 |
|
| 196 | +"@babel/helper-compilation-targets@^7.22.9": |
| 197 | + version "7.22.9" |
| 198 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892" |
| 199 | + integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw== |
| 200 | + dependencies: |
| 201 | + "@babel/compat-data" "^7.22.9" |
| 202 | + "@babel/helper-validator-option" "^7.22.5" |
| 203 | + browserslist "^4.21.9" |
| 204 | + lru-cache "^5.1.1" |
| 205 | + semver "^6.3.1" |
| 206 | + |
181 | 207 | "@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5": |
182 | 208 | version "7.14.8" |
183 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc" |
|
361 | 387 | "@babel/traverse" "^7.22.5" |
362 | 388 | "@babel/types" "^7.22.5" |
363 | 389 |
|
| 390 | +"@babel/helper-module-transforms@^7.22.9": |
| 391 | + version "7.22.9" |
| 392 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" |
| 393 | + integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== |
| 394 | + dependencies: |
| 395 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 396 | + "@babel/helper-module-imports" "^7.22.5" |
| 397 | + "@babel/helper-simple-access" "^7.22.5" |
| 398 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 399 | + "@babel/helper-validator-identifier" "^7.22.5" |
| 400 | + |
364 | 401 | "@babel/helper-optimise-call-expression@^7.14.5": |
365 | 402 | version "7.14.5" |
366 | 403 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c" |
|
1584 | 1621 | "@babel/helper-create-regexp-features-plugin" "^7.22.5" |
1585 | 1622 | "@babel/helper-plugin-utils" "^7.22.5" |
1586 | 1623 |
|
1587 | | -"@babel/preset-env@7.22.7": |
1588 | | - version "7.22.7" |
1589 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a" |
1590 | | - integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ== |
| 1624 | +"@babel/preset-env@7.22.9": |
| 1625 | + version "7.22.9" |
| 1626 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7" |
| 1627 | + integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g== |
1591 | 1628 | dependencies: |
1592 | | - "@babel/compat-data" "^7.22.6" |
1593 | | - "@babel/helper-compilation-targets" "^7.22.6" |
| 1629 | + "@babel/compat-data" "^7.22.9" |
| 1630 | + "@babel/helper-compilation-targets" "^7.22.9" |
1594 | 1631 | "@babel/helper-plugin-utils" "^7.22.5" |
1595 | 1632 | "@babel/helper-validator-option" "^7.22.5" |
1596 | 1633 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5" |
|
1664 | 1701 | "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" |
1665 | 1702 | "@babel/preset-modules" "^0.1.5" |
1666 | 1703 | "@babel/types" "^7.22.5" |
1667 | | - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
1668 | 1704 | babel-plugin-polyfill-corejs2 "^0.4.4" |
1669 | 1705 | babel-plugin-polyfill-corejs3 "^0.8.2" |
1670 | 1706 | babel-plugin-polyfill-regenerator "^0.5.1" |
1671 | 1707 | core-js-compat "^3.31.0" |
| 1708 | + semver "^6.3.1" |
1672 | 1709 |
|
1673 | 1710 | "@babel/preset-env@^7.12.11": |
1674 | 1711 | version "7.14.9" |
@@ -10002,6 +10039,11 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
10002 | 10039 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" |
10003 | 10040 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== |
10004 | 10041 |
|
| 10042 | +semver@^6.3.1: |
| 10043 | + version "6.3.1" |
| 10044 | + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
| 10045 | + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
| 10046 | + |
10005 | 10047 | semver@^7.0.0, semver@^7.3.7: |
10006 | 10048 | version "7.3.7" |
10007 | 10049 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" |
|
0 commit comments