|
23 | 23 | "@babel/highlight" "^7.24.2"
|
24 | 24 | picocolors "^1.0.0"
|
25 | 25 |
|
| 26 | +"@babel/code-frame@^7.24.6": |
| 27 | + version "7.24.6" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2" |
| 29 | + integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA== |
| 30 | + dependencies: |
| 31 | + "@babel/highlight" "^7.24.6" |
| 32 | + picocolors "^1.0.0" |
| 33 | + |
26 | 34 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9", "@babel/compat-data@^7.23.5":
|
27 | 35 | version "7.23.5"
|
28 | 36 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
|
84 | 92 | dependencies:
|
85 | 93 | "@babel/types" "^7.22.5"
|
86 | 94 |
|
| 95 | +"@babel/helper-annotate-as-pure@^7.24.6": |
| 96 | + version "7.24.6" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz#517af93abc77924f9b2514c407bbef527fb8938d" |
| 98 | + integrity sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg== |
| 99 | + dependencies: |
| 100 | + "@babel/types" "^7.24.6" |
| 101 | + |
87 | 102 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.22.5":
|
88 | 103 | version "7.22.15"
|
89 | 104 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
|
|
102 | 117 | lru-cache "^5.1.1"
|
103 | 118 | semver "^6.3.1"
|
104 | 119 |
|
105 |
| -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.11", "@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.22.5", "@babel/helper-create-class-features-plugin@^7.24.1", "@babel/helper-create-class-features-plugin@^7.5.5": |
106 |
| - version "7.24.1" |
107 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.1.tgz#db58bf57137b623b916e24874ab7188d93d7f68f" |
108 |
| - integrity sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA== |
109 |
| - dependencies: |
110 |
| - "@babel/helper-annotate-as-pure" "^7.22.5" |
111 |
| - "@babel/helper-environment-visitor" "^7.22.20" |
112 |
| - "@babel/helper-function-name" "^7.23.0" |
113 |
| - "@babel/helper-member-expression-to-functions" "^7.23.0" |
114 |
| - "@babel/helper-optimise-call-expression" "^7.22.5" |
115 |
| - "@babel/helper-replace-supers" "^7.24.1" |
116 |
| - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
117 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
| 120 | +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.11", "@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.22.5", "@babel/helper-create-class-features-plugin@^7.24.6", "@babel/helper-create-class-features-plugin@^7.5.5": |
| 121 | + version "7.24.6" |
| 122 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.6.tgz#c50b86fa1c4ca9b7a890dc21884f097b6c4b5286" |
| 123 | + integrity sha512-djsosdPJVZE6Vsw3kk7IPRWethP94WHGOhQTc67SNXE0ZzMhHgALw8iGmYS0TD1bbMM0VDROy43od7/hN6WYcA== |
| 124 | + dependencies: |
| 125 | + "@babel/helper-annotate-as-pure" "^7.24.6" |
| 126 | + "@babel/helper-environment-visitor" "^7.24.6" |
| 127 | + "@babel/helper-function-name" "^7.24.6" |
| 128 | + "@babel/helper-member-expression-to-functions" "^7.24.6" |
| 129 | + "@babel/helper-optimise-call-expression" "^7.24.6" |
| 130 | + "@babel/helper-replace-supers" "^7.24.6" |
| 131 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" |
| 132 | + "@babel/helper-split-export-declaration" "^7.24.6" |
118 | 133 | semver "^6.3.1"
|
119 | 134 |
|
120 | 135 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5":
|
|
142 | 157 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
|
143 | 158 | integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
|
144 | 159 |
|
| 160 | +"@babel/helper-environment-visitor@^7.24.6": |
| 161 | + version "7.24.6" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d" |
| 163 | + integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g== |
| 164 | + |
145 | 165 | "@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0":
|
146 | 166 | version "7.23.0"
|
147 | 167 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
|
|
150 | 170 | "@babel/template" "^7.22.15"
|
151 | 171 | "@babel/types" "^7.23.0"
|
152 | 172 |
|
| 173 | +"@babel/helper-function-name@^7.24.6": |
| 174 | + version "7.24.6" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8" |
| 176 | + integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w== |
| 177 | + dependencies: |
| 178 | + "@babel/template" "^7.24.6" |
| 179 | + "@babel/types" "^7.24.6" |
| 180 | + |
153 | 181 | "@babel/helper-hoist-variables@^7.22.5":
|
154 | 182 | version "7.22.5"
|
155 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
164 | 192 | dependencies:
|
165 | 193 | "@babel/types" "^7.23.0"
|
166 | 194 |
|
| 195 | +"@babel/helper-member-expression-to-functions@^7.24.6": |
| 196 | + version "7.24.6" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.6.tgz#86084f3e0e4e2169a134754df3870bc7784db71e" |
| 198 | + integrity sha512-OTsCufZTxDUsv2/eDXanw/mUZHWOxSbEmC3pP8cgjcy5rgeVPWWMStnv274DV60JtHxTk0adT0QrCzC4M9NWGg== |
| 199 | + dependencies: |
| 200 | + "@babel/types" "^7.24.6" |
| 201 | + |
167 | 202 | "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.22.5", "@babel/helper-module-imports@^7.24.3":
|
168 | 203 | version "7.24.3"
|
169 | 204 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
|
|
189 | 224 | dependencies:
|
190 | 225 | "@babel/types" "^7.22.5"
|
191 | 226 |
|
192 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
193 |
| - version "7.24.0" |
194 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a" |
195 |
| - integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w== |
| 227 | +"@babel/helper-optimise-call-expression@^7.24.6": |
| 228 | + version "7.24.6" |
| 229 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.6.tgz#f7836e3ccca3dfa02f15d2bc8b794efe75a5256e" |
| 230 | + integrity sha512-3SFDJRbx7KuPRl8XDUr8O7GAEB8iGyWPjLKJh/ywP/Iy9WOmEfMrsWbaZpvBu2HSYn4KQygIsz0O7m8y10ncMA== |
| 231 | + dependencies: |
| 232 | + "@babel/types" "^7.24.6" |
| 233 | + |
| 234 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 235 | + version "7.24.6" |
| 236 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz#fa02a32410a15a6e8f8185bcbf608f10528d2a24" |
| 237 | + integrity sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg== |
196 | 238 |
|
197 | 239 | "@babel/helper-remap-async-to-generator@^7.22.5", "@babel/helper-remap-async-to-generator@^7.22.9":
|
198 | 240 | version "7.22.9"
|
|
203 | 245 | "@babel/helper-environment-visitor" "^7.22.5"
|
204 | 246 | "@babel/helper-wrap-function" "^7.22.9"
|
205 | 247 |
|
206 |
| -"@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9", "@babel/helper-replace-supers@^7.24.1": |
| 248 | +"@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9": |
207 | 249 | version "7.24.1"
|
208 | 250 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
|
209 | 251 | integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
|
|
212 | 254 | "@babel/helper-member-expression-to-functions" "^7.23.0"
|
213 | 255 | "@babel/helper-optimise-call-expression" "^7.22.5"
|
214 | 256 |
|
| 257 | +"@babel/helper-replace-supers@^7.24.6": |
| 258 | + version "7.24.6" |
| 259 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.6.tgz#3ea87405a2986a49ab052d10e540fe036d747c71" |
| 260 | + integrity sha512-mRhfPwDqDpba8o1F8ESxsEkJMQkUF8ZIWrAc0FtWhxnjfextxMWxr22RtFizxxSYLjVHDeMgVsRq8BBZR2ikJQ== |
| 261 | + dependencies: |
| 262 | + "@babel/helper-environment-visitor" "^7.24.6" |
| 263 | + "@babel/helper-member-expression-to-functions" "^7.24.6" |
| 264 | + "@babel/helper-optimise-call-expression" "^7.24.6" |
| 265 | + |
215 | 266 | "@babel/helper-simple-access@^7.22.5", "@babel/helper-simple-access@^7.24.5":
|
216 | 267 | version "7.24.5"
|
217 | 268 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
|
|
226 | 277 | dependencies:
|
227 | 278 | "@babel/types" "^7.22.5"
|
228 | 279 |
|
| 280 | +"@babel/helper-skip-transparent-expression-wrappers@^7.24.6": |
| 281 | + version "7.24.6" |
| 282 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.6.tgz#c47e9b33b7ea50d1073e125ebc26661717cb7040" |
| 283 | + integrity sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q== |
| 284 | + dependencies: |
| 285 | + "@babel/types" "^7.24.6" |
| 286 | + |
229 | 287 | "@babel/helper-split-export-declaration@^7.22.6", "@babel/helper-split-export-declaration@^7.24.5":
|
230 | 288 | version "7.24.5"
|
231 | 289 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
|
232 | 290 | integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
|
233 | 291 | dependencies:
|
234 | 292 | "@babel/types" "^7.24.5"
|
235 | 293 |
|
| 294 | +"@babel/helper-split-export-declaration@^7.24.6": |
| 295 | + version "7.24.6" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3" |
| 297 | + integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw== |
| 298 | + dependencies: |
| 299 | + "@babel/types" "^7.24.6" |
| 300 | + |
236 | 301 | "@babel/helper-string-parser@^7.24.1":
|
237 | 302 | version "7.24.1"
|
238 | 303 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
|
239 | 304 | integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
|
240 | 305 |
|
| 306 | +"@babel/helper-string-parser@^7.24.6": |
| 307 | + version "7.24.6" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df" |
| 309 | + integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q== |
| 310 | + |
241 | 311 | "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5", "@babel/helper-validator-identifier@^7.24.5":
|
242 | 312 | version "7.24.5"
|
243 | 313 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
|
244 | 314 | integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
|
245 | 315 |
|
| 316 | +"@babel/helper-validator-identifier@^7.24.6": |
| 317 | + version "7.24.6" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e" |
| 319 | + integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw== |
| 320 | + |
246 | 321 | "@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
|
247 | 322 | version "7.23.5"
|
248 | 323 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
|
|
276 | 351 | js-tokens "^4.0.0"
|
277 | 352 | picocolors "^1.0.0"
|
278 | 353 |
|
| 354 | +"@babel/highlight@^7.24.6": |
| 355 | + version "7.24.6" |
| 356 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df" |
| 357 | + integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ== |
| 358 | + dependencies: |
| 359 | + "@babel/helper-validator-identifier" "^7.24.6" |
| 360 | + chalk "^2.4.2" |
| 361 | + js-tokens "^4.0.0" |
| 362 | + picocolors "^1.0.0" |
| 363 | + |
279 | 364 | "@babel/parser@^7.24.0", "@babel/parser@^7.24.5", "@babel/parser@^7.4.5":
|
280 | 365 | version "7.24.5"
|
281 | 366 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
|
282 | 367 | integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
|
283 | 368 |
|
| 369 | +"@babel/parser@^7.24.6": |
| 370 | + version "7.24.6" |
| 371 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328" |
| 372 | + integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q== |
| 373 | + |
284 | 374 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
285 | 375 | version "7.22.15"
|
286 | 376 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
|
|
306 | 396 | "@babel/helper-plugin-utils" "^7.18.6"
|
307 | 397 |
|
308 | 398 | "@babel/plugin-proposal-decorators@^7.13.5", "@babel/plugin-proposal-decorators@^7.16.7", "@babel/plugin-proposal-decorators@^7.20.13", "@babel/plugin-proposal-decorators@^7.24.1":
|
309 |
| - version "7.24.1" |
310 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.1.tgz#bab2b9e174a2680f0a80f341f3ec70f809f8bb4b" |
311 |
| - integrity sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA== |
| 399 | + version "7.24.6" |
| 400 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.6.tgz#20e7ed41c24d3f6a2d94af7b44ddd06d1f8a71a3" |
| 401 | + integrity sha512-8DjR0/DzlBhz2SVi9a19/N2U5+C3y3rseXuyoKL9SP8vnbewscj1eHZtL6kpEn4UCuUmqEo0mvqyDYRFoN2gpA== |
312 | 402 | dependencies:
|
313 |
| - "@babel/helper-create-class-features-plugin" "^7.24.1" |
314 |
| - "@babel/helper-plugin-utils" "^7.24.0" |
315 |
| - "@babel/plugin-syntax-decorators" "^7.24.1" |
| 403 | + "@babel/helper-create-class-features-plugin" "^7.24.6" |
| 404 | + "@babel/helper-plugin-utils" "^7.24.6" |
| 405 | + "@babel/plugin-syntax-decorators" "^7.24.6" |
316 | 406 |
|
317 | 407 | "@babel/plugin-proposal-private-methods@^7.16.5", "@babel/plugin-proposal-private-methods@^7.16.7":
|
318 | 408 | version "7.18.6"
|
|
358 | 448 | dependencies:
|
359 | 449 | "@babel/helper-plugin-utils" "^7.14.5"
|
360 | 450 |
|
361 |
| -"@babel/plugin-syntax-decorators@^7.16.7", "@babel/plugin-syntax-decorators@^7.24.1": |
362 |
| - version "7.24.1" |
363 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.1.tgz#71d9ad06063a6ac5430db126b5df48c70ee885fa" |
364 |
| - integrity sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw== |
| 451 | +"@babel/plugin-syntax-decorators@^7.16.7", "@babel/plugin-syntax-decorators@^7.24.6": |
| 452 | + version "7.24.6" |
| 453 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.6.tgz#904d53fc158e8fb9f0754c76071e0ce38fe318eb" |
| 454 | + integrity sha512-gInH8LEqBp+wkwTVihCd/qf+4s28g81FZyvlIbAurHk9eSiItEKG7E0uNK2UdpgsD79aJVAW3R3c85h0YJ0jsw== |
365 | 455 | dependencies:
|
366 |
| - "@babel/helper-plugin-utils" "^7.24.0" |
| 456 | + "@babel/helper-plugin-utils" "^7.24.6" |
367 | 457 |
|
368 | 458 | "@babel/plugin-syntax-dynamic-import@^7.8.3":
|
369 | 459 | version "7.8.3"
|
|
1036 | 1126 | "@babel/parser" "^7.24.0"
|
1037 | 1127 | "@babel/types" "^7.24.0"
|
1038 | 1128 |
|
| 1129 | +"@babel/template@^7.24.6": |
| 1130 | + version "7.24.6" |
| 1131 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9" |
| 1132 | + integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw== |
| 1133 | + dependencies: |
| 1134 | + "@babel/code-frame" "^7.24.6" |
| 1135 | + "@babel/parser" "^7.24.6" |
| 1136 | + "@babel/types" "^7.24.6" |
| 1137 | + |
1039 | 1138 | "@babel/traverse@^7.24.5", "@babel/traverse@^7.4.5":
|
1040 | 1139 | version "7.24.5"
|
1041 | 1140 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
|
|
1061 | 1160 | "@babel/helper-validator-identifier" "^7.24.5"
|
1062 | 1161 | to-fast-properties "^2.0.0"
|
1063 | 1162 |
|
| 1163 | +"@babel/types@^7.24.6": |
| 1164 | + version "7.24.6" |
| 1165 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912" |
| 1166 | + integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ== |
| 1167 | + dependencies: |
| 1168 | + "@babel/helper-string-parser" "^7.24.6" |
| 1169 | + "@babel/helper-validator-identifier" "^7.24.6" |
| 1170 | + to-fast-properties "^2.0.0" |
| 1171 | + |
1064 | 1172 | "@cnakazawa/watch@^1.0.3":
|
1065 | 1173 | version "1.0.4"
|
1066 | 1174 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
|
|
0 commit comments