|
233 | 233 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
|
234 | 234 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
235 | 235 |
|
| 236 | +"@babel/helper-string-parser@^7.25.9": |
| 237 | + version "7.25.9" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 239 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 240 | + |
236 | 241 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
237 | 242 | version "7.19.1"
|
238 | 243 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
|
239 | 244 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
240 | 245 |
|
| 246 | +"@babel/helper-validator-identifier@^7.25.9": |
| 247 | + version "7.25.9" |
| 248 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 249 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 250 | + |
241 | 251 | "@babel/helper-validator-option@^7.18.6":
|
242 | 252 | version "7.18.6"
|
243 | 253 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
|
|
271 | 281 | chalk "^2.0.0"
|
272 | 282 | js-tokens "^4.0.0"
|
273 | 283 |
|
274 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
275 |
| - version "7.20.5" |
276 |
| - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz" |
277 |
| - integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
278 |
| - |
279 |
| -"@babel/parser@^7.23.5": |
280 |
| - version "7.23.6" |
281 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" |
282 |
| - integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== |
| 284 | +"@babel/parser@^7.1.0", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.23.5", "@babel/parser@^7.25.3", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
| 285 | + version "7.26.5" |
| 286 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.5.tgz#6fec9aebddef25ca57a935c86dbb915ae2da3e1f" |
| 287 | + integrity sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw== |
| 288 | + dependencies: |
| 289 | + "@babel/types" "^7.26.5" |
283 | 290 |
|
284 | 291 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
285 | 292 | version "7.18.6"
|
|
951 | 958 | "@babel/helper-validator-identifier" "^7.19.1"
|
952 | 959 | to-fast-properties "^2.0.0"
|
953 | 960 |
|
| 961 | +"@babel/types@^7.26.5": |
| 962 | + version "7.26.5" |
| 963 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747" |
| 964 | + integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg== |
| 965 | + dependencies: |
| 966 | + "@babel/helper-string-parser" "^7.25.9" |
| 967 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 968 | + |
954 | 969 | "@cnakazawa/watch@^1.0.3":
|
955 | 970 | version "1.0.4"
|
956 | 971 | resolved "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz"
|
|
1375 | 1390 | resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz"
|
1376 | 1391 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
1377 | 1392 |
|
1378 |
| -"@jridgewell/sourcemap-codec@^1.4.15": |
1379 |
| - version "1.4.15" |
1380 |
| - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
1381 |
| - integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1393 | +"@jridgewell/sourcemap-codec@^1.5.0": |
| 1394 | + version "1.5.0" |
| 1395 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" |
| 1396 | + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== |
1382 | 1397 |
|
1383 | 1398 |
|
1384 | 1399 | version "0.3.9"
|
|
2432 | 2447 | estree-walker "^2.0.2"
|
2433 | 2448 | source-map-js "^1.0.2"
|
2434 | 2449 |
|
| 2450 | + |
| 2451 | + version "3.5.13" |
| 2452 | + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz#b0ae6c4347f60c03e849a05d34e5bf747c9bda05" |
| 2453 | + integrity sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q== |
| 2454 | + dependencies: |
| 2455 | + "@babel/parser" "^7.25.3" |
| 2456 | + "@vue/shared" "3.5.13" |
| 2457 | + entities "^4.5.0" |
| 2458 | + estree-walker "^2.0.2" |
| 2459 | + source-map-js "^1.2.0" |
| 2460 | + |
2435 | 2461 |
|
2436 | 2462 | version "3.3.12"
|
2437 | 2463 | resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.3.12.tgz#267c54b388d58f30fc120ea496ebf27d4ea8368b"
|
|
2440 | 2466 | "@vue/compiler-core" "3.3.12"
|
2441 | 2467 | "@vue/shared" "3.3.12"
|
2442 | 2468 |
|
2443 |
| -"@vue/ [email protected]", "@vue/compiler-sfc@^3.2.47": |
| 2469 | + |
| 2470 | + version "3.5.13" |
| 2471 | + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz#bb1b8758dbc542b3658dda973b98a1c9311a8a58" |
| 2472 | + integrity sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA== |
| 2473 | + dependencies: |
| 2474 | + "@vue/compiler-core" "3.5.13" |
| 2475 | + "@vue/shared" "3.5.13" |
| 2476 | + |
| 2477 | + |
2444 | 2478 | version "3.3.12"
|
2445 | 2479 | resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.3.12.tgz#6ec2c19858f264671457699c1f3a0a6fedf429fe"
|
2446 | 2480 | integrity sha512-yy5b9e7b79dsGbMmglCe/YnhCQgBkHO7Uf6JfjWPSf2/5XH+MKn18LhzhHyxbHdJgnA4lZCqtXzLaJz8Pd8lMw==
|
|
2456 | 2490 | postcss "^8.4.32"
|
2457 | 2491 | source-map-js "^1.0.2"
|
2458 | 2492 |
|
| 2493 | +"@vue/compiler-sfc@^3.5.13": |
| 2494 | + version "3.5.13" |
| 2495 | + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz#461f8bd343b5c06fac4189c4fef8af32dea82b46" |
| 2496 | + integrity sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ== |
| 2497 | + dependencies: |
| 2498 | + "@babel/parser" "^7.25.3" |
| 2499 | + "@vue/compiler-core" "3.5.13" |
| 2500 | + "@vue/compiler-dom" "3.5.13" |
| 2501 | + "@vue/compiler-ssr" "3.5.13" |
| 2502 | + "@vue/shared" "3.5.13" |
| 2503 | + estree-walker "^2.0.2" |
| 2504 | + magic-string "^0.30.11" |
| 2505 | + postcss "^8.4.48" |
| 2506 | + source-map-js "^1.2.0" |
| 2507 | + |
2459 | 2508 |
|
2460 | 2509 | version "3.3.12"
|
2461 | 2510 | resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.3.12.tgz#e62499c6003ccd09acb7190167d08845e3a0eaa5"
|
|
2464 | 2513 | "@vue/compiler-dom" "3.3.12"
|
2465 | 2514 | "@vue/shared" "3.3.12"
|
2466 | 2515 |
|
| 2516 | + |
| 2517 | + version "3.5.13" |
| 2518 | + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz#e771adcca6d3d000f91a4277c972a996d07f43ba" |
| 2519 | + integrity sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA== |
| 2520 | + dependencies: |
| 2521 | + "@vue/compiler-dom" "3.5.13" |
| 2522 | + "@vue/shared" "3.5.13" |
| 2523 | + |
2467 | 2524 | "@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.1.2":
|
2468 | 2525 | version "3.3.0"
|
2469 | 2526 | resolved "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz"
|
|
2542 | 2599 | resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.3.12.tgz#7c030c4e2f1db8beb638b159cbb86d0ff78c3198"
|
2543 | 2600 | integrity sha512-6p0Yin0pclvnER7BLNOQuod9Z+cxSYh8pSh7CzHnWNjAIP6zrTlCdHRvSCb1aYEx6i3Q3kvfuWU7nG16CgG1ag==
|
2544 | 2601 |
|
| 2602 | + |
| 2603 | + version "3.5.13" |
| 2604 | + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f" |
| 2605 | + integrity sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ== |
| 2606 | + |
2545 | 2607 | "@vue/test-utils@^2.4.5":
|
2546 | 2608 | version "2.4.5"
|
2547 | 2609 | resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.4.5.tgz#010aa4debe6602d83dc75f233b397092742105a2"
|
@@ -5514,6 +5576,11 @@ entities@^2.0.0:
|
5514 | 5576 | resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz"
|
5515 | 5577 | integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
|
5516 | 5578 |
|
| 5579 | +entities@^4.5.0: |
| 5580 | + version "4.5.0" |
| 5581 | + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" |
| 5582 | + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== |
| 5583 | + |
5517 | 5584 | env-ci@^5.0.0:
|
5518 | 5585 | version "5.5.0"
|
5519 | 5586 | resolved "https://registry.npmjs.org/env-ci/-/env-ci-5.5.0.tgz"
|
@@ -9138,12 +9205,12 @@ lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
|
9138 | 9205 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
|
9139 | 9206 | integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
|
9140 | 9207 |
|
9141 |
| -magic-string@^0.30.5: |
9142 |
| - version "0.30.5" |
9143 |
| - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9" |
9144 |
| - integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA== |
| 9208 | +magic-string@^0.30.11, magic-string@^0.30.5: |
| 9209 | + version "0.30.17" |
| 9210 | + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.17.tgz#450a449673d2460e5bbcfba9a61916a1714c7453" |
| 9211 | + integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA== |
9145 | 9212 | dependencies:
|
9146 |
| - "@jridgewell/sourcemap-codec" "^1.4.15" |
| 9213 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
9147 | 9214 |
|
9148 | 9215 | make-dir@^2.0.0, make-dir@^2.1.0:
|
9149 | 9216 | version "2.1.0"
|
@@ -10658,6 +10725,11 @@ picocolors@^1.0.0:
|
10658 | 10725 | resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
|
10659 | 10726 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
10660 | 10727 |
|
| 10728 | +picocolors@^1.1.1: |
| 10729 | + version "1.1.1" |
| 10730 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 10731 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 10732 | + |
10661 | 10733 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
10662 | 10734 | version "2.3.1"
|
10663 | 10735 | resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
|
@@ -11082,14 +11154,14 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.3
|
11082 | 11154 | picocolors "^0.2.1"
|
11083 | 11155 | source-map "^0.6.1"
|
11084 | 11156 |
|
11085 |
| -postcss@^8.4.32: |
11086 |
| - version "8.4.32" |
11087 |
| - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9" |
11088 |
| - integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw== |
| 11157 | +postcss@^8.4.32, postcss@^8.4.48: |
| 11158 | + version "8.4.49" |
| 11159 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19" |
| 11160 | + integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA== |
11089 | 11161 | dependencies:
|
11090 | 11162 | nanoid "^3.3.7"
|
11091 |
| - picocolors "^1.0.0" |
11092 |
| - source-map-js "^1.0.2" |
| 11163 | + picocolors "^1.1.1" |
| 11164 | + source-map-js "^1.2.1" |
11093 | 11165 |
|
11094 | 11166 | prelude-ls@~1.1.2:
|
11095 | 11167 | version "1.1.2"
|
@@ -12345,10 +12417,10 @@ source-list-map@^2.0.0:
|
12345 | 12417 | resolved "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz"
|
12346 | 12418 | integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
12347 | 12419 |
|
12348 |
| -"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2: |
12349 |
| - version "1.0.2" |
12350 |
| - resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" |
12351 |
| - integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== |
| 12420 | +"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2, source-map-js@^1.2.0, source-map-js@^1.2.1: |
| 12421 | + version "1.2.1" |
| 12422 | + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" |
| 12423 | + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== |
12352 | 12424 |
|
12353 | 12425 | source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
|
12354 | 12426 | version "0.5.3"
|
|
0 commit comments