|
44 | 44 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544" |
45 | 45 | integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg== |
46 | 46 |
|
47 | | -"@babel/core@7.22.8": |
48 | | - version "7.22.8" |
49 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785" |
50 | | - integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw== |
| 47 | +"@babel/compat-data@^7.22.9": |
| 48 | + version "7.22.9" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" |
| 50 | + integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== |
| 51 | + |
| 52 | +"@babel/core@7.22.9": |
| 53 | + version "7.22.9" |
| 54 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f" |
| 55 | + integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w== |
51 | 56 | dependencies: |
52 | 57 | "@ampproject/remapping" "^2.2.0" |
53 | 58 | "@babel/code-frame" "^7.22.5" |
54 | | - "@babel/generator" "^7.22.7" |
55 | | - "@babel/helper-compilation-targets" "^7.22.6" |
56 | | - "@babel/helper-module-transforms" "^7.22.5" |
| 59 | + "@babel/generator" "^7.22.9" |
| 60 | + "@babel/helper-compilation-targets" "^7.22.9" |
| 61 | + "@babel/helper-module-transforms" "^7.22.9" |
57 | 62 | "@babel/helpers" "^7.22.6" |
58 | 63 | "@babel/parser" "^7.22.7" |
59 | 64 | "@babel/template" "^7.22.5" |
60 | 65 | "@babel/traverse" "^7.22.8" |
61 | 66 | "@babel/types" "^7.22.5" |
62 | | - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
63 | 67 | convert-source-map "^1.7.0" |
64 | 68 | debug "^4.1.0" |
65 | 69 | gensync "^1.0.0-beta.2" |
66 | 70 | json5 "^2.2.2" |
| 71 | + semver "^6.3.1" |
67 | 72 |
|
68 | 73 | "@babel/core@^7.12.10": |
69 | 74 | version "7.16.5" |
|
115 | 120 | "@jridgewell/trace-mapping" "^0.3.17" |
116 | 121 | jsesc "^2.5.1" |
117 | 122 |
|
| 123 | +"@babel/generator@^7.22.9": |
| 124 | + version "7.22.9" |
| 125 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" |
| 126 | + integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== |
| 127 | + dependencies: |
| 128 | + "@babel/types" "^7.22.5" |
| 129 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 130 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 131 | + jsesc "^2.5.1" |
| 132 | + |
118 | 133 | "@babel/helper-annotate-as-pure@^7.16.0": |
119 | 134 | version "7.16.0" |
120 | 135 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
|
183 | 198 | browserslist "^4.21.9" |
184 | 199 | lru-cache "^5.1.1" |
185 | 200 |
|
| 201 | +"@babel/helper-compilation-targets@^7.22.9": |
| 202 | + version "7.22.9" |
| 203 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892" |
| 204 | + integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw== |
| 205 | + dependencies: |
| 206 | + "@babel/compat-data" "^7.22.9" |
| 207 | + "@babel/helper-validator-option" "^7.22.5" |
| 208 | + browserslist "^4.21.9" |
| 209 | + lru-cache "^5.1.1" |
| 210 | + semver "^6.3.1" |
| 211 | + |
186 | 212 | "@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5": |
187 | 213 | version "7.16.5" |
188 | 214 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad" |
|
374 | 400 | "@babel/traverse" "^7.22.5" |
375 | 401 | "@babel/types" "^7.22.5" |
376 | 402 |
|
| 403 | +"@babel/helper-module-transforms@^7.22.9": |
| 404 | + version "7.22.9" |
| 405 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" |
| 406 | + integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== |
| 407 | + dependencies: |
| 408 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 409 | + "@babel/helper-module-imports" "^7.22.5" |
| 410 | + "@babel/helper-simple-access" "^7.22.5" |
| 411 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 412 | + "@babel/helper-validator-identifier" "^7.22.5" |
| 413 | + |
377 | 414 | "@babel/helper-optimise-call-expression@^7.16.0": |
378 | 415 | version "7.16.0" |
379 | 416 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338" |
|
1606 | 1643 | "@babel/helper-create-regexp-features-plugin" "^7.22.5" |
1607 | 1644 | "@babel/helper-plugin-utils" "^7.22.5" |
1608 | 1645 |
|
1609 | | -"@babel/preset-env@7.22.7": |
1610 | | - version "7.22.7" |
1611 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a" |
1612 | | - integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ== |
| 1646 | +"@babel/preset-env@7.22.9": |
| 1647 | + version "7.22.9" |
| 1648 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7" |
| 1649 | + integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g== |
1613 | 1650 | dependencies: |
1614 | | - "@babel/compat-data" "^7.22.6" |
1615 | | - "@babel/helper-compilation-targets" "^7.22.6" |
| 1651 | + "@babel/compat-data" "^7.22.9" |
| 1652 | + "@babel/helper-compilation-targets" "^7.22.9" |
1616 | 1653 | "@babel/helper-plugin-utils" "^7.22.5" |
1617 | 1654 | "@babel/helper-validator-option" "^7.22.5" |
1618 | 1655 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5" |
|
1686 | 1723 | "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" |
1687 | 1724 | "@babel/preset-modules" "^0.1.5" |
1688 | 1725 | "@babel/types" "^7.22.5" |
1689 | | - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
1690 | 1726 | babel-plugin-polyfill-corejs2 "^0.4.4" |
1691 | 1727 | babel-plugin-polyfill-corejs3 "^0.8.2" |
1692 | 1728 | babel-plugin-polyfill-regenerator "^0.5.1" |
1693 | 1729 | core-js-compat "^3.31.0" |
| 1730 | + semver "^6.3.1" |
1694 | 1731 |
|
1695 | 1732 | "@babel/preset-env@^7.12.11": |
1696 | 1733 | version "7.16.5" |
@@ -9599,6 +9636,11 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
9599 | 9636 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" |
9600 | 9637 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== |
9601 | 9638 |
|
| 9639 | +semver@^6.3.1: |
| 9640 | + version "6.3.1" |
| 9641 | + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
| 9642 | + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
| 9643 | + |
9602 | 9644 | semver@^7.0.0, semver@^7.3.7: |
9603 | 9645 | version "7.3.7" |
9604 | 9646 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" |
|
0 commit comments