|
10 | 10 | esutils "^2.0.2" |
11 | 11 | js-tokens "^3.0.0" |
12 | 12 |
|
| 13 | +"@eslint-community/eslint-utils@^4.7.0": |
| 14 | + version "4.9.0" |
| 15 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3" |
| 16 | + integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g== |
| 17 | + dependencies: |
| 18 | + eslint-visitor-keys "^3.4.3" |
| 19 | + |
13 | 20 | "@nuxtjs/icon@^2.0.2": |
14 | 21 | version "2.0.2" |
15 | 22 | resolved "https://registry.yarnpkg.com/@nuxtjs/icon/-/icon-2.0.2.tgz#a560ea96644e575c2a51ae320aa31af025c4e2ad" |
|
51 | 58 | mustache "^2.3.0" |
52 | 59 | stack-trace "0.0.10" |
53 | 60 |
|
| 61 | +"@typescript-eslint/[email protected]": |
| 62 | + version "8.48.0" |
| 63 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.48.0.tgz#c21f6f897fbc4e61c7b1e20906ea1d59594ccc2d" |
| 64 | + integrity sha512-Ne4CTZyRh1BecBf84siv42wv5vQvVmgtk8AuiEffKTUo3DrBaGYZueJSxxBZ8fjk/N3DrgChH4TOdIOwOwiqqw== |
| 65 | + dependencies: |
| 66 | + "@typescript-eslint/tsconfig-utils" "^8.48.0" |
| 67 | + "@typescript-eslint/types" "^8.48.0" |
| 68 | + debug "^4.3.4" |
| 69 | + |
| 70 | +"@typescript-eslint/[email protected]": |
| 71 | + version "8.48.0" |
| 72 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.48.0.tgz#8306afdf409364d4e434813f0df9a8557ddff751" |
| 73 | + integrity sha512-uGSSsbrtJrLduti0Q1Q9+BF1/iFKaxGoQwjWOIVNJv0o6omrdyR8ct37m4xIl5Zzpkp69Kkmvom7QFTtue89YQ== |
| 74 | + dependencies: |
| 75 | + "@typescript-eslint/types" "8.48.0" |
| 76 | + "@typescript-eslint/visitor-keys" "8.48.0" |
| 77 | + |
| 78 | +"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.48.0": |
| 79 | + version "8.48.0" |
| 80 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.0.tgz#05cf091cd9f24a8e047783ff979136df6cf1be04" |
| 81 | + integrity sha512-WNebjBdFdyu10sR1M4OXTt2OkMd5KWIL+LLfeH9KhgP+jzfDV/LI3eXzwJ1s9+Yc0Kzo2fQCdY/OpdusCMmh6w== |
| 82 | + |
| 83 | +"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.48.0": |
| 84 | + version "8.48.0" |
| 85 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.0.tgz#f0dc5cf27217346e9b0d90556911e01d90d0f2a5" |
| 86 | + integrity sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA== |
| 87 | + |
| 88 | +"@typescript-eslint/[email protected]": |
| 89 | + version "8.48.0" |
| 90 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.0.tgz#38b340524ce34ce0e46ca541a86cf6cad8872e5b" |
| 91 | + integrity sha512-ljHab1CSO4rGrQIAyizUS6UGHHCiAYhbfcIZ1zVJr5nMryxlXMVWS3duFPSKvSUbFPwkXMFk1k0EMIjub4sRRQ== |
| 92 | + dependencies: |
| 93 | + "@typescript-eslint/project-service" "8.48.0" |
| 94 | + "@typescript-eslint/tsconfig-utils" "8.48.0" |
| 95 | + "@typescript-eslint/types" "8.48.0" |
| 96 | + "@typescript-eslint/visitor-keys" "8.48.0" |
| 97 | + debug "^4.3.4" |
| 98 | + minimatch "^9.0.4" |
| 99 | + semver "^7.6.0" |
| 100 | + tinyglobby "^0.2.15" |
| 101 | + ts-api-utils "^2.1.0" |
| 102 | + |
| 103 | +"@typescript-eslint/utils@^8.0.0": |
| 104 | + version "8.48.0" |
| 105 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.48.0.tgz#c1196befb664f50be10692c781c7fc7624c1a5f9" |
| 106 | + integrity sha512-yTJO1XuGxCsSfIVt1+1UrLHtue8xz16V8apzPYI06W0HbEbEWHxHXgZaAgavIkoh+GeV6hKKd5jm0sS6OYxWXQ== |
| 107 | + dependencies: |
| 108 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 109 | + "@typescript-eslint/scope-manager" "8.48.0" |
| 110 | + "@typescript-eslint/types" "8.48.0" |
| 111 | + "@typescript-eslint/typescript-estree" "8.48.0" |
| 112 | + |
| 113 | +"@typescript-eslint/[email protected]": |
| 114 | + version "8.48.0" |
| 115 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.0.tgz#6b07ef5661a85d08b01fbe4b8310a7311a6471af" |
| 116 | + integrity sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg== |
| 117 | + dependencies: |
| 118 | + "@typescript-eslint/types" "8.48.0" |
| 119 | + eslint-visitor-keys "^4.2.1" |
| 120 | + |
54 | 121 | JSONStream@^1.0.4: |
55 | 122 | version "1.3.2" |
56 | 123 | resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.2.tgz#c102371b6ec3a7cf3b847ca00c20bb0fce4c6dea" |
@@ -1068,6 +1135,13 @@ brace-expansion@^1.1.7: |
1068 | 1135 | balanced-match "^1.0.0" |
1069 | 1136 | concat-map "0.0.1" |
1070 | 1137 |
|
| 1138 | +brace-expansion@^2.0.1: |
| 1139 | + version "2.0.2" |
| 1140 | + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" |
| 1141 | + integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== |
| 1142 | + dependencies: |
| 1143 | + balanced-match "^1.0.0" |
| 1144 | + |
1071 | 1145 | braces@^1.8.2: |
1072 | 1146 | version "1.8.5" |
1073 | 1147 | resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" |
@@ -2072,6 +2146,13 @@ debug@^3.1.0: |
2072 | 2146 | dependencies: |
2073 | 2147 | ms "2.0.0" |
2074 | 2148 |
|
| 2149 | +debug@^4.3.4: |
| 2150 | + version "4.4.3" |
| 2151 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" |
| 2152 | + integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== |
| 2153 | + dependencies: |
| 2154 | + ms "^2.1.3" |
| 2155 | + |
2075 | 2156 | decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: |
2076 | 2157 | version "1.2.0" |
2077 | 2158 | resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" |
@@ -2499,9 +2580,12 @@ eslint-plugin-import@latest: |
2499 | 2580 | minimatch "^3.0.3" |
2500 | 2581 | read-pkg-up "^2.0.0" |
2501 | 2582 |
|
2502 | | -eslint-plugin-jest@^21.8.0: |
2503 | | - version "21.8.0" |
2504 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.8.0.tgz#4f3155e2898c1efb0ce548f3e084e07db5e21c07" |
| 2583 | +eslint-plugin-jest@^29.2.1: |
| 2584 | + version "29.2.1" |
| 2585 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.2.1.tgz#e56c5f79b6475dafa551ce8e762ac25d4bd21ea4" |
| 2586 | + integrity sha512-0WLIezrIxitUGbjMIGwznVzSIp0uFJV0PZ2fiSvpyVcxe+QMXKUt7MRhUpzdbctnnLwiOTOFkACplgB0wAglFw== |
| 2587 | + dependencies: |
| 2588 | + "@typescript-eslint/utils" "^8.0.0" |
2505 | 2589 |
|
2506 | 2590 | eslint-plugin-node@^6.0.0: |
2507 | 2591 | version "6.0.0" |
@@ -2537,6 +2621,16 @@ eslint-visitor-keys@^1.0.0: |
2537 | 2621 | version "1.0.0" |
2538 | 2622 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" |
2539 | 2623 |
|
| 2624 | +eslint-visitor-keys@^3.4.3: |
| 2625 | + version "3.4.3" |
| 2626 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" |
| 2627 | + integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
| 2628 | + |
| 2629 | +eslint-visitor-keys@^4.2.1: |
| 2630 | + version "4.2.1" |
| 2631 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
| 2632 | + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
| 2633 | + |
2540 | 2634 | eslint@^4.17.0: |
2541 | 2635 | version "4.17.0" |
2542 | 2636 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.17.0.tgz#dc24bb51ede48df629be7031c71d9dc0ee4f3ddf" |
@@ -2820,6 +2914,11 @@ fb-watchman@^2.0.0: |
2820 | 2914 | dependencies: |
2821 | 2915 | bser "^2.0.0" |
2822 | 2916 |
|
| 2917 | +fdir@^6.5.0: |
| 2918 | + version "6.5.0" |
| 2919 | + resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350" |
| 2920 | + integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg== |
| 2921 | + |
2823 | 2922 | figures@^1.5.0: |
2824 | 2923 | version "1.7.0" |
2825 | 2924 | resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" |
@@ -4776,6 +4875,13 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4: |
4776 | 4875 | dependencies: |
4777 | 4876 | brace-expansion "^1.1.7" |
4778 | 4877 |
|
| 4878 | +minimatch@^9.0.4: |
| 4879 | + version "9.0.5" |
| 4880 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 4881 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 4882 | + dependencies: |
| 4883 | + brace-expansion "^2.0.1" |
| 4884 | + |
4779 | 4885 | |
4780 | 4886 | version "0.0.8" |
4781 | 4887 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" |
|
4835 | 4941 | version "2.0.0" |
4836 | 4942 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" |
4837 | 4943 |
|
| 4944 | +ms@^2.1.3: |
| 4945 | + version "2.1.3" |
| 4946 | + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
| 4947 | + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== |
| 4948 | + |
4838 | 4949 | mustache@^2.3.0: |
4839 | 4950 | version "2.3.0" |
4840 | 4951 | resolved "https://registry.yarnpkg.com/mustache/-/mustache-2.3.0.tgz#4028f7778b17708a489930a6e52ac3bca0da41d0" |
@@ -5409,6 +5520,11 @@ performance-now@^2.1.0: |
5409 | 5520 | version "2.1.0" |
5410 | 5521 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" |
5411 | 5522 |
|
| 5523 | +picomatch@^4.0.3: |
| 5524 | + version "4.0.3" |
| 5525 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042" |
| 5526 | + integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q== |
| 5527 | + |
5412 | 5528 | pify@^2.0.0, pify@^2.3.0: |
5413 | 5529 | version "2.3.0" |
5414 | 5530 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" |
@@ -6608,6 +6724,11 @@ schema-utils@^0.4.0, schema-utils@^0.4.2: |
6608 | 6724 | version "5.5.0" |
6609 | 6725 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" |
6610 | 6726 |
|
| 6727 | +semver@^7.6.0: |
| 6728 | + version "7.7.3" |
| 6729 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946" |
| 6730 | + integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== |
| 6731 | + |
6611 | 6732 | |
6612 | 6733 | version "0.16.1" |
6613 | 6734 | resolved "https://registry.yarnpkg.com/send/-/send-0.16.1.tgz#a70e1ca21d1382c11d0d9f6231deb281080d7ab3" |
@@ -7209,6 +7330,14 @@ tinycolor2@^1.1.2: |
7209 | 7330 | version "1.4.1" |
7210 | 7331 | resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8" |
7211 | 7332 |
|
| 7333 | +tinyglobby@^0.2.15: |
| 7334 | + version "0.2.15" |
| 7335 | + resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2" |
| 7336 | + integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ== |
| 7337 | + dependencies: |
| 7338 | + fdir "^6.5.0" |
| 7339 | + picomatch "^4.0.3" |
| 7340 | + |
7212 | 7341 | tmp@^0.0.33: |
7213 | 7342 | version "0.0.33" |
7214 | 7343 | resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" |
@@ -7284,6 +7413,11 @@ tryer@^1.0.0: |
7284 | 7413 | version "1.0.0" |
7285 | 7414 | resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.0.tgz#027b69fa823225e551cace3ef03b11f6ab37c1d7" |
7286 | 7415 |
|
| 7416 | +ts-api-utils@^2.1.0: |
| 7417 | + version "2.1.0" |
| 7418 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 7419 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
| 7420 | + |
7287 | 7421 | |
7288 | 7422 | version "0.0.0" |
7289 | 7423 | resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" |
|
0 commit comments