|
64 | 64 | "@jridgewell/trace-mapping" "^0.3.17"
|
65 | 65 | jsesc "^2.5.1"
|
66 | 66 |
|
| 67 | +"@babel/generator@^7.23.0": |
| 68 | + version "7.23.0" |
| 69 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 70 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 71 | + dependencies: |
| 72 | + "@babel/types" "^7.23.0" |
| 73 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 74 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 75 | + jsesc "^2.5.1" |
| 76 | + |
67 | 77 | "@babel/helper-compilation-targets@^7.22.15":
|
68 | 78 | version "7.22.15"
|
69 | 79 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
|
|
80 | 90 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
|
81 | 91 | integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
|
82 | 92 |
|
83 |
| -"@babel/helper-function-name@^7.22.5": |
84 |
| - version "7.22.5" |
85 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
86 |
| - integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
| 93 | +"@babel/helper-function-name@^7.23.0": |
| 94 | + version "7.23.0" |
| 95 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 96 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
87 | 97 | dependencies:
|
88 |
| - "@babel/template" "^7.22.5" |
89 |
| - "@babel/types" "^7.22.5" |
| 98 | + "@babel/template" "^7.22.15" |
| 99 | + "@babel/types" "^7.23.0" |
90 | 100 |
|
91 | 101 | "@babel/helper-hoist-variables@^7.22.5":
|
92 | 102 | version "7.22.5"
|
|
170 | 180 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
171 | 181 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
172 | 182 |
|
| 183 | +"@babel/parser@^7.23.0": |
| 184 | + version "7.23.0" |
| 185 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 186 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 187 | + |
173 | 188 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
174 | 189 | version "7.8.4"
|
175 | 190 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
275 | 290 | dependencies:
|
276 | 291 | regenerator-runtime "^0.14.0"
|
277 | 292 |
|
278 |
| -"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3": |
| 293 | +"@babel/template@^7.22.15", "@babel/template@^7.3.3": |
279 | 294 | version "7.22.15"
|
280 | 295 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
|
281 | 296 | integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
|
|
285 | 300 | "@babel/types" "^7.22.15"
|
286 | 301 |
|
287 | 302 | "@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20":
|
288 |
| - version "7.22.20" |
289 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
290 |
| - integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
| 303 | + version "7.23.2" |
| 304 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 305 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
291 | 306 | dependencies:
|
292 | 307 | "@babel/code-frame" "^7.22.13"
|
293 |
| - "@babel/generator" "^7.22.15" |
| 308 | + "@babel/generator" "^7.23.0" |
294 | 309 | "@babel/helper-environment-visitor" "^7.22.20"
|
295 |
| - "@babel/helper-function-name" "^7.22.5" |
| 310 | + "@babel/helper-function-name" "^7.23.0" |
296 | 311 | "@babel/helper-hoist-variables" "^7.22.5"
|
297 | 312 | "@babel/helper-split-export-declaration" "^7.22.6"
|
298 |
| - "@babel/parser" "^7.22.16" |
299 |
| - "@babel/types" "^7.22.19" |
| 313 | + "@babel/parser" "^7.23.0" |
| 314 | + "@babel/types" "^7.23.0" |
300 | 315 | debug "^4.1.0"
|
301 | 316 | globals "^11.1.0"
|
302 | 317 |
|
|
309 | 324 | "@babel/helper-validator-identifier" "^7.22.19"
|
310 | 325 | to-fast-properties "^2.0.0"
|
311 | 326 |
|
| 327 | +"@babel/types@^7.23.0": |
| 328 | + version "7.23.0" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 330 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 331 | + dependencies: |
| 332 | + "@babel/helper-string-parser" "^7.22.5" |
| 333 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 334 | + to-fast-properties "^2.0.0" |
| 335 | + |
312 | 336 | "@bcoe/v8-coverage@^0.2.3":
|
313 | 337 | version "0.2.3"
|
314 | 338 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments