|
15 | 15 | "@jridgewell/gen-mapping" "^0.1.0"
|
16 | 16 | "@jridgewell/trace-mapping" "^0.3.9"
|
17 | 17 |
|
18 |
| - |
19 |
| - version "7.22.6" |
20 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.22.6.tgz#63f5be2a0abd587ccfbdc93424fa85f43142cc53" |
21 |
| - integrity sha512-Be3/RfEDmkMRGT1+ru5nTkfcvWz5jDOYg1V9rXqTz2u9Qt96O1ryboGvxVBp7wOnYWDB8DNHIWb6DThrpudfOw== |
| 18 | + |
| 19 | + version "7.22.9" |
| 20 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.22.9.tgz#501b3614aeda7399371f6d5991404f069b059986" |
| 21 | + integrity sha512-nb2O7AThqRo7/E53EGiuAkMaRbb7J5Qp3RvN+dmua1U+kydm0oznkhqbTEG15yk26G/C3yL6OdZjzgl+DMXVVA== |
22 | 22 | dependencies:
|
23 | 23 | "@jridgewell/trace-mapping" "^0.3.17"
|
24 | 24 | commander "^4.0.1"
|
|
60 | 60 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
|
61 | 61 | integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==
|
62 | 62 |
|
63 |
| - |
64 |
| - version "7.22.8" |
65 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785" |
66 |
| - integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw== |
| 63 | +"@babel/compat-data@^7.22.9": |
| 64 | + version "7.22.9" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" |
| 66 | + integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== |
| 67 | + |
| 68 | + |
| 69 | + version "7.22.9" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f" |
| 71 | + integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w== |
67 | 72 | dependencies:
|
68 | 73 | "@ampproject/remapping" "^2.2.0"
|
69 | 74 | "@babel/code-frame" "^7.22.5"
|
70 |
| - "@babel/generator" "^7.22.7" |
71 |
| - "@babel/helper-compilation-targets" "^7.22.6" |
72 |
| - "@babel/helper-module-transforms" "^7.22.5" |
| 75 | + "@babel/generator" "^7.22.9" |
| 76 | + "@babel/helper-compilation-targets" "^7.22.9" |
| 77 | + "@babel/helper-module-transforms" "^7.22.9" |
73 | 78 | "@babel/helpers" "^7.22.6"
|
74 | 79 | "@babel/parser" "^7.22.7"
|
75 | 80 | "@babel/template" "^7.22.5"
|
76 | 81 | "@babel/traverse" "^7.22.8"
|
77 | 82 | "@babel/types" "^7.22.5"
|
78 |
| - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
79 | 83 | convert-source-map "^1.7.0"
|
80 | 84 | debug "^4.1.0"
|
81 | 85 | gensync "^1.0.0-beta.2"
|
82 | 86 | json5 "^2.2.2"
|
| 87 | + semver "^6.3.1" |
83 | 88 |
|
84 | 89 | "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
|
85 | 90 | version "7.17.12"
|
|
131 | 136 | "@jridgewell/trace-mapping" "^0.3.17"
|
132 | 137 | jsesc "^2.5.1"
|
133 | 138 |
|
| 139 | +"@babel/generator@^7.22.9": |
| 140 | + version "7.22.9" |
| 141 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" |
| 142 | + integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== |
| 143 | + dependencies: |
| 144 | + "@babel/types" "^7.22.5" |
| 145 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 146 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 147 | + jsesc "^2.5.1" |
| 148 | + |
134 | 149 | "@babel/helper-annotate-as-pure@^7.16.7":
|
135 | 150 | version "7.16.7"
|
136 | 151 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
191 | 206 | browserslist "^4.21.9"
|
192 | 207 | lru-cache "^5.1.1"
|
193 | 208 |
|
| 209 | +"@babel/helper-compilation-targets@^7.22.9": |
| 210 | + version "7.22.9" |
| 211 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892" |
| 212 | + integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw== |
| 213 | + dependencies: |
| 214 | + "@babel/compat-data" "^7.22.9" |
| 215 | + "@babel/helper-validator-option" "^7.22.5" |
| 216 | + browserslist "^4.21.9" |
| 217 | + lru-cache "^5.1.1" |
| 218 | + semver "^6.3.1" |
| 219 | + |
194 | 220 | "@babel/helper-create-class-features-plugin@^7.22.5":
|
195 | 221 | version "7.22.5"
|
196 | 222 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz#2192a1970ece4685fbff85b48da2c32fcb130b7c"
|
|
333 | 359 | "@babel/traverse" "^7.22.5"
|
334 | 360 | "@babel/types" "^7.22.5"
|
335 | 361 |
|
| 362 | +"@babel/helper-module-transforms@^7.22.9": |
| 363 | + version "7.22.9" |
| 364 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" |
| 365 | + integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== |
| 366 | + dependencies: |
| 367 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 368 | + "@babel/helper-module-imports" "^7.22.5" |
| 369 | + "@babel/helper-simple-access" "^7.22.5" |
| 370 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 371 | + "@babel/helper-validator-identifier" "^7.22.5" |
| 372 | + |
336 | 373 | "@babel/helper-optimise-call-expression@^7.22.5":
|
337 | 374 | version "7.22.5"
|
338 | 375 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
|
|
1140 | 1177 | "@babel/helper-create-regexp-features-plugin" "^7.22.5"
|
1141 | 1178 | "@babel/helper-plugin-utils" "^7.22.5"
|
1142 | 1179 |
|
1143 |
| - |
1144 |
| - version "7.22.7" |
1145 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a" |
1146 |
| - integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ== |
| 1180 | + |
| 1181 | + version "7.22.9" |
| 1182 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7" |
| 1183 | + integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g== |
1147 | 1184 | dependencies:
|
1148 |
| - "@babel/compat-data" "^7.22.6" |
1149 |
| - "@babel/helper-compilation-targets" "^7.22.6" |
| 1185 | + "@babel/compat-data" "^7.22.9" |
| 1186 | + "@babel/helper-compilation-targets" "^7.22.9" |
1150 | 1187 | "@babel/helper-plugin-utils" "^7.22.5"
|
1151 | 1188 | "@babel/helper-validator-option" "^7.22.5"
|
1152 | 1189 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5"
|
|
1220 | 1257 | "@babel/plugin-transform-unicode-sets-regex" "^7.22.5"
|
1221 | 1258 | "@babel/preset-modules" "^0.1.5"
|
1222 | 1259 | "@babel/types" "^7.22.5"
|
1223 |
| - "@nicolo-ribaudo/semver-v6" "^6.3.3" |
1224 | 1260 | babel-plugin-polyfill-corejs2 "^0.4.4"
|
1225 | 1261 | babel-plugin-polyfill-corejs3 "^0.8.2"
|
1226 | 1262 | babel-plugin-polyfill-regenerator "^0.5.1"
|
1227 | 1263 | core-js-compat "^3.31.0"
|
| 1264 | + semver "^6.3.1" |
1228 | 1265 |
|
1229 | 1266 |
|
1230 | 1267 | version "7.22.5"
|
@@ -8605,6 +8642,11 @@ [email protected], semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
|
8605 | 8642 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
8606 | 8643 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
8607 | 8644 |
|
| 8645 | +semver@^6.3.1: |
| 8646 | + version "6.3.1" |
| 8647 | + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
| 8648 | + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
| 8649 | + |
8608 | 8650 | semver@^7.3.2, semver@^7.3.4:
|
8609 | 8651 | version "7.3.7"
|
8610 | 8652 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
|
|
0 commit comments