|
40 | 40 | integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
|
41 | 41 |
|
42 | 42 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.6", "@babel/core@^7.23.9":
|
43 |
| - version "7.24.7" |
44 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4" |
45 |
| - integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g== |
| 43 | + version "7.25.2" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" |
| 45 | + integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== |
46 | 46 | dependencies:
|
47 | 47 | "@ampproject/remapping" "^2.2.0"
|
48 | 48 | "@babel/code-frame" "^7.24.7"
|
49 |
| - "@babel/generator" "^7.24.7" |
50 |
| - "@babel/helper-compilation-targets" "^7.24.7" |
51 |
| - "@babel/helper-module-transforms" "^7.24.7" |
52 |
| - "@babel/helpers" "^7.24.7" |
53 |
| - "@babel/parser" "^7.24.7" |
54 |
| - "@babel/template" "^7.24.7" |
55 |
| - "@babel/traverse" "^7.24.7" |
56 |
| - "@babel/types" "^7.24.7" |
| 49 | + "@babel/generator" "^7.25.0" |
| 50 | + "@babel/helper-compilation-targets" "^7.25.2" |
| 51 | + "@babel/helper-module-transforms" "^7.25.2" |
| 52 | + "@babel/helpers" "^7.25.0" |
| 53 | + "@babel/parser" "^7.25.0" |
| 54 | + "@babel/template" "^7.25.0" |
| 55 | + "@babel/traverse" "^7.25.2" |
| 56 | + "@babel/types" "^7.25.2" |
57 | 57 | convert-source-map "^2.0.0"
|
58 | 58 | debug "^4.1.0"
|
59 | 59 | gensync "^1.0.0-beta.2"
|
60 | 60 | json5 "^2.2.3"
|
61 | 61 | semver "^6.3.1"
|
62 | 62 |
|
63 |
| -"@babel/generator@^7.24.7", "@babel/generator@^7.7.2": |
64 |
| - version "7.24.7" |
65 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d" |
66 |
| - integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA== |
67 |
| - dependencies: |
68 |
| - "@babel/types" "^7.24.7" |
69 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
70 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
71 |
| - jsesc "^2.5.1" |
72 |
| - |
73 |
| -"@babel/generator@^7.25.0": |
| 63 | +"@babel/generator@^7.25.0", "@babel/generator@^7.7.2": |
74 | 64 | version "7.25.0"
|
75 | 65 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
|
76 | 66 | integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
|
|
180 | 170 | "@babel/template" "^7.24.7"
|
181 | 171 | "@babel/types" "^7.24.7"
|
182 | 172 |
|
183 |
| -"@babel/helper-hoist-variables@^7.24.7": |
184 |
| - version "7.24.7" |
185 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee" |
186 |
| - integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ== |
187 |
| - dependencies: |
188 |
| - "@babel/types" "^7.24.7" |
189 |
| - |
190 | 173 | "@babel/helper-member-expression-to-functions@^7.24.7":
|
191 | 174 | version "7.24.7"
|
192 | 175 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz#67613d068615a70e4ed5101099affc7a41c5225f"
|
|
211 | 194 | "@babel/traverse" "^7.24.7"
|
212 | 195 | "@babel/types" "^7.24.7"
|
213 | 196 |
|
214 |
| -"@babel/helper-module-transforms@^7.24.7": |
215 |
| - version "7.24.7" |
216 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8" |
217 |
| - integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ== |
218 |
| - dependencies: |
219 |
| - "@babel/helper-environment-visitor" "^7.24.7" |
220 |
| - "@babel/helper-module-imports" "^7.24.7" |
221 |
| - "@babel/helper-simple-access" "^7.24.7" |
222 |
| - "@babel/helper-split-export-declaration" "^7.24.7" |
223 |
| - "@babel/helper-validator-identifier" "^7.24.7" |
224 |
| - |
225 |
| -"@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0": |
| 197 | +"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2": |
226 | 198 | version "7.25.2"
|
227 | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
|
228 | 200 | integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
|
|
303 | 275 | dependencies:
|
304 | 276 | "@babel/types" "^7.24.7"
|
305 | 277 |
|
306 |
| -"@babel/helper-string-parser@^7.24.7": |
307 |
| - version "7.24.7" |
308 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2" |
309 |
| - integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg== |
310 |
| - |
311 | 278 | "@babel/helper-string-parser@^7.24.8":
|
312 | 279 | version "7.24.8"
|
313 | 280 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
|
342 | 309 | "@babel/traverse" "^7.25.0"
|
343 | 310 | "@babel/types" "^7.25.0"
|
344 | 311 |
|
345 |
| -"@babel/helpers@^7.24.7": |
346 |
| - version "7.24.7" |
347 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416" |
348 |
| - integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg== |
| 312 | +"@babel/helpers@^7.25.0": |
| 313 | + version "7.25.0" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" |
| 315 | + integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== |
349 | 316 | dependencies:
|
350 |
| - "@babel/template" "^7.24.7" |
351 |
| - "@babel/types" "^7.24.7" |
| 317 | + "@babel/template" "^7.25.0" |
| 318 | + "@babel/types" "^7.25.0" |
352 | 319 |
|
353 | 320 | "@babel/highlight@^7.24.7":
|
354 | 321 | version "7.24.7"
|
|
360 | 327 | js-tokens "^4.0.0"
|
361 | 328 | picocolors "^1.0.0"
|
362 | 329 |
|
363 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.7": |
364 |
| - version "7.24.7" |
365 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85" |
366 |
| - integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw== |
367 |
| - |
368 |
| -"@babel/parser@^7.25.0", "@babel/parser@^7.25.3": |
| 330 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3": |
369 | 331 | version "7.25.3"
|
370 | 332 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
|
371 | 333 | integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
|
|
1067 | 1029 | dependencies:
|
1068 | 1030 | regenerator-runtime "^0.13.4"
|
1069 | 1031 |
|
1070 |
| -"@babel/template@^7.24.7", "@babel/template@^7.3.3": |
1071 |
| - version "7.24.7" |
1072 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315" |
1073 |
| - integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig== |
1074 |
| - dependencies: |
1075 |
| - "@babel/code-frame" "^7.24.7" |
1076 |
| - "@babel/parser" "^7.24.7" |
1077 |
| - "@babel/types" "^7.24.7" |
1078 |
| - |
1079 |
| -"@babel/template@^7.25.0": |
| 1032 | +"@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.3.3": |
1080 | 1033 | version "7.25.0"
|
1081 | 1034 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
|
1082 | 1035 | integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
|
|
1085 | 1038 | "@babel/parser" "^7.25.0"
|
1086 | 1039 | "@babel/types" "^7.25.0"
|
1087 | 1040 |
|
1088 |
| -"@babel/traverse@^7.24.7": |
1089 |
| - version "7.24.7" |
1090 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5" |
1091 |
| - integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA== |
1092 |
| - dependencies: |
1093 |
| - "@babel/code-frame" "^7.24.7" |
1094 |
| - "@babel/generator" "^7.24.7" |
1095 |
| - "@babel/helper-environment-visitor" "^7.24.7" |
1096 |
| - "@babel/helper-function-name" "^7.24.7" |
1097 |
| - "@babel/helper-hoist-variables" "^7.24.7" |
1098 |
| - "@babel/helper-split-export-declaration" "^7.24.7" |
1099 |
| - "@babel/parser" "^7.24.7" |
1100 |
| - "@babel/types" "^7.24.7" |
1101 |
| - debug "^4.3.1" |
1102 |
| - globals "^11.1.0" |
1103 |
| - |
1104 |
| -"@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3": |
| 1041 | +"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3": |
1105 | 1042 | version "7.25.3"
|
1106 | 1043 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
|
1107 | 1044 | integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
|
|
1114 | 1051 | debug "^4.3.1"
|
1115 | 1052 | globals "^11.1.0"
|
1116 | 1053 |
|
1117 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1118 |
| - version "7.24.7" |
1119 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2" |
1120 |
| - integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q== |
1121 |
| - dependencies: |
1122 |
| - "@babel/helper-string-parser" "^7.24.7" |
1123 |
| - "@babel/helper-validator-identifier" "^7.24.7" |
1124 |
| - to-fast-properties "^2.0.0" |
1125 |
| - |
1126 |
| -"@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2": |
| 1054 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1127 | 1055 | version "7.25.2"
|
1128 | 1056 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
|
1129 | 1057 | integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
|
|
0 commit comments