|
27 | 27 | "@babel/highlight" "^7.24.7" |
28 | 28 | picocolors "^1.0.0" |
29 | 29 |
|
| 30 | +"@babel/code-frame@^7.25.7": |
| 31 | + version "7.25.7" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7" |
| 33 | + integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g== |
| 34 | + dependencies: |
| 35 | + "@babel/highlight" "^7.25.7" |
| 36 | + picocolors "^1.0.0" |
| 37 | + |
30 | 38 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4": |
31 | 39 | version "7.25.4" |
32 | 40 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb" |
|
81 | 89 | "@jridgewell/trace-mapping" "^0.3.25" |
82 | 90 | jsesc "^2.5.1" |
83 | 91 |
|
| 92 | +"@babel/generator@^7.25.7": |
| 93 | + version "7.25.7" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56" |
| 95 | + integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA== |
| 96 | + dependencies: |
| 97 | + "@babel/types" "^7.25.7" |
| 98 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 99 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 100 | + jsesc "^3.0.2" |
| 101 | + |
84 | 102 | "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.24.7": |
85 | 103 | version "7.24.7" |
86 | 104 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab" |
87 | 105 | integrity sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg== |
88 | 106 | dependencies: |
89 | 107 | "@babel/types" "^7.24.7" |
90 | 108 |
|
| 109 | +"@babel/helper-annotate-as-pure@^7.25.7": |
| 110 | + version "7.25.7" |
| 111 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz#63f02dbfa1f7cb75a9bdb832f300582f30bb8972" |
| 112 | + integrity sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA== |
| 113 | + dependencies: |
| 114 | + "@babel/types" "^7.25.7" |
| 115 | + |
91 | 116 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.24.7": |
92 | 117 | version "7.24.7" |
93 | 118 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz#37d66feb012024f2422b762b9b2a7cfe27c7fba3" |
|
107 | 132 | lru-cache "^5.1.1" |
108 | 133 | semver "^6.3.1" |
109 | 134 |
|
110 | | -"@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.24.7", "@babel/helper-create-class-features-plugin@^7.25.0", "@babel/helper-create-class-features-plugin@^7.25.4", "@babel/helper-create-class-features-plugin@^7.5.5": |
111 | | - version "7.25.4" |
112 | | - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14" |
113 | | - integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ== |
114 | | - dependencies: |
115 | | - "@babel/helper-annotate-as-pure" "^7.24.7" |
116 | | - "@babel/helper-member-expression-to-functions" "^7.24.8" |
117 | | - "@babel/helper-optimise-call-expression" "^7.24.7" |
118 | | - "@babel/helper-replace-supers" "^7.25.0" |
119 | | - "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" |
120 | | - "@babel/traverse" "^7.25.4" |
| 135 | +"@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.24.7", "@babel/helper-create-class-features-plugin@^7.25.0", "@babel/helper-create-class-features-plugin@^7.25.4", "@babel/helper-create-class-features-plugin@^7.25.7", "@babel/helper-create-class-features-plugin@^7.5.5": |
| 136 | + version "7.25.7" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz#5d65074c76cae75607421c00d6bd517fe1892d6b" |
| 138 | + integrity sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw== |
| 139 | + dependencies: |
| 140 | + "@babel/helper-annotate-as-pure" "^7.25.7" |
| 141 | + "@babel/helper-member-expression-to-functions" "^7.25.7" |
| 142 | + "@babel/helper-optimise-call-expression" "^7.25.7" |
| 143 | + "@babel/helper-replace-supers" "^7.25.7" |
| 144 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7" |
| 145 | + "@babel/traverse" "^7.25.7" |
121 | 146 | semver "^6.3.1" |
122 | 147 |
|
123 | 148 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7", "@babel/helper-create-regexp-features-plugin@^7.25.0", "@babel/helper-create-regexp-features-plugin@^7.25.2": |
|
148 | 173 | "@babel/traverse" "^7.24.8" |
149 | 174 | "@babel/types" "^7.24.8" |
150 | 175 |
|
| 176 | +"@babel/helper-member-expression-to-functions@^7.25.7": |
| 177 | + version "7.25.7" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.7.tgz#541a33b071f0355a63a0fa4bdf9ac360116b8574" |
| 179 | + integrity sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA== |
| 180 | + dependencies: |
| 181 | + "@babel/traverse" "^7.25.7" |
| 182 | + "@babel/types" "^7.25.7" |
| 183 | + |
151 | 184 | "@babel/helper-module-imports@^7.24.7": |
152 | 185 | version "7.24.7" |
153 | 186 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" |
|
173 | 206 | dependencies: |
174 | 207 | "@babel/types" "^7.24.7" |
175 | 208 |
|
176 | | -"@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.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
177 | | - version "7.24.8" |
178 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878" |
179 | | - integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg== |
| 209 | +"@babel/helper-optimise-call-expression@^7.25.7": |
| 210 | + version "7.25.7" |
| 211 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz#1de1b99688e987af723eed44fa7fc0ee7b97d77a" |
| 212 | + integrity sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng== |
| 213 | + dependencies: |
| 214 | + "@babel/types" "^7.25.7" |
| 215 | + |
| 216 | +"@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.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 217 | + version "7.25.7" |
| 218 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c" |
| 219 | + integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw== |
180 | 220 |
|
181 | 221 | "@babel/helper-remap-async-to-generator@^7.24.7", "@babel/helper-remap-async-to-generator@^7.25.0": |
182 | 222 | version "7.25.0" |
|
196 | 236 | "@babel/helper-optimise-call-expression" "^7.24.7" |
197 | 237 | "@babel/traverse" "^7.25.0" |
198 | 238 |
|
| 239 | +"@babel/helper-replace-supers@^7.25.7": |
| 240 | + version "7.25.7" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz#38cfda3b6e990879c71d08d0fef9236b62bd75f5" |
| 242 | + integrity sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw== |
| 243 | + dependencies: |
| 244 | + "@babel/helper-member-expression-to-functions" "^7.25.7" |
| 245 | + "@babel/helper-optimise-call-expression" "^7.25.7" |
| 246 | + "@babel/traverse" "^7.25.7" |
| 247 | + |
199 | 248 | "@babel/helper-simple-access@^7.24.7": |
200 | 249 | version "7.24.7" |
201 | 250 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3" |
|
212 | 261 | "@babel/traverse" "^7.24.7" |
213 | 262 | "@babel/types" "^7.24.7" |
214 | 263 |
|
| 264 | +"@babel/helper-skip-transparent-expression-wrappers@^7.25.7": |
| 265 | + version "7.25.7" |
| 266 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.7.tgz#382831c91038b1a6d32643f5f49505b8442cb87c" |
| 267 | + integrity sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA== |
| 268 | + dependencies: |
| 269 | + "@babel/traverse" "^7.25.7" |
| 270 | + "@babel/types" "^7.25.7" |
| 271 | + |
215 | 272 | "@babel/helper-string-parser@^7.24.8": |
216 | 273 | version "7.24.8" |
217 | 274 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
218 | 275 | integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
219 | 276 |
|
| 277 | +"@babel/helper-string-parser@^7.25.7": |
| 278 | + version "7.25.7" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54" |
| 280 | + integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g== |
| 281 | + |
220 | 282 | "@babel/helper-validator-identifier@^7.24.7": |
221 | 283 | version "7.24.7" |
222 | 284 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
223 | 285 | integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
224 | 286 |
|
| 287 | +"@babel/helper-validator-identifier@^7.25.7": |
| 288 | + version "7.25.7" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" |
| 290 | + integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg== |
| 291 | + |
225 | 292 | "@babel/helper-validator-option@^7.24.8": |
226 | 293 | version "7.24.8" |
227 | 294 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" |
|
254 | 321 | js-tokens "^4.0.0" |
255 | 322 | picocolors "^1.0.0" |
256 | 323 |
|
| 324 | +"@babel/highlight@^7.25.7": |
| 325 | + version "7.25.7" |
| 326 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5" |
| 327 | + integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw== |
| 328 | + dependencies: |
| 329 | + "@babel/helper-validator-identifier" "^7.25.7" |
| 330 | + chalk "^2.4.2" |
| 331 | + js-tokens "^4.0.0" |
| 332 | + picocolors "^1.0.0" |
| 333 | + |
257 | 334 | "@babel/parser@^7.25.0", "@babel/parser@^7.25.6", "@babel/parser@^7.4.5": |
258 | 335 | version "7.25.6" |
259 | 336 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f" |
260 | 337 | integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q== |
261 | 338 | dependencies: |
262 | 339 | "@babel/types" "^7.25.6" |
263 | 340 |
|
| 341 | +"@babel/parser@^7.25.7": |
| 342 | + version "7.25.8" |
| 343 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2" |
| 344 | + integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ== |
| 345 | + dependencies: |
| 346 | + "@babel/types" "^7.25.8" |
| 347 | + |
264 | 348 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
265 | 349 | version "7.25.3" |
266 | 350 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f" |
|
309 | 393 | "@babel/helper-plugin-utils" "^7.18.6" |
310 | 394 |
|
311 | 395 | "@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.7": |
312 | | - version "7.24.7" |
313 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz#7e2dcfeda4a42596b57c4c9de1f5176bbfc532e3" |
314 | | - integrity sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ== |
| 396 | + version "7.25.7" |
| 397 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.7.tgz#dabfd82df5dff3a8fc61a434233bf8227c88402c" |
| 398 | + integrity sha512-q1mqqqH0e1lhmsEQHV5U8OmdueBC2y0RFr2oUzZoFRtN3MvPmt2fsFRcNQAoGLTSNdHBFUYGnlgcRFhkBbKjPw== |
315 | 399 | dependencies: |
316 | | - "@babel/helper-create-class-features-plugin" "^7.24.7" |
317 | | - "@babel/helper-plugin-utils" "^7.24.7" |
318 | | - "@babel/plugin-syntax-decorators" "^7.24.7" |
| 400 | + "@babel/helper-create-class-features-plugin" "^7.25.7" |
| 401 | + "@babel/helper-plugin-utils" "^7.25.7" |
| 402 | + "@babel/plugin-syntax-decorators" "^7.25.7" |
319 | 403 |
|
320 | 404 | "@babel/plugin-proposal-private-methods@^7.16.5", "@babel/plugin-proposal-private-methods@^7.16.7": |
321 | 405 | version "7.18.6" |
|
361 | 445 | dependencies: |
362 | 446 | "@babel/helper-plugin-utils" "^7.14.5" |
363 | 447 |
|
364 | | -"@babel/plugin-syntax-decorators@^7.16.7", "@babel/plugin-syntax-decorators@^7.23.3", "@babel/plugin-syntax-decorators@^7.24.7": |
365 | | - version "7.24.7" |
366 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz#e4f8a0a8778ccec669611cd5aed1ed8e6e3a6fcf" |
367 | | - integrity sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ== |
| 448 | +"@babel/plugin-syntax-decorators@^7.16.7", "@babel/plugin-syntax-decorators@^7.23.3", "@babel/plugin-syntax-decorators@^7.25.7": |
| 449 | + version "7.25.7" |
| 450 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.7.tgz#cf26fdde4e750688e133c0e33ead2506377e88f7" |
| 451 | + integrity sha512-oXduHo642ZhstLVYTe2z2GSJIruU0c/W3/Ghr6A5yGMsVrvdnxO1z+3pbTcT7f3/Clnt+1z8D/w1r1f1SHaCHw== |
368 | 452 | dependencies: |
369 | | - "@babel/helper-plugin-utils" "^7.24.7" |
| 453 | + "@babel/helper-plugin-utils" "^7.25.7" |
370 | 454 |
|
371 | 455 | "@babel/plugin-syntax-dynamic-import@^7.8.3": |
372 | 456 | version "7.8.3" |
|
1048 | 1132 | "@babel/parser" "^7.25.0" |
1049 | 1133 | "@babel/types" "^7.25.0" |
1050 | 1134 |
|
| 1135 | +"@babel/template@^7.25.7": |
| 1136 | + version "7.25.7" |
| 1137 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769" |
| 1138 | + integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA== |
| 1139 | + dependencies: |
| 1140 | + "@babel/code-frame" "^7.25.7" |
| 1141 | + "@babel/parser" "^7.25.7" |
| 1142 | + "@babel/types" "^7.25.7" |
| 1143 | + |
1051 | 1144 | "@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", "@babel/traverse@^7.25.4", "@babel/traverse@^7.4.5": |
1052 | 1145 | version "7.25.6" |
1053 | 1146 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41" |
|
1061 | 1154 | debug "^4.3.1" |
1062 | 1155 | globals "^11.1.0" |
1063 | 1156 |
|
| 1157 | +"@babel/traverse@^7.25.7": |
| 1158 | + version "7.25.7" |
| 1159 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8" |
| 1160 | + integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg== |
| 1161 | + dependencies: |
| 1162 | + "@babel/code-frame" "^7.25.7" |
| 1163 | + "@babel/generator" "^7.25.7" |
| 1164 | + "@babel/parser" "^7.25.7" |
| 1165 | + "@babel/template" "^7.25.7" |
| 1166 | + "@babel/types" "^7.25.7" |
| 1167 | + debug "^4.3.1" |
| 1168 | + globals "^11.1.0" |
| 1169 | + |
1064 | 1170 | "@babel/types@^7.12.13", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.25.6", "@babel/types@^7.4.4", "@babel/types@^7.7.2": |
1065 | 1171 | version "7.25.6" |
1066 | 1172 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6" |
|
1070 | 1176 | "@babel/helper-validator-identifier" "^7.24.7" |
1071 | 1177 | to-fast-properties "^2.0.0" |
1072 | 1178 |
|
| 1179 | +"@babel/types@^7.25.7", "@babel/types@^7.25.8": |
| 1180 | + version "7.25.8" |
| 1181 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1" |
| 1182 | + integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg== |
| 1183 | + dependencies: |
| 1184 | + "@babel/helper-string-parser" "^7.25.7" |
| 1185 | + "@babel/helper-validator-identifier" "^7.25.7" |
| 1186 | + to-fast-properties "^2.0.0" |
| 1187 | + |
1073 | 1188 | "@cnakazawa/watch@^1.0.3": |
1074 | 1189 | version "1.0.4" |
1075 | 1190 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
@@ -9783,6 +9898,11 @@ jsesc@^2.5.1: |
9783 | 9898 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
9784 | 9899 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
9785 | 9900 |
|
| 9901 | +jsesc@^3.0.2: |
| 9902 | + version "3.0.2" |
| 9903 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" |
| 9904 | + integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== |
| 9905 | + |
9786 | 9906 | jsesc@~0.5.0: |
9787 | 9907 | version "0.5.0" |
9788 | 9908 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" |
|
0 commit comments