|
38 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
|
39 | 39 | integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
|
40 | 40 |
|
41 |
| - |
42 |
| - version "7.21.0" |
43 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" |
44 |
| - integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== |
| 41 | +"@babel/compat-data@^7.21.4": |
| 42 | + version "7.21.4" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f" |
| 44 | + integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== |
| 45 | + |
| 46 | + |
| 47 | + version "7.21.4" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" |
| 49 | + integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== |
45 | 50 | dependencies:
|
46 | 51 | "@ampproject/remapping" "^2.2.0"
|
47 |
| - "@babel/code-frame" "^7.18.6" |
48 |
| - "@babel/generator" "^7.21.0" |
49 |
| - "@babel/helper-compilation-targets" "^7.20.7" |
50 |
| - "@babel/helper-module-transforms" "^7.21.0" |
| 52 | + "@babel/code-frame" "^7.21.4" |
| 53 | + "@babel/generator" "^7.21.4" |
| 54 | + "@babel/helper-compilation-targets" "^7.21.4" |
| 55 | + "@babel/helper-module-transforms" "^7.21.2" |
51 | 56 | "@babel/helpers" "^7.21.0"
|
52 |
| - "@babel/parser" "^7.21.0" |
| 57 | + "@babel/parser" "^7.21.4" |
53 | 58 | "@babel/template" "^7.20.7"
|
54 |
| - "@babel/traverse" "^7.21.0" |
55 |
| - "@babel/types" "^7.21.0" |
| 59 | + "@babel/traverse" "^7.21.4" |
| 60 | + "@babel/types" "^7.21.4" |
56 | 61 | convert-source-map "^1.7.0"
|
57 | 62 | debug "^4.1.0"
|
58 | 63 | gensync "^1.0.0-beta.2"
|
|
124 | 129 | lru-cache "^5.1.1"
|
125 | 130 | semver "^6.3.0"
|
126 | 131 |
|
| 132 | +"@babel/helper-compilation-targets@^7.21.4": |
| 133 | + version "7.21.4" |
| 134 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656" |
| 135 | + integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== |
| 136 | + dependencies: |
| 137 | + "@babel/compat-data" "^7.21.4" |
| 138 | + "@babel/helper-validator-option" "^7.21.0" |
| 139 | + browserslist "^4.21.3" |
| 140 | + lru-cache "^5.1.1" |
| 141 | + semver "^6.3.0" |
| 142 | + |
127 | 143 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.12", "@babel/helper-create-class-features-plugin@^7.20.5", "@babel/helper-create-class-features-plugin@^7.20.7":
|
128 | 144 | version "7.20.12"
|
129 | 145 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz#4349b928e79be05ed2d1643b20b99bb87c503819"
|
|
228 | 244 | "@babel/traverse" "^7.20.10"
|
229 | 245 | "@babel/types" "^7.20.7"
|
230 | 246 |
|
231 |
| -"@babel/helper-module-transforms@^7.21.0": |
232 |
| - version "7.21.0" |
233 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67" |
234 |
| - integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ== |
| 247 | +"@babel/helper-module-transforms@^7.21.2": |
| 248 | + version "7.21.2" |
| 249 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
| 250 | + integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
235 | 251 | dependencies:
|
236 | 252 | "@babel/helper-environment-visitor" "^7.18.9"
|
237 | 253 | "@babel/helper-module-imports" "^7.18.6"
|
238 | 254 | "@babel/helper-simple-access" "^7.20.2"
|
239 | 255 | "@babel/helper-split-export-declaration" "^7.18.6"
|
240 | 256 | "@babel/helper-validator-identifier" "^7.19.1"
|
241 | 257 | "@babel/template" "^7.20.7"
|
242 |
| - "@babel/traverse" "^7.21.0" |
243 |
| - "@babel/types" "^7.21.0" |
| 258 | + "@babel/traverse" "^7.21.2" |
| 259 | + "@babel/types" "^7.21.2" |
244 | 260 |
|
245 | 261 | "@babel/helper-optimise-call-expression@^7.18.6":
|
246 | 262 | version "7.18.6"
|
|
312 | 328 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
313 | 329 | integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
|
314 | 330 |
|
| 331 | +"@babel/helper-validator-option@^7.21.0": |
| 332 | + version "7.21.0" |
| 333 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
| 334 | + integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== |
| 335 | + |
315 | 336 | "@babel/helper-wrap-function@^7.18.9":
|
316 | 337 | version "7.20.5"
|
317 | 338 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
|
|
1118 | 1139 | debug "^4.1.0"
|
1119 | 1140 | globals "^11.1.0"
|
1120 | 1141 |
|
1121 |
| -"@babel/traverse@^7.4.5": |
| 1142 | +"@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.4.5": |
1122 | 1143 | version "7.21.4"
|
1123 | 1144 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
|
1124 | 1145 | integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
|
|
1143 | 1164 | "@babel/helper-validator-identifier" "^7.19.1"
|
1144 | 1165 | to-fast-properties "^2.0.0"
|
1145 | 1166 |
|
1146 |
| -"@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.3", "@babel/types@^7.21.4": |
| 1167 | +"@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.21.4": |
1147 | 1168 | version "7.21.4"
|
1148 | 1169 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
|
1149 | 1170 | integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
|
|
0 commit comments