From b0e25f3c0071752326610cc546d1e0a576ff5282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:51:26 +0000 Subject: [PATCH] chore(deps): update npm (development) (#2518) --- frontend/package.json | 6 +- package-lock.json | 435 +++++++++++++++++----------------- package.json | 2 +- packages/configs/package.json | 12 +- 4 files changed, 228 insertions(+), 227 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index b5f24ab23f6..fd02851c605 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,7 @@ "vuetify": "3.7.4" }, "devDependencies": { - "@iconify/json": "2.2.277", + "@iconify/json": "2.2.279", "@intlify/unplugin-vue-i18n": "4.0.0", "@jellyfin-vue/configs": "*", "@jellyfin-vue/vite-plugins": "*", @@ -56,8 +56,8 @@ "@vitejs/plugin-vue": "5.2.1", "browserslist": "4.24.2", "lightningcss": "1.28.2", - "unocss": "0.64.1", - "unplugin-icons": "0.20.2", + "unocss": "0.65.0", + "unplugin-icons": "0.21.0", "unplugin-vue-components": "0.27.5", "unplugin-vue-router": "0.10.8", "vite": "6.0.1", diff --git a/package-lock.json b/package-lock.json index 21eed5aaae6..92393c411f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@eslint/config-inspector": "0.5.6", "@types/node": "22.10.1", - "eslint": "9.15.0", + "eslint": "9.16.0", "jiti": "2.4.1", "type-fest": "4.30.0", "typescript": "5.7.2", @@ -57,7 +57,7 @@ "vuetify": "3.7.4" }, "devDependencies": { - "@iconify/json": "2.2.277", + "@iconify/json": "2.2.279", "@intlify/unplugin-vue-i18n": "4.0.0", "@jellyfin-vue/configs": "*", "@jellyfin-vue/vite-plugins": "*", @@ -66,8 +66,8 @@ "@vitejs/plugin-vue": "5.2.1", "browserslist": "4.24.2", "lightningcss": "1.28.2", - "unocss": "0.64.1", - "unplugin-icons": "0.20.2", + "unocss": "0.65.0", + "unplugin-icons": "0.21.0", "unplugin-vue-components": "0.27.5", "unplugin-vue-router": "0.10.8", "vite": "6.0.1", @@ -1308,9 +1308,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.15.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.15.0.tgz", - "integrity": "sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==", + "version": "9.16.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz", + "integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==", "dev": true, "license": "MIT", "engines": { @@ -1413,9 +1413,9 @@ } }, "node_modules/@iconify/json": { - "version": "2.2.277", - "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.277.tgz", - "integrity": "sha512-hNBnGD2djNgsdB4Yq5dBhP2CI0PLt+4EamozKSAD+hsbFAzVUN6sMj5FUiBFu8BKUOBIYcrX8ri7C7Qe3K10ew==", + "version": "2.2.279", + "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.279.tgz", + "integrity": "sha512-9HJWOos32Qik+Mg0fTgP/FgoCpswQPAsFAJtGQv7PN3KQ3Dwta5DDfpEj/QSwdNB9xJ/gI+aFhSlULgeah7eFA==", "dev": true, "license": "MIT", "dependencies": { @@ -2377,17 +2377,17 @@ "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.16.0.tgz", - "integrity": "sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz", + "integrity": "sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.16.0", - "@typescript-eslint/type-utils": "8.16.0", - "@typescript-eslint/utils": "8.16.0", - "@typescript-eslint/visitor-keys": "8.16.0", + "@typescript-eslint/scope-manager": "8.17.0", + "@typescript-eslint/type-utils": "8.17.0", + "@typescript-eslint/utils": "8.17.0", + "@typescript-eslint/visitor-keys": "8.17.0", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", @@ -2411,16 +2411,16 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.16.0.tgz", - "integrity": "sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.17.0.tgz", + "integrity": "sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/scope-manager": "8.16.0", - "@typescript-eslint/types": "8.16.0", - "@typescript-eslint/typescript-estree": "8.16.0", - "@typescript-eslint/visitor-keys": "8.16.0", + "@typescript-eslint/scope-manager": "8.17.0", + "@typescript-eslint/types": "8.17.0", + "@typescript-eslint/typescript-estree": "8.17.0", + "@typescript-eslint/visitor-keys": "8.17.0", "debug": "^4.3.4" }, "engines": { @@ -2440,14 +2440,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz", - "integrity": "sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz", + "integrity": "sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.16.0", - "@typescript-eslint/visitor-keys": "8.16.0" + "@typescript-eslint/types": "8.17.0", + "@typescript-eslint/visitor-keys": "8.17.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2458,14 +2458,14 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.16.0.tgz", - "integrity": "sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz", + "integrity": "sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/typescript-estree": "8.16.0", - "@typescript-eslint/utils": "8.16.0", + "@typescript-eslint/typescript-estree": "8.17.0", + "@typescript-eslint/utils": "8.17.0", "debug": "^4.3.4", "ts-api-utils": "^1.3.0" }, @@ -2486,9 +2486,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.16.0.tgz", - "integrity": "sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.17.0.tgz", + "integrity": "sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==", "dev": true, "license": "MIT", "engines": { @@ -2500,14 +2500,14 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz", - "integrity": "sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz", + "integrity": "sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/types": "8.16.0", - "@typescript-eslint/visitor-keys": "8.16.0", + "@typescript-eslint/types": "8.17.0", + "@typescript-eslint/visitor-keys": "8.17.0", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -2529,16 +2529,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.16.0.tgz", - "integrity": "sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.17.0.tgz", + "integrity": "sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.16.0", - "@typescript-eslint/types": "8.16.0", - "@typescript-eslint/typescript-estree": "8.16.0" + "@typescript-eslint/scope-manager": "8.17.0", + "@typescript-eslint/types": "8.17.0", + "@typescript-eslint/typescript-estree": "8.17.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2557,13 +2557,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz", - "integrity": "sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz", + "integrity": "sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.16.0", + "@typescript-eslint/types": "8.17.0", "eslint-visitor-keys": "^4.2.0" }, "engines": { @@ -2575,21 +2575,21 @@ } }, "node_modules/@unocss/astro": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/astro/-/astro-0.64.1.tgz", - "integrity": "sha512-UBB2nDc3aqBmdcgJHOsnAQaQnbdch4f3CKfV+LTv77D4tPizagUCODwPVTK3CA3leQzVbbUV06uHfo5hsv2PUw==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/astro/-/astro-0.65.0.tgz", + "integrity": "sha512-JyQJBZqX++Hi1fBFJK7OrO37qbBLn+ff72sx2WRKYc5BYn9cbUj4DdfUuyEbqZErfoshykVafBmuQU8AWLR47w==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1", - "@unocss/reset": "0.64.1", - "@unocss/vite": "0.64.1" + "@unocss/core": "0.65.0", + "@unocss/reset": "0.65.0", + "@unocss/vite": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0" + "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0" }, "peerDependenciesMeta": { "vite": { @@ -2598,17 +2598,17 @@ } }, "node_modules/@unocss/cli": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/cli/-/cli-0.64.1.tgz", - "integrity": "sha512-P08Routw1TiCZyvfcveZIQrJi4/agBtWJAMP4NwVgYre7Lgl0jYF4qn9NEpUS4z+Qc5t2U33+4q0xgZpVh4oPw==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/cli/-/cli-0.65.0.tgz", + "integrity": "sha512-sr2tT1zesDjAGiFb9XSUjk35/re6iUVyfSOilAQSFwT9DnD4GDF9b/cHy53z3QJdeVAIWiWecKJIm9M00tyT5A==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.3.0", "@rollup/pluginutils": "^5.1.3", - "@unocss/config": "0.64.1", - "@unocss/core": "0.64.1", - "@unocss/preset-uno": "0.64.1", + "@unocss/config": "0.65.0", + "@unocss/core": "0.65.0", + "@unocss/preset-uno": "0.65.0", "cac": "^6.7.14", "chokidar": "^3.6.0", "colorette": "^2.0.20", @@ -2693,13 +2693,13 @@ } }, "node_modules/@unocss/config": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/config/-/config-0.64.1.tgz", - "integrity": "sha512-uhUfVnRhVsqZrRuFGGFfvvSO9gVUSHgfXOF/u8MnQ/lG1MVyXpx5QykVhjSgSehMfQIFsZ2SID1y7Fd5f8kgLw==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/config/-/config-0.65.0.tgz", + "integrity": "sha512-nprE4G0HfhQD9+lJv6g91p7U47+2IbFnTo+RfTdkn1NDKNptGBYhcYIn1AlyRlS7MOjU3IlyNBG5rfv1vK77mw==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1", + "@unocss/core": "0.65.0", "unconfig": "~0.5.5" }, "engines": { @@ -2710,9 +2710,9 @@ } }, "node_modules/@unocss/core": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/core/-/core-0.64.1.tgz", - "integrity": "sha512-D1ULd70a24/k6kGyHCIijbrrIn9UjFUEBg2R4xKX2/ViQb1k2MIgOs4VS20MkJX6kbZXqqm/zAFHzDhsQGIhBA==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/core/-/core-0.65.0.tgz", + "integrity": "sha512-2QwjMq/bm7lbxk6BTyGblWuTtSfXRuHJSoN1zys53ES+SrVVYA8FVDIpiTQbxENLcXhwwq1OaN3z7zi714n+OA==", "dev": true, "license": "MIT", "funding": { @@ -2720,13 +2720,13 @@ } }, "node_modules/@unocss/eslint-config": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/eslint-config/-/eslint-config-0.64.1.tgz", - "integrity": "sha512-RXvgCNy6Uq5fjncAZxia4fWMshKB1cxpnWM23gdYomXpMFuDwQpVDzl49dhSNcof4qkglgrZGbplvekIJ0ljuQ==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/eslint-config/-/eslint-config-0.65.0.tgz", + "integrity": "sha512-V+NQxuHVnnJy63XfJiDZxmRdYoGpZ+/hA00DPhnSuiG17feMvQjOXOYCADMUu07vNEM7rNIW9ZQUFC7zwPLJ8A==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/eslint-plugin": "0.64.1" + "@unocss/eslint-plugin": "0.65.0" }, "engines": { "node": ">=14" @@ -2736,15 +2736,15 @@ } }, "node_modules/@unocss/eslint-plugin": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/eslint-plugin/-/eslint-plugin-0.64.1.tgz", - "integrity": "sha512-5Q1dI+oKpG1o9CLWukriOFXJZu11VOEpqdx8DbroRzNoJYY4Fq6st132e3L9PcxJtq8o1sX6YnhoVjUKvasRzQ==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/eslint-plugin/-/eslint-plugin-0.65.0.tgz", + "integrity": "sha512-D07LNrFaZmHqVg7uxehU4Fa3gqwPL98mbD8FOW+Rm/qEHHpQ4jcLYgp/renvWJYTN2OuLxBUqFVECoeoDmoJ2w==", "dev": true, "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.12.2", - "@unocss/config": "0.64.1", - "@unocss/core": "0.64.1", + "@unocss/config": "0.65.0", + "@unocss/core": "0.65.0", "magic-string": "^0.30.12", "synckit": "^0.9.2" }, @@ -2756,27 +2756,27 @@ } }, "node_modules/@unocss/extractor-arbitrary-variants": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.64.1.tgz", - "integrity": "sha512-tKtaeZYzSCaH1ASE7Uj45rPX4ApQHYE8eZFfaL3N4ZY0LYrTJPBnaLSRfLRwGD6KLHjoL3+sorywJiS/VVBcFQ==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.65.0.tgz", + "integrity": "sha512-flWxSflswTAQs2FE0Qn5aaZOkOioKf0N3kGV11vRi0tkRtiQOmWJ24Va5ysdC37MeeWvzsOYfVu662ZVE1CQ9w==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1" + "@unocss/core": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/inspector": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/inspector/-/inspector-0.64.1.tgz", - "integrity": "sha512-IDlSxvczxzQso/9aIneQaQ+jVhi8/Wb6uck1pRZm3q71uF3+mhzqEvQojbe1VaKqwUlCmBy2U+M/e8L5dJavlA==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/inspector/-/inspector-0.65.0.tgz", + "integrity": "sha512-/UzXkhHRLB4i+PsXO5lxQlJ/85zFEMMe2iFxLu/ORbn2lINettseqLpMdfdkaDNrqArYVuDcA5WSjsfKNA74HA==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1", - "@unocss/rule-utils": "0.64.1", + "@unocss/core": "0.65.0", + "@unocss/rule-utils": "0.65.0", "gzip-size": "^6.0.0", "sirv": "^2.0.4", "vue-flow-layout": "^0.1.1" @@ -2786,15 +2786,15 @@ } }, "node_modules/@unocss/postcss": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/postcss/-/postcss-0.64.1.tgz", - "integrity": "sha512-tlc5ZFO6xoLhYukSRtKSBaP1SDmAatmHCbbRiH6ElncEQNpjl70raXMKjQWfIuAo8IniUe69ILZC+M60AGPYmA==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/postcss/-/postcss-0.65.0.tgz", + "integrity": "sha512-pJIJvPIkBOZLKxZ2viUvF3kCQEPSt3iVXdhWjXt5SMQuPei0hyNXZhN8hEYPWFA5Jv8njXlsQQQMd/tEEALTHQ==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/config": "0.64.1", - "@unocss/core": "0.64.1", - "@unocss/rule-utils": "0.64.1", + "@unocss/config": "0.65.0", + "@unocss/core": "0.65.0", + "@unocss/rule-utils": "0.65.0", "css-tree": "^3.0.1", "postcss": "^8.4.47", "tinyglobby": "^0.2.10" @@ -2810,27 +2810,27 @@ } }, "node_modules/@unocss/preset-attributify": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/preset-attributify/-/preset-attributify-0.64.1.tgz", - "integrity": "sha512-uxq4iiMZN+/Dy/TAQI/b+mWbHqI7ww/vVJC8tvjdXm9C4SditLb1Wd+Y183nhXI3Pa78wEibK5t8RaDc/fgKPg==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/preset-attributify/-/preset-attributify-0.65.0.tgz", + "integrity": "sha512-xDAvlyWmOY1oGvdqyWdbaunBchOlhYny7+wJyK0j6Tk0UErDD4372Vu4WL95HTZE/dL19nFNdovnYrP6CsLgEw==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1" + "@unocss/core": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/preset-icons": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/preset-icons/-/preset-icons-0.64.1.tgz", - "integrity": "sha512-aQ4hN2NFdJo08pzUYc1FpwTkNUByE7FB51KmRwXclsVKeXFGvFO3YUYeg5IDlTxqCfvFVWZ3q8NhnmpKGkbutw==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/preset-icons/-/preset-icons-0.65.0.tgz", + "integrity": "sha512-zQS7xSBb2Y5ZraARqi6XMFha1z7H0P3tl5HZ6c3nBwwN0FuCbaJnbpdzdgqezcI2V3KctZNiDM3UAT18lSuamQ==", "dev": true, "license": "MIT", "dependencies": { "@iconify/utils": "^2.1.33", - "@unocss/core": "0.64.1", + "@unocss/core": "0.65.0", "ofetch": "^1.4.1" }, "funding": { @@ -2838,68 +2838,68 @@ } }, "node_modules/@unocss/preset-mini": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/preset-mini/-/preset-mini-0.64.1.tgz", - "integrity": "sha512-tl+ciN0elB9eETEVZQrNaMy4NpbLdWDVW7KlmpRZi4Eomf/Ntz+Wctp5V0aBvszo8arEaDiOwsgMxITvx9Ll6Q==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/preset-mini/-/preset-mini-0.65.0.tgz", + "integrity": "sha512-Vc6ESW/Y5WFMc4TWhTmGtvljlzN83oq0RzPxgsB0XTgIIXBTRpf9O/v3y58lPUyJQo13ycafp+2CqtVVPC5zzg==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1", - "@unocss/extractor-arbitrary-variants": "0.64.1", - "@unocss/rule-utils": "0.64.1" + "@unocss/core": "0.65.0", + "@unocss/extractor-arbitrary-variants": "0.65.0", + "@unocss/rule-utils": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/preset-tagify": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/preset-tagify/-/preset-tagify-0.64.1.tgz", - "integrity": "sha512-xBGF7usHIDOMmLEgawpgbOAoNZ8qFZ/mpbRG9tdEjOHJ+rXJuJlZHhwIgwjQiFRCzSRtlsN57/iM37bZNRCEAg==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/preset-tagify/-/preset-tagify-0.65.0.tgz", + "integrity": "sha512-jqwp8bQN2aS+xr61oIH+wzlerp4Yk0uCACqoE04p/AjQnRPTJ65hIcaMhZe1iQZ49W23EIbZUAODvJuiXVxIXA==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1" + "@unocss/core": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/preset-typography": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/preset-typography/-/preset-typography-0.64.1.tgz", - "integrity": "sha512-5L/m0YrtF5P6W4U1DhMfqdKVFbso09TplVHK9udJMvYMaj4HzNNIo6GtpbSm2eCXBzxIYuzAjQ9kLldOXjZS1w==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/preset-typography/-/preset-typography-0.65.0.tgz", + "integrity": "sha512-WUAeRi6C7fSyyg6zOyRbtWwAVIU2lRilUh4+vbaAqmYtQUTrHQnGOjXZpi3WnV1SC3ES4MHDwNenKOtcnL4JkQ==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1", - "@unocss/preset-mini": "0.64.1" + "@unocss/core": "0.65.0", + "@unocss/preset-mini": "0.65.0" } }, "node_modules/@unocss/preset-uno": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/preset-uno/-/preset-uno-0.64.1.tgz", - "integrity": "sha512-9427KmOHsck9mNfOXiCBy43Q9aAI1w15tCBJf2bDMHioJltc6JjW+Mg5DDZWnYelhzpXCYK7zTZtMJ40KxDx+g==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/preset-uno/-/preset-uno-0.65.0.tgz", + "integrity": "sha512-Lsq67rJJ1YoKInwEFsMXMRZUhmxfwQhULPI/A7ghV0Ot/QvCv4hP64QoAReBvkjeV3JgyJJnFb2v4fAfASV8OA==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1", - "@unocss/preset-mini": "0.64.1", - "@unocss/preset-wind": "0.64.1", - "@unocss/rule-utils": "0.64.1" + "@unocss/core": "0.65.0", + "@unocss/preset-mini": "0.65.0", + "@unocss/preset-wind": "0.65.0", + "@unocss/rule-utils": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/preset-web-fonts": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/preset-web-fonts/-/preset-web-fonts-0.64.1.tgz", - "integrity": "sha512-qhc1976bVDMYG+aG5VKvTsKK7K8hMrNnhkCmfKmvdFH7xSj8MB80YxdmiAAcKh3cVk97bh0ej7ym6Lss7I2Idg==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/preset-web-fonts/-/preset-web-fonts-0.65.0.tgz", + "integrity": "sha512-4gChAmET8v0e8nyi98KYmRLIRYhwyHKdwBYZ4rgrKwVhPE59R4TEOhGQdHMOaBLv0j70oUBK40EiFALvvp5yFw==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1", + "@unocss/core": "0.65.0", "ofetch": "^1.4.1" }, "funding": { @@ -2907,24 +2907,24 @@ } }, "node_modules/@unocss/preset-wind": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/preset-wind/-/preset-wind-0.64.1.tgz", - "integrity": "sha512-IpAfsi2tI4elb2uZzc3BSZgbi0axgwgJLPFW0BtZQe4u1J+zrUIOvjCu/2jmiB7LR05IShCyMKIz9Vi4EJm+gQ==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/preset-wind/-/preset-wind-0.65.0.tgz", + "integrity": "sha512-teb1KrIxUY8GAYONsgvICyNcioBqo+NzvXymnxZAuVLEt/i3FPi/SriVOn2cda30vzoU7S+Bi1ML0QtA/O6BLg==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1", - "@unocss/preset-mini": "0.64.1", - "@unocss/rule-utils": "0.64.1" + "@unocss/core": "0.65.0", + "@unocss/preset-mini": "0.65.0", + "@unocss/rule-utils": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/reset": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/reset/-/reset-0.64.1.tgz", - "integrity": "sha512-xx36rWcrIpyvI1l/v+szQLrxWAgsmk6GH85QQ5iE1qccQbL9IlhWHB1KEd3cRbJ1TFeZ2Mzca/qsjg0LU9ZVnA==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/reset/-/reset-0.65.0.tgz", + "integrity": "sha512-S1AxgLKCpatz0zqyYg0koGZ003RLbRdTF03fl1jZMuTqzRRPC1FU+cq7Mqknr22Fn7JXfYQw2oTF+BH207M7Ug==", "dev": true, "license": "MIT", "funding": { @@ -2932,13 +2932,13 @@ } }, "node_modules/@unocss/rule-utils": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/rule-utils/-/rule-utils-0.64.1.tgz", - "integrity": "sha512-h+Du0lezKHmdsEsGQGAtGrwrTrU+Av4eij46UzpzuNWFq0mAouBu8m/lgBI1AcY9B0Jg3EJalkOgA06tAKS8jg==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/rule-utils/-/rule-utils-0.65.0.tgz", + "integrity": "sha512-a9glvClBhyhp7ORsmjViTZRWkXbYiuhGEKqMG83vD8JWI7yrVQ2WyVbHdqCjBpxzprdzY2nYD+cUHk3hS0HUgg==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "^0.64.1", + "@unocss/core": "^0.65.0", "magic-string": "^0.30.12" }, "engines": { @@ -2949,68 +2949,68 @@ } }, "node_modules/@unocss/transformer-attributify-jsx": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.64.1.tgz", - "integrity": "sha512-Zg7rfNheWxJh2G5C0gCctGc6c8NbmI6wqbYjUxUDXEeT+lrZqKeDpTmgcLis7gLqGELFvIqE5R0EpARvjrj9bw==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.65.0.tgz", + "integrity": "sha512-dmmzgGWsXoFuIXn7lqPPFUbgzrWSAlhhpJDy/CChLN1c4mJ89Ni0H6QvDyDvB/V8TihsdwVoFuezpBLvuWARmw==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1" + "@unocss/core": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/transformer-compile-class": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/transformer-compile-class/-/transformer-compile-class-0.64.1.tgz", - "integrity": "sha512-oASb3lJq++Ll6LD3frT0WiEZUJupjrLF+rtkgz3lKPgD8bRpbh+m5FykGAIHj5VcIcYOACD4GkTrSFrQbL0GEw==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/transformer-compile-class/-/transformer-compile-class-0.65.0.tgz", + "integrity": "sha512-JabAXLusgSISfGyYa+6mCLXvy2VFc9DwRXTcmhfsOXOmBynJWdUAOmTKTYO7Pfftdu/noBOLUE6nNyC6K9CLFA==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1" + "@unocss/core": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/transformer-directives": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/transformer-directives/-/transformer-directives-0.64.1.tgz", - "integrity": "sha512-6yWZh7YxYTaNSdATkGpP+aQ3aTRLNo4URDmLQKB3uaQbF0Ae5dLlxXWHZ26VIpKkQ3+hME4TRxEptTR0/ag7nw==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/transformer-directives/-/transformer-directives-0.65.0.tgz", + "integrity": "sha512-4ZE+GyZ4XGvvibaIZVh6rx1jqTPx1YnSXMpiS2ErRwc3BCjdyDXP/IjWdiyhcC1hWW1bXwyoHRgSCcRSF1C3yA==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1", - "@unocss/rule-utils": "0.64.1", + "@unocss/core": "0.65.0", + "@unocss/rule-utils": "0.65.0", "css-tree": "^3.0.1" } }, "node_modules/@unocss/transformer-variant-group": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/transformer-variant-group/-/transformer-variant-group-0.64.1.tgz", - "integrity": "sha512-wQkD1x69YSiIXvSvNNTN6hTZXHVzbVY+xmfoXL3bi/1cDMzRmE9C2Gk/Rzm/BSQxsLusLfDDL0NuhxWoFmvWPA==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/transformer-variant-group/-/transformer-variant-group-0.65.0.tgz", + "integrity": "sha512-E5zSZgrfDGpjtAldIYkRrrGGT0T6Dj7kjig+zA5GtUKN0LCdmctV2CmiJvyIdRNxf+ChcMrkZu5L2X1hdEl4ZA==", "dev": true, "license": "MIT", "dependencies": { - "@unocss/core": "0.64.1" + "@unocss/core": "0.65.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/vite": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/@unocss/vite/-/vite-0.64.1.tgz", - "integrity": "sha512-DIvl7Mofc5Q6kKElMRALbH33xBYb5w3Yf7TQ860lmi3DOwjEcg+OWE1HD+iDf7IxZeqPsdF17NvJJaSdmr0m5Q==", + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/@unocss/vite/-/vite-0.65.0.tgz", + "integrity": "sha512-Xu9QSDdR0n+mkdIBVm9EQ3BVP+iydNm1PhNrs/ksdXxnoug85GCMIcmJ3GKLVtNXZeRKm9W1Cq1Fc2oMe0FiZw==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.3.0", "@rollup/pluginutils": "^5.1.3", - "@unocss/config": "0.64.1", - "@unocss/core": "0.64.1", - "@unocss/inspector": "0.64.1", + "@unocss/config": "0.65.0", + "@unocss/core": "0.65.0", + "@unocss/inspector": "0.65.0", "chokidar": "^3.6.0", "magic-string": "^0.30.12", "tinyglobby": "^0.2.10" @@ -3019,7 +3019,7 @@ "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0" + "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0" } }, "node_modules/@unocss/vite/node_modules/chokidar": { @@ -4450,9 +4450,9 @@ } }, "node_modules/eslint": { - "version": "9.15.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz", - "integrity": "sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==", + "version": "9.16.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.16.0.tgz", + "integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==", "dev": true, "license": "MIT", "dependencies": { @@ -4461,7 +4461,7 @@ "@eslint/config-array": "^0.19.0", "@eslint/core": "^0.9.0", "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "9.15.0", + "@eslint/js": "9.16.0", "@eslint/plugin-kit": "^0.2.3", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", @@ -4655,12 +4655,13 @@ } }, "node_modules/eslint-plugin-import-x": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.4.3.tgz", - "integrity": "sha512-QBprHvhLsfDhP++2T1NnjsOUt6bLDX3NMHaYwAB1FD3xmYTkdFH+HS1OamGhz28jLkRyIZa6UNAzTxbHnJwz5w==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.5.0.tgz", + "integrity": "sha512-l0OTfnPF8RwmSXfjT75N8d6ZYLVrVYWpaGlgvVkVqFERCI5SyBfDP7QEMr3kt0zWi2sOa9EQ47clbdFsHkF83Q==", "dev": true, "license": "MIT", "dependencies": { + "@typescript-eslint/scope-manager": "^8.1.0", "@typescript-eslint/utils": "^8.1.0", "debug": "^4.3.4", "doctrine": "^3.0.0", @@ -4877,9 +4878,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.31.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.31.0.tgz", - "integrity": "sha512-aYMUCgivhz1o4tLkRHj5oq9YgYPM4/EJc0M7TAKRLCUA5OYxRLAhYEVD2nLtTwLyixEFI+/QXSvKU9ESZFgqjQ==", + "version": "9.32.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.32.0.tgz", + "integrity": "sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==", "dev": true, "license": "MIT", "dependencies": { @@ -9379,15 +9380,15 @@ } }, "node_modules/typescript-eslint": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.16.0.tgz", - "integrity": "sha512-wDkVmlY6O2do4V+lZd0GtRfbtXbeD0q9WygwXXSJnC1xorE8eqyC2L1tJimqpSeFrOzRlYtWnUp/uzgHQOgfBQ==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.17.0.tgz", + "integrity": "sha512-409VXvFd/f1br1DCbuKNFqQpXICoTB+V51afcwG1pn1a3Cp92MqAUges3YjwEdQ0cMUoCIodjVDAYzyD8h3SYA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "8.16.0", - "@typescript-eslint/parser": "8.16.0", - "@typescript-eslint/utils": "8.16.0" + "@typescript-eslint/eslint-plugin": "8.17.0", + "@typescript-eslint/parser": "8.17.0", + "@typescript-eslint/utils": "8.17.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -9479,29 +9480,29 @@ } }, "node_modules/unocss": { - "version": "0.64.1", - "resolved": "https://registry.npmjs.org/unocss/-/unocss-0.64.1.tgz", - "integrity": "sha512-UTtK9TPneVht5r0cVEADS/N6970AoHhKvJKDkBPnk7OQdguIFPCykGyx4llukItzm0AoffGfwg5zQ+L8QJgupw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@unocss/astro": "0.64.1", - "@unocss/cli": "0.64.1", - "@unocss/core": "0.64.1", - "@unocss/postcss": "0.64.1", - "@unocss/preset-attributify": "0.64.1", - "@unocss/preset-icons": "0.64.1", - "@unocss/preset-mini": "0.64.1", - "@unocss/preset-tagify": "0.64.1", - "@unocss/preset-typography": "0.64.1", - "@unocss/preset-uno": "0.64.1", - "@unocss/preset-web-fonts": "0.64.1", - "@unocss/preset-wind": "0.64.1", - "@unocss/transformer-attributify-jsx": "0.64.1", - "@unocss/transformer-compile-class": "0.64.1", - "@unocss/transformer-directives": "0.64.1", - "@unocss/transformer-variant-group": "0.64.1", - "@unocss/vite": "0.64.1" + "version": "0.65.0", + "resolved": "https://registry.npmjs.org/unocss/-/unocss-0.65.0.tgz", + "integrity": "sha512-mTL0n7GsGvsprpw6XAZ2FX0oWWbe2KJuG1cUqlH+cScF64/k3NyciqdMYycKjwqAgtp8W4Ptf7tdG1aquqmNNw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@unocss/astro": "0.65.0", + "@unocss/cli": "0.65.0", + "@unocss/core": "0.65.0", + "@unocss/postcss": "0.65.0", + "@unocss/preset-attributify": "0.65.0", + "@unocss/preset-icons": "0.65.0", + "@unocss/preset-mini": "0.65.0", + "@unocss/preset-tagify": "0.65.0", + "@unocss/preset-typography": "0.65.0", + "@unocss/preset-uno": "0.65.0", + "@unocss/preset-web-fonts": "0.65.0", + "@unocss/preset-wind": "0.65.0", + "@unocss/transformer-attributify-jsx": "0.65.0", + "@unocss/transformer-compile-class": "0.65.0", + "@unocss/transformer-directives": "0.65.0", + "@unocss/transformer-variant-group": "0.65.0", + "@unocss/vite": "0.65.0" }, "engines": { "node": ">=14" @@ -9510,8 +9511,8 @@ "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "@unocss/webpack": "0.64.1", - "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0" + "@unocss/webpack": "0.65.0", + "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0" }, "peerDependenciesMeta": { "@unocss/webpack": { @@ -9537,9 +9538,9 @@ } }, "node_modules/unplugin-icons": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.20.2.tgz", - "integrity": "sha512-Ak6TKAiO812aIUrCelrBSTQbYC4FiqawnFrAusP/hjmB8f9cAug9jr381ItvLl+Asi4IVcjoOiPbpy9CfFGKvQ==", + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.21.0.tgz", + "integrity": "sha512-sRic+yj7cCbpDFwrRj+m55ogOZi6PQRDc/WUEmjHLAnc90v0g5UVxE0cVAZgBOsAPCieizZJui/sgrCYrVx8mQ==", "dev": true, "license": "MIT", "dependencies": { @@ -10959,27 +10960,27 @@ "name": "@jellyfin-vue/configs", "version": "0.0.1", "devDependencies": { - "@eslint/js": "9.15.0", + "@eslint/js": "9.16.0", "@intlify/eslint-plugin-vue-i18n": "3.1.0", "@stylistic/eslint-plugin": "2.11.0", - "@unocss/eslint-config": "0.64.1", + "@unocss/eslint-config": "0.65.0", "eslint-config-flat-gitignore": "0.3.0", "eslint-plugin-css": "0.11.0", "eslint-plugin-depend": "0.12.0", "eslint-plugin-file-progress": "3.0.1", - "eslint-plugin-import-x": "4.4.3", + "eslint-plugin-import-x": "4.5.0", "eslint-plugin-jsdoc": "50.6.0", "eslint-plugin-jsonc": "2.18.2", "eslint-plugin-promise": "7.2.1", "eslint-plugin-regexp": "2.7.0", "eslint-plugin-sonarjs": "1.0.4", "eslint-plugin-unicorn": "56.0.1", - "eslint-plugin-vue": "9.31.0", + "eslint-plugin-vue": "9.32.0", "eslint-plugin-vue-scoped-css": "2.9.0", "find-up-simple": "1.0.0", "globals": "15.12.0", - "typescript-eslint": "8.16.0", - "unocss": "0.64.1", + "typescript-eslint": "8.17.0", + "unocss": "0.65.0", "vue-eslint-parser": "9.4.3" } }, diff --git a/package.json b/package.json index 9428631643e..0ab1322938f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@eslint/config-inspector": "0.5.6", "@types/node": "22.10.1", - "eslint": "9.15.0", + "eslint": "9.16.0", "jiti": "2.4.1", "type-fest": "4.30.0", "typescript": "5.7.2", diff --git a/packages/configs/package.json b/packages/configs/package.json index 5abb321d7b2..ca58ded1595 100644 --- a/packages/configs/package.json +++ b/packages/configs/package.json @@ -14,27 +14,27 @@ "check:types": "vue-tsc" }, "devDependencies": { - "@eslint/js": "9.15.0", + "@eslint/js": "9.16.0", "@intlify/eslint-plugin-vue-i18n": "3.1.0", "@stylistic/eslint-plugin": "2.11.0", - "@unocss/eslint-config": "0.64.1", + "@unocss/eslint-config": "0.65.0", "eslint-config-flat-gitignore": "0.3.0", "eslint-plugin-css": "0.11.0", "eslint-plugin-depend": "0.12.0", "eslint-plugin-file-progress": "3.0.1", - "eslint-plugin-import-x": "4.4.3", + "eslint-plugin-import-x": "4.5.0", "eslint-plugin-jsdoc": "50.6.0", "eslint-plugin-jsonc": "2.18.2", "eslint-plugin-promise": "7.2.1", "eslint-plugin-regexp": "2.7.0", "eslint-plugin-sonarjs": "1.0.4", "eslint-plugin-unicorn": "56.0.1", - "eslint-plugin-vue": "9.31.0", + "eslint-plugin-vue": "9.32.0", "eslint-plugin-vue-scoped-css": "2.9.0", "find-up-simple": "1.0.0", "globals": "15.12.0", - "typescript-eslint": "8.16.0", - "unocss": "0.64.1", + "typescript-eslint": "8.17.0", + "unocss": "0.65.0", "vue-eslint-parser": "9.4.3" } }