|
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.16.5" |
|
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.16.0": |
114 | 129 | version "7.16.0" |
115 | 130 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
|
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.16.5": |
182 | 208 | version "7.16.5" |
183 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad" |
|
369 | 395 | "@babel/traverse" "^7.22.5" |
370 | 396 | "@babel/types" "^7.22.5" |
371 | 397 |
|
| 398 | +"@babel/helper-module-transforms@^7.22.9": |
| 399 | + version "7.22.9" |
| 400 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" |
| 401 | + integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== |
| 402 | + dependencies: |
| 403 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 404 | + "@babel/helper-module-imports" "^7.22.5" |
| 405 | + "@babel/helper-simple-access" "^7.22.5" |
| 406 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 407 | + "@babel/helper-validator-identifier" "^7.22.5" |
| 408 | + |
372 | 409 | "@babel/helper-optimise-call-expression@^7.16.0": |
373 | 410 | version "7.16.0" |
374 | 411 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338" |
|
1601 | 1638 | "@babel/helper-create-regexp-features-plugin" "^7.22.5" |
1602 | 1639 | "@babel/helper-plugin-utils" "^7.22.5" |
1603 | 1640 |
|
1604 | | -"@babel/preset-env@7.22.7": |
1605 | | - version "7.22.7" |
1606 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a" |
1607 | | - integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ== |
| 1641 | +"@babel/preset-env@7.22.9": |
| 1642 | + version "7.22.9" |
| 1643 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7" |
| 1644 | + integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g== |
1608 | 1645 | dependencies: |
1609 | | - "@babel/compat-data" "^7.22.6" |
1610 | | - "@babel/helper-compilation-targets" "^7.22.6" |
| 1646 | + "@babel/compat-data" "^7.22.9" |
| 1647 | + "@babel/helper-compilation-targets" "^7.22.9" |
1611 | 1648 | "@babel/helper-plugin-utils" "^7.22.5" |
1612 | 1649 | "@babel/helper-validator-option" "^7.22.5" |
1613 | 1650 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5" |
|
1681 | 1718 | "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" |
1682 | 1719 | "@babel/preset-modules" "^0.1.5" |
1683 | 1720 | "@babel/types" "^7.22.5" |
1684 | | - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
1685 | 1721 | babel-plugin-polyfill-corejs2 "^0.4.4" |
1686 | 1722 | babel-plugin-polyfill-corejs3 "^0.8.2" |
1687 | 1723 | babel-plugin-polyfill-regenerator "^0.5.1" |
1688 | 1724 | core-js-compat "^3.31.0" |
| 1725 | + semver "^6.3.1" |
1689 | 1726 |
|
1690 | 1727 | "@babel/preset-env@^7.12.11": |
1691 | 1728 | version "7.16.5" |
@@ -9594,6 +9631,11 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
9594 | 9631 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" |
9595 | 9632 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== |
9596 | 9633 |
|
| 9634 | +semver@^6.3.1: |
| 9635 | + version "6.3.1" |
| 9636 | + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
| 9637 | + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
| 9638 | + |
9597 | 9639 | semver@^7.0.0, semver@^7.3.7: |
9598 | 9640 | version "7.3.7" |
9599 | 9641 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" |
|
0 commit comments