|
10 | 10 | "@jridgewell/gen-mapping" "^0.3.5" |
11 | 11 | "@jridgewell/trace-mapping" "^0.3.24" |
12 | 12 |
|
13 | | -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
| 13 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2": |
14 | 14 | version "7.26.2" |
15 | 15 | resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz" |
16 | 16 | integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
|
56 | 56 | "@jridgewell/trace-mapping" "^0.3.25" |
57 | 57 | jsesc "^3.0.2" |
58 | 58 |
|
| 59 | +"@babel/generator@^7.27.0": |
| 60 | + version "7.27.0" |
| 61 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
| 62 | + integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw== |
| 63 | + dependencies: |
| 64 | + "@babel/parser" "^7.27.0" |
| 65 | + "@babel/types" "^7.27.0" |
| 66 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 67 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 68 | + jsesc "^3.0.2" |
| 69 | + |
59 | 70 | "@babel/helper-annotate-as-pure@^7.25.9": |
60 | 71 | version "7.25.9" |
61 | 72 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz" |
|
74 | 85 | lru-cache "^5.1.1" |
75 | 86 | semver "^6.3.1" |
76 | 87 |
|
77 | | -"@babel/helper-create-class-features-plugin@^7.25.9": |
78 | | - version "7.25.9" |
79 | | - resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz" |
80 | | - integrity sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ== |
| 88 | +"@babel/helper-create-class-features-plugin@^7.27.0": |
| 89 | + version "7.27.0" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30" |
| 91 | + integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg== |
81 | 92 | dependencies: |
82 | 93 | "@babel/helper-annotate-as-pure" "^7.25.9" |
83 | 94 | "@babel/helper-member-expression-to-functions" "^7.25.9" |
84 | 95 | "@babel/helper-optimise-call-expression" "^7.25.9" |
85 | | - "@babel/helper-replace-supers" "^7.25.9" |
| 96 | + "@babel/helper-replace-supers" "^7.26.5" |
86 | 97 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9" |
87 | | - "@babel/traverse" "^7.25.9" |
| 98 | + "@babel/traverse" "^7.27.0" |
88 | 99 | semver "^6.3.1" |
89 | 100 |
|
90 | 101 | "@babel/helper-member-expression-to-functions@^7.25.9": |
|
103 | 114 | "@babel/traverse" "^7.25.9" |
104 | 115 | "@babel/types" "^7.25.9" |
105 | 116 |
|
106 | | -"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0": |
| 117 | +"@babel/helper-module-transforms@^7.26.0": |
107 | 118 | version "7.26.0" |
108 | 119 | resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz" |
109 | 120 | integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
|
124 | 135 | resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz" |
125 | 136 | integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw== |
126 | 137 |
|
127 | | -"@babel/helper-replace-supers@^7.25.9": |
128 | | - version "7.25.9" |
129 | | - resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz" |
130 | | - integrity sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ== |
| 138 | +"@babel/helper-plugin-utils@^7.26.5": |
| 139 | + version "7.26.5" |
| 140 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35" |
| 141 | + integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg== |
| 142 | + |
| 143 | +"@babel/helper-replace-supers@^7.26.5": |
| 144 | + version "7.26.5" |
| 145 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz#6cb04e82ae291dae8e72335dfe438b0725f14c8d" |
| 146 | + integrity sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg== |
131 | 147 | dependencies: |
132 | 148 | "@babel/helper-member-expression-to-functions" "^7.25.9" |
133 | 149 | "@babel/helper-optimise-call-expression" "^7.25.9" |
134 | | - "@babel/traverse" "^7.25.9" |
135 | | - |
136 | | -"@babel/helper-simple-access@^7.25.9": |
137 | | - version "7.25.9" |
138 | | - resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz" |
139 | | - integrity sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q== |
140 | | - dependencies: |
141 | | - "@babel/traverse" "^7.25.9" |
142 | | - "@babel/types" "^7.25.9" |
| 150 | + "@babel/traverse" "^7.26.5" |
143 | 151 |
|
144 | 152 | "@babel/helper-skip-transparent-expression-wrappers@^7.25.9": |
145 | 153 | version "7.25.9" |
|
179 | 187 | dependencies: |
180 | 188 | "@babel/types" "^7.26.3" |
181 | 189 |
|
| 190 | +"@babel/parser@^7.27.0": |
| 191 | + version "7.27.0" |
| 192 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 193 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 194 | + dependencies: |
| 195 | + "@babel/types" "^7.27.0" |
| 196 | + |
182 | 197 | "@babel/plugin-syntax-async-generators@^7.8.4": |
183 | 198 | version "7.8.4" |
184 | 199 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" |
|
277 | 292 | dependencies: |
278 | 293 | "@babel/helper-plugin-utils" "^7.25.9" |
279 | 294 |
|
280 | | -"@babel/plugin-transform-modules-commonjs@^7.25.9": |
281 | | - version "7.25.9" |
282 | | - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz" |
283 | | - integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg== |
| 295 | +"@babel/plugin-transform-modules-commonjs@^7.26.3": |
| 296 | + version "7.26.3" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb" |
| 298 | + integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ== |
284 | 299 | dependencies: |
285 | | - "@babel/helper-module-transforms" "^7.25.9" |
| 300 | + "@babel/helper-module-transforms" "^7.26.0" |
286 | 301 | "@babel/helper-plugin-utils" "^7.25.9" |
287 | | - "@babel/helper-simple-access" "^7.25.9" |
288 | 302 |
|
289 | | -"@babel/plugin-transform-typescript@^7.25.9": |
290 | | - version "7.25.9" |
291 | | - resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz" |
292 | | - integrity sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ== |
| 303 | +"@babel/plugin-transform-typescript@^7.27.0": |
| 304 | + version "7.27.0" |
| 305 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz#a29fd3481da85601c7e34091296e9746d2cccba8" |
| 306 | + integrity sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg== |
293 | 307 | dependencies: |
294 | 308 | "@babel/helper-annotate-as-pure" "^7.25.9" |
295 | | - "@babel/helper-create-class-features-plugin" "^7.25.9" |
296 | | - "@babel/helper-plugin-utils" "^7.25.9" |
| 309 | + "@babel/helper-create-class-features-plugin" "^7.27.0" |
| 310 | + "@babel/helper-plugin-utils" "^7.26.5" |
297 | 311 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9" |
298 | 312 | "@babel/plugin-syntax-typescript" "^7.25.9" |
299 | 313 |
|
300 | | -"@babel/preset-typescript@7.26.0": |
301 | | - version "7.26.0" |
302 | | - resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz" |
303 | | - integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg== |
| 314 | +"@babel/preset-typescript@7.27.0": |
| 315 | + version "7.27.0" |
| 316 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz#4dcb8827225975f4290961b0b089f9c694ca50c7" |
| 317 | + integrity sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ== |
304 | 318 | dependencies: |
305 | | - "@babel/helper-plugin-utils" "^7.25.9" |
| 319 | + "@babel/helper-plugin-utils" "^7.26.5" |
306 | 320 | "@babel/helper-validator-option" "^7.25.9" |
307 | 321 | "@babel/plugin-syntax-jsx" "^7.25.9" |
308 | | - "@babel/plugin-transform-modules-commonjs" "^7.25.9" |
309 | | - "@babel/plugin-transform-typescript" "^7.25.9" |
| 322 | + "@babel/plugin-transform-modules-commonjs" "^7.26.3" |
| 323 | + "@babel/plugin-transform-typescript" "^7.27.0" |
310 | 324 |
|
311 | 325 | "@babel/template@^7.25.9", "@babel/template@^7.3.3": |
312 | 326 | version "7.25.9" |
|
317 | 331 | "@babel/parser" "^7.25.9" |
318 | 332 | "@babel/types" "^7.25.9" |
319 | 333 |
|
| 334 | +"@babel/template@^7.27.0": |
| 335 | + version "7.27.0" |
| 336 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 337 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 338 | + dependencies: |
| 339 | + "@babel/code-frame" "^7.26.2" |
| 340 | + "@babel/parser" "^7.27.0" |
| 341 | + "@babel/types" "^7.27.0" |
| 342 | + |
320 | 343 | "@babel/traverse@^7.25.9": |
321 | 344 | version "7.25.9" |
322 | 345 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz" |
|
330 | 353 | debug "^4.3.1" |
331 | 354 | globals "^11.1.0" |
332 | 355 |
|
| 356 | +"@babel/traverse@^7.26.5", "@babel/traverse@^7.27.0": |
| 357 | + version "7.27.0" |
| 358 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
| 359 | + integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA== |
| 360 | + dependencies: |
| 361 | + "@babel/code-frame" "^7.26.2" |
| 362 | + "@babel/generator" "^7.27.0" |
| 363 | + "@babel/parser" "^7.27.0" |
| 364 | + "@babel/template" "^7.27.0" |
| 365 | + "@babel/types" "^7.27.0" |
| 366 | + debug "^4.3.1" |
| 367 | + globals "^11.1.0" |
| 368 | + |
333 | 369 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.3", "@babel/types@^7.3.3": |
334 | 370 | version "7.26.3" |
335 | 371 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz" |
|
338 | 374 | "@babel/helper-string-parser" "^7.25.9" |
339 | 375 | "@babel/helper-validator-identifier" "^7.25.9" |
340 | 376 |
|
| 377 | +"@babel/types@^7.27.0": |
| 378 | + version "7.27.0" |
| 379 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 380 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 381 | + dependencies: |
| 382 | + "@babel/helper-string-parser" "^7.25.9" |
| 383 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 384 | + |
341 | 385 | "@bcoe/v8-coverage@^0.2.3": |
342 | 386 | version "0.2.3" |
343 | 387 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" |
|
0 commit comments