From 233fe7401e1483304eddd5031554f38e81ca1387 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sun, 26 Oct 2025 11:56:56 +0100 Subject: [PATCH] Frontend dependency updates --- frontend/package.json | 56 +- frontend/pnpm-lock.yaml | 2924 +++++++++++++++++++-------------------- 2 files changed, 1450 insertions(+), 1530 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index d0cc3e1..aae0337 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,23 +21,23 @@ "@ffmpeg/ffmpeg": "^0.12.15", "@ffmpeg/util": "^0.12.2", "@fontsource/marck-script": "^5.2.8", - "@sentry/browser": "^10.12.0", + "@sentry/browser": "^10.22.0", "@sentry/tracing": "^7.120.4", - "@simplewebauthn/browser": "^13.2.0", - "@sveltejs/adapter-auto": "^6.1.0", - "@sveltejs/adapter-node": "^5.3.2", - "@sveltejs/kit": "^2.5.27", - "@sveltejs/vite-plugin-svelte": "^6.2.0", - "@tailwindcss/postcss": "^4.1.13", - "@tailwindcss/typography": "^0.5.18", + "@simplewebauthn/browser": "^13.2.2", + "@sveltejs/adapter-auto": "^7.0.0", + "@sveltejs/adapter-node": "^5.4.0", + "@sveltejs/kit": "^2.47.3", + "@sveltejs/vite-plugin-svelte": "^6.2.1", + "@tailwindcss/postcss": "^4.1.16", + "@tailwindcss/typography": "^0.5.19", "@types/canvas-confetti": "^1.9.0", "@types/js-cookie": "^3.0.6", "@types/luxon": "^3.7.1", - "@types/qrcode": "^1.5.5", - "@types/sortablejs": "^1.15.8", + "@types/qrcode": "^1.5.6", + "@types/sortablejs": "^1.15.9", "@types/ua-parser-js": "^0.7.39", - "@typescript-eslint/eslint-plugin": "^8.44.0", - "@typescript-eslint/parser": "^8.44.0", + "@typescript-eslint/eslint-plugin": "^8.46.2", + "@typescript-eslint/parser": "^8.46.2", "@uppy/compressor": "^2.3.2", "@uppy/core": "^4.5.3", "@uppy/dashboard": "^4.4.3", @@ -49,23 +49,23 @@ "@uppy/svelte": "^4.6.2", "@uppy/xhr-upload": "^4.4.2", "autoprefixer": "^10.4.21", - "canvas-confetti": "^1.9.3", - "ckeditor5": "^46.1.1", + "canvas-confetti": "^1.9.4", + "ckeditor5": "^47.1.0", "cookie": "^1.0.2", "crypto-js": "^4.2.0", "cssnano": "^7.1.1", - "dompurify": "^3.2.7", - "eslint": "^9.36.0", + "dompurify": "^3.3.0", + "eslint": "^9.38.0", "eslint-config-prettier": "^10.1.8", "felte": "^1.3.0", "fuse.js": "^7.1.0", "highlight.js": "^11.11.1", - "i18next": "^25.5.2", + "i18next": "^25.6.0", "i18next-browser-languagedetector": "^8.2.0", "js-cookie": "^3.0.5", "jws": "^4.0.0", "luxon": "^3.7.2", - "marked": "^16.3.0", + "marked": "^16.4.1", "mdsvex": "^0.12.6", "minisearch": "^7.2.0", "pikaso": "^2.9.0", @@ -76,25 +76,25 @@ "prettier": "^3.6.2", "prettier-plugin-svelte": "^3.4.0", "qrcode": "^1.5.4", - "sass": "^1.93.0", + "sass": "^1.93.2", "socket.io-client": "^4.8.1", - "svelte": "^5.0.0", - "svelte-check": "^4.3.1", + "svelte": "^5.42.2", + "svelte-check": "^4.3.3", "svelte-preprocess": "^6.0.3", - "svelte-range-slider-pips": "^4.0.7", + "svelte-range-slider-pips": "^4.1.0", "svelte-tippy": "^1.3.2", - "swiper": "^12.0.2", - "tailwindcss": "^4.1.13", + "swiper": "^12.0.3", + "tailwindcss": "^4.1.16", "thumbhash": "^0.1.1", "tinykeys": "^3.0.0", "tippy.js": "^6.3.7", "tslib": "^2.8.1", - "typescript": "^5.5.0", - "ua-parser-js": "^2.0.5", - "vite": "^7.1.6", + "typescript": "^5.9.3", + "ua-parser-js": "^2.0.6", + "vite": "^7.1.12", "vite-plugin-cross-origin-isolation": "^0.1.6", "vite-plugin-iso-import": "^1.3.0", - "yup": "^1.7.0" + "yup": "^1.7.1" }, "type": "module" } diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index a629299..a2c9ebe 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: version: 1.1.10(tippy.js@6.3.7) '@felte/validator-yup': specifier: ^1.1.4 - version: 1.1.4(yup@1.7.0) + version: 1.1.4(yup@1.7.1) '@ffmpeg/core': specifier: ^0.12.10 version: 0.12.10 @@ -26,32 +26,32 @@ importers: specifier: ^5.2.8 version: 5.2.8 '@sentry/browser': - specifier: ^10.12.0 - version: 10.12.0 + specifier: ^10.22.0 + version: 10.22.0 '@sentry/tracing': specifier: ^7.120.4 version: 7.120.4 '@simplewebauthn/browser': - specifier: ^13.2.0 - version: 13.2.0 + specifier: ^13.2.2 + version: 13.2.2 '@sveltejs/adapter-auto': - specifier: ^6.1.0 - version: 6.1.0(@sveltejs/kit@2.42.2(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1))) + specifier: ^7.0.0 + version: 7.0.0(@sveltejs/kit@2.47.3(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1))) '@sveltejs/adapter-node': - specifier: ^5.3.2 - version: 5.3.2(@sveltejs/kit@2.42.2(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1))) + specifier: ^5.4.0 + version: 5.4.0(@sveltejs/kit@2.47.3(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1))) '@sveltejs/kit': - specifier: ^2.5.27 - version: 2.42.2(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)) + specifier: ^2.47.3 + version: 2.47.3(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)) '@sveltejs/vite-plugin-svelte': - specifier: ^6.2.0 - version: 6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)) + specifier: ^6.2.1 + version: 6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)) '@tailwindcss/postcss': - specifier: ^4.1.13 - version: 4.1.13 + specifier: ^4.1.16 + version: 4.1.16 '@tailwindcss/typography': - specifier: ^0.5.18 - version: 0.5.18(tailwindcss@4.1.13) + specifier: ^0.5.19 + version: 0.5.19(tailwindcss@4.1.16) '@types/canvas-confetti': specifier: ^1.9.0 version: 1.9.0 @@ -62,20 +62,20 @@ importers: specifier: ^3.7.1 version: 3.7.1 '@types/qrcode': - specifier: ^1.5.5 - version: 1.5.5 + specifier: ^1.5.6 + version: 1.5.6 '@types/sortablejs': - specifier: ^1.15.8 - version: 1.15.8 + specifier: ^1.15.9 + version: 1.15.9 '@types/ua-parser-js': specifier: ^0.7.39 version: 0.7.39 '@typescript-eslint/eslint-plugin': - specifier: ^8.44.0 - version: 8.44.0(@typescript-eslint/parser@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2) + specifier: ^8.46.2 + version: 8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) '@typescript-eslint/parser': - specifier: ^8.44.0 - version: 8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2) + specifier: ^8.46.2 + version: 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) '@uppy/compressor': specifier: ^2.3.2 version: 2.3.2(@uppy/core@4.5.3) @@ -102,7 +102,7 @@ importers: version: 4.2.3(@uppy/core@4.5.3) '@uppy/svelte': specifier: ^4.6.2 - version: 4.6.2(@uppy/core@4.5.3)(@uppy/dashboard@4.4.3(@uppy/core@4.5.3))(@uppy/drag-drop@4.2.2(@uppy/core@4.5.3))(@uppy/progress-bar@4.3.2(@uppy/core@4.5.3))(@uppy/status-bar@4.2.3(@uppy/core@4.5.3))(svelte@5.39.3) + version: 4.6.2(@uppy/core@4.5.3)(@uppy/dashboard@4.4.3(@uppy/core@4.5.3))(@uppy/drag-drop@4.2.2(@uppy/core@4.5.3))(@uppy/progress-bar@4.3.2(@uppy/core@4.5.3))(@uppy/status-bar@4.2.3(@uppy/core@4.5.3))(svelte@5.42.2) '@uppy/xhr-upload': specifier: ^4.4.2 version: 4.4.2(@uppy/core@4.5.3) @@ -110,11 +110,11 @@ importers: specifier: ^10.4.21 version: 10.4.21(postcss@8.5.6) canvas-confetti: - specifier: ^1.9.3 - version: 1.9.3 + specifier: ^1.9.4 + version: 1.9.4 ckeditor5: - specifier: ^46.1.1 - version: 46.1.1 + specifier: ^47.1.0 + version: 47.1.0 cookie: specifier: ^1.0.2 version: 1.0.2 @@ -125,17 +125,17 @@ importers: specifier: ^7.1.1 version: 7.1.1(postcss@8.5.6) dompurify: - specifier: ^3.2.7 - version: 3.2.7 + specifier: ^3.3.0 + version: 3.3.0 eslint: - specifier: ^9.36.0 - version: 9.36.0(jiti@2.5.1) + specifier: ^9.38.0 + version: 9.38.0(jiti@2.6.1) eslint-config-prettier: specifier: ^10.1.8 - version: 10.1.8(eslint@9.36.0(jiti@2.5.1)) + version: 10.1.8(eslint@9.38.0(jiti@2.6.1)) felte: specifier: ^1.3.0 - version: 1.3.0(svelte@5.39.3) + version: 1.3.0(svelte@5.42.2) fuse.js: specifier: ^7.1.0 version: 7.1.0 @@ -143,8 +143,8 @@ importers: specifier: ^11.11.1 version: 11.11.1 i18next: - specifier: ^25.5.2 - version: 25.5.2(typescript@5.9.2) + specifier: ^25.6.0 + version: 25.6.0(typescript@5.9.3) i18next-browser-languagedetector: specifier: ^8.2.0 version: 8.2.0 @@ -158,11 +158,11 @@ importers: specifier: ^3.7.2 version: 3.7.2 marked: - specifier: ^16.3.0 - version: 16.3.0 + specifier: ^16.4.1 + version: 16.4.1 mdsvex: specifier: ^0.12.6 - version: 0.12.6(svelte@5.39.3) + version: 0.12.6(svelte@5.42.2) minisearch: specifier: ^7.2.0 version: 7.2.0 @@ -180,43 +180,43 @@ importers: version: 16.1.1(postcss@8.5.6) postcss-load-config: specifier: ^6.0.1 - version: 6.0.1(jiti@2.5.1)(postcss@8.5.6)(yaml@2.8.1) + version: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.1) prettier: specifier: ^3.6.2 version: 3.6.2 prettier-plugin-svelte: specifier: ^3.4.0 - version: 3.4.0(prettier@3.6.2)(svelte@5.39.3) + version: 3.4.0(prettier@3.6.2)(svelte@5.42.2) qrcode: specifier: ^1.5.4 version: 1.5.4 sass: - specifier: ^1.93.0 - version: 1.93.0 + specifier: ^1.93.2 + version: 1.93.2 socket.io-client: specifier: ^4.8.1 version: 4.8.1 svelte: - specifier: ^5.0.0 - version: 5.39.3 + specifier: ^5.42.2 + version: 5.42.2 svelte-check: - specifier: ^4.3.1 - version: 4.3.1(picomatch@4.0.3)(svelte@5.39.3)(typescript@5.9.2) + specifier: ^4.3.3 + version: 4.3.3(picomatch@4.0.3)(svelte@5.42.2)(typescript@5.9.3) svelte-preprocess: specifier: ^6.0.3 - version: 6.0.3(postcss-load-config@6.0.1(jiti@2.5.1)(postcss@8.5.6)(yaml@2.8.1))(postcss@8.5.6)(sass@1.93.0)(svelte@5.39.3)(typescript@5.9.2) + version: 6.0.3(postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.1))(postcss@8.5.6)(sass@1.93.2)(svelte@5.42.2)(typescript@5.9.3) svelte-range-slider-pips: - specifier: ^4.0.7 - version: 4.0.7(svelte@5.39.3) + specifier: ^4.1.0 + version: 4.1.0(svelte@5.42.2) svelte-tippy: specifier: ^1.3.2 version: 1.3.2 swiper: - specifier: ^12.0.2 - version: 12.0.2 + specifier: ^12.0.3 + version: 12.0.3 tailwindcss: - specifier: ^4.1.13 - version: 4.1.13 + specifier: ^4.1.16 + version: 4.1.16 thumbhash: specifier: ^0.1.1 version: 0.1.1 @@ -230,23 +230,23 @@ importers: specifier: ^2.8.1 version: 2.8.1 typescript: - specifier: ^5.5.0 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 ua-parser-js: - specifier: ^2.0.5 - version: 2.0.5 + specifier: ^2.0.6 + version: 2.0.6 vite: - specifier: ^7.1.6 - version: 7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1) + specifier: ^7.1.12 + version: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1) vite-plugin-cross-origin-isolation: specifier: ^0.1.6 version: 0.1.6 vite-plugin-iso-import: specifier: ^1.3.0 - version: 1.3.0(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)) + version: 1.3.0(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)) yup: - specifier: ^1.7.0 - version: 1.7.0 + specifier: ^1.7.1 + version: 1.7.1 packages: '@alloc/quick-lru@5.2.0': @@ -263,601 +263,601 @@ packages: } engines: { node: '>=6.9.0' } - '@ckeditor/ckeditor5-adapter-ckfinder@46.1.1': + '@ckeditor/ckeditor5-adapter-ckfinder@47.1.0': resolution: { - integrity: sha512-7wq9WdYyq0jabUZOlnq/vOa/WQO6jXKQ01QCsx6Y7WZ00mxOQ0AmwzLEusHf9VEvXx25yH7jZa07axyEvjM+RQ== + integrity: sha512-h/ClAZBbqz0q5332OPLCQXBOx5EH3GHykJrGAK2+Wtx3CuhzJV+RhgEj3KLMQ2SaAR4DaLKamzCAiR2jIH6Y6Q== } - '@ckeditor/ckeditor5-alignment@46.1.1': + '@ckeditor/ckeditor5-alignment@47.1.0': resolution: { - integrity: sha512-LD9XMo0lqZw8Nm4Rdsd3b19rjVNLInAUrlbuJpXxgHTOP3CcrE1+kklosow3KreUZkWSxui0tszp45jRmGL1qQ== + integrity: sha512-oE6PLT5MRBayw87jOv5DgR0p6TU7mX18MJkaGEz98vuLW3npo1GEdkBtw72+05FwkKr2QCCZUZpg12DTf9Mc/g== } - '@ckeditor/ckeditor5-autoformat@46.1.1': + '@ckeditor/ckeditor5-autoformat@47.1.0': resolution: { - integrity: sha512-D2gC9NMd73BAszrP7GdwEqv5YAb+k/EMSIzlcyeUn8gYslGE+SrZHcgj4VCWaGWS+iu/G80ZskiXMBbNgC4NAw== + integrity: sha512-vnP5CNEDriVgFwUVocXyQ++yGrJnkp8V5YCQZv76nZPSed02soL62MRm6M9A4GOAXpEJMe7d5NWom73ieRfcVA== } - '@ckeditor/ckeditor5-autosave@46.1.1': + '@ckeditor/ckeditor5-autosave@47.1.0': resolution: { - integrity: sha512-VJ2U0P0ybuIF92fU1rSL9jkqOnywKek7ANR+B9Gc3vs3JdNEkN078pF5KS9xvnAkcrEt1KZBmqwghSDiiI91Wg== + integrity: sha512-3wjI/RNSgXZhG4RMTwl/LByaZyHLV+cixKN0hRqkjULj/i0H05A4Gu485v62FDwBlil1NhPTfKyrmiM/N/7n8g== } - '@ckeditor/ckeditor5-basic-styles@46.1.1': + '@ckeditor/ckeditor5-basic-styles@47.1.0': resolution: { - integrity: sha512-NiCugPGmaCIHc4ivvJRUq/hcfchaChksWyRK6i5xbjj5NSlASjXt0fe4717pQVTN6lZxiJ9CaX6btCAYlmu5BQ== + integrity: sha512-WxiFFKUlisz8B3ymeBFijshDWmqX649TEA+1nxgjXHr0L0UONCJfBExanrRUJND6AwHIh1n2IIAXwXvYMdqZbw== } - '@ckeditor/ckeditor5-block-quote@46.1.1': + '@ckeditor/ckeditor5-block-quote@47.1.0': resolution: { - integrity: sha512-m9MhmntW8cZBfhqluaDE4sJaMjks36ClxzxQwuz7Br+YhUXNhhtUrvpFggeZvgZ/IuII+OG6DolnD1WRHJlMEg== + integrity: sha512-h+p/pFm0wNmozhFZcxxh6DmkGQCE3Jpukju0ovxiPnRO49PN+0cUsdbHuKYtJK6jxLfqwjfdHVOn1m+LyRRmkg== } - '@ckeditor/ckeditor5-bookmark@46.1.1': + '@ckeditor/ckeditor5-bookmark@47.1.0': resolution: { - integrity: sha512-TiCO6F9uHiHOuGGfR+t7a5i93bJqPEoBpX67qQYV7EkhNIa7roa0PTkPXw6RFBGFv6LNgt0cNle/f7O94qhfcQ== + integrity: sha512-B7Q0IzaN6iA80B3YkXihXo7gRad5TpKyhTI9x3XvbpCDzO+sBNyOEAy6d6CWmlhQsIZ6mn+hUn2q9N4nACybiw== } - '@ckeditor/ckeditor5-ckbox@46.1.1': + '@ckeditor/ckeditor5-ckbox@47.1.0': resolution: { - integrity: sha512-ngKJf1doQFp0FExF7skmtzHcD1H6cxkFFWH5ipRm8t5AcxivZIkbaMlNQMZTGKhMKtLmT77dQ7oGI4HT1XV4bA== + integrity: sha512-DgTxePr5fE7yaQCjaSMlKNf5j38NGjywg9//l7XeVvxLmJJgQrN7G7xaX/vl55H2jGZF0LrM4IyS9mbyfUj1bQ== } - '@ckeditor/ckeditor5-ckfinder@46.1.1': + '@ckeditor/ckeditor5-ckfinder@47.1.0': resolution: { - integrity: sha512-u096IDCS/9R7DhUUgHhP7ED5pjIP5JPE1SMRZ3UcfipVUveqT9Qqgm892Rsm4VfouoXw3f3pwoK68KIVjdxMlw== + integrity: sha512-eQPgvW+cSA2p5EVyoJv0NIOYorS5DoAxKdcBcxrKc433yuC7fKsZ1awp5aWJOUOfRzGLAa1WYikR7OKvmTjzYg== } - '@ckeditor/ckeditor5-clipboard@46.1.1': + '@ckeditor/ckeditor5-clipboard@47.1.0': resolution: { - integrity: sha512-YaFYBPdOIBqkYY1e7RYzZlicldmkM251WoWVAjbSwY7EWQY/tmLrnVmBZ31B/TqwvSBy6txQYBtuRZvozQ3F0w== + integrity: sha512-xxF9TuV6pWfos1okaS20CFTQN1CD3lOSyZXIJ/IodznpF7f9GYzhhvyOYXJO5fH6T8F0BbR5P94gon8QnAMivg== } - '@ckeditor/ckeditor5-cloud-services@46.1.1': + '@ckeditor/ckeditor5-cloud-services@47.1.0': resolution: { - integrity: sha512-YBBklzman8taer22uehNxeehDKaGbwnAaI8h7JIxaf0EpvaldjDnswg1hvJTHpLYDZiiEoI3pHmtdatuNWMlrg== + integrity: sha512-yLH1eTxWMrzF16CFdu/RJAwzcGYaKKS+gQfX3aRjIphtkY9ebnS1SbelP12ZXUBp/vcTguSYjUrPUwnstoadew== } - '@ckeditor/ckeditor5-code-block@46.1.1': + '@ckeditor/ckeditor5-code-block@47.1.0': resolution: { - integrity: sha512-YG1YOKHV/zHsSS/CcQJUx/Y8virChUG7JB7HbS3WgkFccvMEZLusx5GkeKXQHRZp0yUxbcAKO+woeVIwylrbCw== + integrity: sha512-FGQD/B5BXHesqgijjBV3wm4tBDNKMjGodsTPjW++NkezgBgzOWdBnl6svpMns+xjtEVFnhkjA9hQt6vbHevJmA== } - '@ckeditor/ckeditor5-core@46.1.1': + '@ckeditor/ckeditor5-core@47.1.0': resolution: { - integrity: sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw== + integrity: sha512-CKE/cxzyAECL9rXMCTiQfNtIwy8x24zSyjQgU44FB59H/eUksw9FYaDdRgNs/PvW/gdW7JdCPiaOI3m28wYmHg== } - '@ckeditor/ckeditor5-easy-image@46.1.1': + '@ckeditor/ckeditor5-easy-image@47.1.0': resolution: { - integrity: sha512-1UbSdmRuGoYhtAlYUeZlttLBblfYJbmIXE5iGVgi+2rGLEHucqQ0zBh84di+TCdqbjkp/S+T6G4sopQMM3xmbA== + integrity: sha512-V/8nSXle8D/XzC6NSmNatcYoZzy7SXOsNFbLgXN+2gOFguhexmgVagBAiHgGCUpZTNTmkQRTI5VpiI5mfAHt+g== } - '@ckeditor/ckeditor5-editor-balloon@46.1.1': + '@ckeditor/ckeditor5-editor-balloon@47.1.0': resolution: { - integrity: sha512-RGqrEWy50j8TbQeE8dNg+EIuuX5lef2fciiUO7wNyKQO5HahQS5BVbVy8+Uo24p/VHishp2Dzf4tqX6ZtnzRdA== + integrity: sha512-M/d8zWQgGbtQPKAyYOBZdEeDBaQXiXmwUIi1rMULL7IGxQDvfHAHB6T7mu3GU39oay0HkM+LGWnz5GZ8oG7HNw== } - '@ckeditor/ckeditor5-editor-classic@46.1.1': + '@ckeditor/ckeditor5-editor-classic@47.1.0': resolution: { - integrity: sha512-5WrFP+YUTwjQN/0f1TfzDNqgd0tK50Gw1YNPXav1AQHYnQUaFUxJEZgesV2Z3w77LIYVguoOlCEMk2yDhA+7aw== + integrity: sha512-x4aegRral5LTV1kURmjnp/tLSE1nttH+MsVkrVLWJd0j2A0qj88BLSccmY71ybFgMcDKlwJD6kVT0ZNKsvRogw== } - '@ckeditor/ckeditor5-editor-decoupled@46.1.1': + '@ckeditor/ckeditor5-editor-decoupled@47.1.0': resolution: { - integrity: sha512-ony/8uvWj7zFCPQ9GdsntT247WQShcNdNsG+M7bmaVNh8VjMyUMPY8vGL42eqR72I95vzhcnO19yqqqoa4bT/A== + integrity: sha512-rqTmzMot1rjCz3cqtQkVRou8RgVFItRXeCNY0Ljg3aLcAaNcbwYSYSeJtQpMoyhasSh3cCUqyG9PRnfNYpzTNQ== } - '@ckeditor/ckeditor5-editor-inline@46.1.1': + '@ckeditor/ckeditor5-editor-inline@47.1.0': resolution: { - integrity: sha512-/paul3r1JgKp588tswE0yBfjpUT8U1/VLLo9RweAzQmtV1/XvG/Ua3YtGAV9eyvLQ5R7PKBJ0+Wq4fjNE8yVgw== + integrity: sha512-By4mi4p7oReWx8SAyUtq7cIhF1BH63DABJLbj7kaT3MsFlMXOp4FheZpGEMFJbOt8jKx9Du1EU/PFWlUeNoPLw== } - '@ckeditor/ckeditor5-editor-multi-root@46.1.1': + '@ckeditor/ckeditor5-editor-multi-root@47.1.0': resolution: { - integrity: sha512-UBqQPDtWpoPd+LJ/45MW2DTykYMc6Qg3QcNto81cRBGj5pbhnCaCIkzCDpT9A7r9XS8+pmfFw9xEajFZiUkdTw== + integrity: sha512-BjAOWtAOg8g1E8WJoRj73RoRpyTb1nLtHU2AgxLlaYubGcXfokVvyPz4VU2cDTUq3Zg6chjPeRw74ybLmI2LBg== } - '@ckeditor/ckeditor5-emoji@46.1.1': + '@ckeditor/ckeditor5-emoji@47.1.0': resolution: { - integrity: sha512-RTyl0LdPBi7um6WjV0tbrVZ9sg/ZqDPTglMbWPmgnPaoZzGs+BJgv6B8cPi9RIl6klOfKWzupGSdHynjI680eg== + integrity: sha512-8Kicj1md0PfdGtlUxK0kTrLJncYnrhj7OzVqen42ygxiU3PrZrdSApDBg0a8DVb0Skvjb2GhOcBCN7UZptK7LQ== } - '@ckeditor/ckeditor5-engine@46.1.1': + '@ckeditor/ckeditor5-engine@47.1.0': resolution: { - integrity: sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA== + integrity: sha512-uXlD+UKSb6wC5OBzQm5Sn0PYTYNpa4Jccdk61Z6U9h1lAZI4KV4SU12vRL5XG20bI0PIQvBo7Lhy7Va635kiqw== } - '@ckeditor/ckeditor5-enter@46.1.1': + '@ckeditor/ckeditor5-enter@47.1.0': resolution: { - integrity: sha512-VqnHR5X2vGPcdpmWsyp9OW7O0kl+avFAjSICz1JJ6cPKW8yCHTCxSWxuVEq1bLqS8I2v4imQ+fqM20HYwii2vQ== + integrity: sha512-Vkm4rPCTrimJ3LcdPPXQZc86Wb920kish6ckXTSkoPPAe9Ef2fVlKZYggWrXBI4VZ6tegTepSFpZiMqa1/a00w== } - '@ckeditor/ckeditor5-essentials@46.1.1': + '@ckeditor/ckeditor5-essentials@47.1.0': resolution: { - integrity: sha512-QyX+DPFDdPgBGRU2LeeMYJUqJ9MGDeCnG19lw4kwfA6PwrIamErTMEI9bLAXr9ZD5SxOVr8U+A+1MtFdQzdBxQ== + integrity: sha512-lpXxfBQ7GocQ4klO2GTZYSxJFhymI2WwxaKklI+rh729dcxsIsjih1sXwSLM6kqwPbveF/9WgDBy3I6kqzRmqg== } - '@ckeditor/ckeditor5-find-and-replace@46.1.1': + '@ckeditor/ckeditor5-find-and-replace@47.1.0': resolution: { - integrity: sha512-xQn3jt2BVw/NOY0QhfTnjKqiv40ahJ6VLGp8DPi/0bmHcgDRqD9QEKg5TFPY99Fi7Oh0OJL81UlQJnulc2hSlg== + integrity: sha512-H3c69XM7fLdlnt20gdNSU1fMwA+1yYfboFWQ07PlA8M/D9H7ZKUmBlI846flSssFp1kPLGhPDTryun6c7zERPg== } - '@ckeditor/ckeditor5-font@46.1.1': + '@ckeditor/ckeditor5-font@47.1.0': resolution: { - integrity: sha512-TqIoOUUChwN9cEKCIn30m9Y95VZU7PQyn20mIbG4/iQItI8IyzlToFAdb+xPaL2ozUcyzTFTGqx0nz9zqKNtWQ== + integrity: sha512-QiKlsqbcMAAlVAoxrBBxe062adBfTfTKHBLJ/VbBMBYszYaWNoG5VJKLQbXnKBVGWD07rE7rXa/vnenCvpT8hQ== } - '@ckeditor/ckeditor5-fullscreen@46.1.1': + '@ckeditor/ckeditor5-fullscreen@47.1.0': resolution: { - integrity: sha512-lpIG6YIw5KjehuTTX3MiAPBULzei8Pw+wfkpaP/NgyHLaUkN0x2wsoDRf3NWsdg+BMMDbR0ejGRJ8q+sD8d6ZQ== + integrity: sha512-LSC62HAW2cmThX2bJOPXcUrxy3sULGStj5G//PdTuxz1z6WbPbF4xst1ockHmaRJeoJUcdt89Qv7C0WFl3j4lw== } - '@ckeditor/ckeditor5-heading@46.1.1': + '@ckeditor/ckeditor5-heading@47.1.0': resolution: { - integrity: sha512-ACneDx+HP3Nm/f2zFrRkUzpbG0CNNMGI4FS242eu0AQqE/vwwLvSD7HmiEzN2Z0HRLVFoY5EWa6kSZpJx6z/WA== + integrity: sha512-HD+mWG5W5kk5fE2G9TFP/ktiU1CU8sA6mOyO6epd+0nsSwacTynKJkszgTVsd9HeY6wZopdqTHa1Dun/9wsxPA== } - '@ckeditor/ckeditor5-highlight@46.1.1': + '@ckeditor/ckeditor5-highlight@47.1.0': resolution: { - integrity: sha512-eNZ4BWF98mux26X/UOh+SyMTfMgvCOq4+T6lbqLB9TbN2i5/seKxIM9IV5ynag//bNd1ZwaqUczt05e3xFpYUg== + integrity: sha512-K5sO/etY+Nh67r3dsXArPWI5UjOGKQdbS4k5AU30m0vCK9IfGO9BLCUzBnxo6JM91lfOhY96yCqg3zaOU/C0wg== } - '@ckeditor/ckeditor5-horizontal-line@46.1.1': + '@ckeditor/ckeditor5-horizontal-line@47.1.0': resolution: { - integrity: sha512-2PtEKoGQm6OYFDk1kjlIluCsuFVGPP7rU+KXOBBmOSku4rP1cIYyV+wFlerCGaH7hlzEyiuH1arR8va21IBprA== + integrity: sha512-ex+g4L0QvteKHtXGJXMu72wjCrMhQw+mEBWLZm20jLeaPf0eSkQ34ilTRFGwZTw/zfgqy69vMTbVV/SIDiYxvg== } - '@ckeditor/ckeditor5-html-embed@46.1.1': + '@ckeditor/ckeditor5-html-embed@47.1.0': resolution: { - integrity: sha512-rD1AlVOAKeNH0wdBedJFOyWF8dIx5tOJFV+ao36hbtHvXlEDXyXpeal58pbd3Z1QVIdfQ65NF0yZL2leQqOQZA== + integrity: sha512-HMfnHzSRrpKDealBWtq3cpvRGZuODBssw7f1paQxML2W/pRLd6eSb/Rc9a0O3DB2/NhXq8Bbl9aDv9ungz+SLg== } - '@ckeditor/ckeditor5-html-support@46.1.1': + '@ckeditor/ckeditor5-html-support@47.1.0': resolution: { - integrity: sha512-wG3cYNhzc5MAaFVbE+xjMMDDMtXwMUYiZ1Tjwo4YkSdBGRrOYShbktal5H/Snvj+pIgAgc5tOetmk5+izRKVSw== + integrity: sha512-TBnmlJ1JjMO973Q4A/e+UEv99CMhBezUAdLKqQ3+EztivTEeEb6YV+pmli8HPf7n0DI6UbkU0Kj/mdFUNiIzog== } - '@ckeditor/ckeditor5-icons@46.1.1': + '@ckeditor/ckeditor5-icons@47.1.0': resolution: { - integrity: sha512-BeJaBmXxg/R2cvGpL0oeLToDX2zIjLm/UejK0qsiO/eYxTJmveCabUWhcigpk19ciAcSjUdiariZUxCvpTyL5g== + integrity: sha512-2tlGXuQrXiQFxb2U+67kzlkl4/4IlDEt6R+sPQnP+QR7wJNXQnK9zk4M2bc30r91/91iuCjx+AIzKerm0VwFJg== } - '@ckeditor/ckeditor5-image@46.1.1': + '@ckeditor/ckeditor5-image@47.1.0': resolution: { - integrity: sha512-292BrygMMXAvrcCxXxRUHC7rfxYqG6Fjf+/QhPXybOb1MFIzGnCkBh7zckUH6oQ4GlQ8kE+mwIthgmc8xvVYGw== + integrity: sha512-BoVwiXD/l0yUxUsF9wLajo5p3b7TKamkKP7wAA/dkCUlWYzvzjQKwLwYoknNf3GgHLYuY5n6iRPvYQGvNsn6hg== } - '@ckeditor/ckeditor5-indent@46.1.1': + '@ckeditor/ckeditor5-indent@47.1.0': resolution: { - integrity: sha512-JKLcCcKo20scOvEuKu09d6og+ECia6QKGOOaTfmy2QJx6CqkbkgC3NQKVF+ixmeGYERfL6X14VZURD7APXVJTA== + integrity: sha512-iqYlsdOGsTjuJ+xUx0ee8aAVh9sDPishKx1UHJbwetlPyM1kUADvVNONVBHV5YLgT0M7Bk5/MzGwlyQAuVipxg== } - '@ckeditor/ckeditor5-language@46.1.1': + '@ckeditor/ckeditor5-language@47.1.0': resolution: { - integrity: sha512-g8atx87RRSypjnnvthpMMSykLN6cgoNAQRvABdxYJTHARRrpjcIKNqWup9SW02QPUKRk/dmsnFEQVH6gkTTzTQ== + integrity: sha512-nZJlfefKtf0sWvyQdTB361mQMSGSlYj2WbHV3gpabkgkE/ZCbL/Tr5aCJ2ulQo2/ksL2s7nDHFIWu8UUEeVhbw== } - '@ckeditor/ckeditor5-link@46.1.1': + '@ckeditor/ckeditor5-link@47.1.0': resolution: { - integrity: sha512-dXsLFdL9VvU8VB4EK4qZk7TVSHCOmaAPoxorGy053Wg29ngEhpMHYiYWZQcLZB5VZSNYlc/mW2Hdv1cr2VEwFQ== + integrity: sha512-8XwnVPnp2GaNzcyXEahDYM8Qjh/qkU/R1VyjMh7EKSnlZOdget/jKXltNNwJpX0ofPMcY0CnvqGGF42gM3Tlcg== } - '@ckeditor/ckeditor5-list@46.1.1': + '@ckeditor/ckeditor5-list@47.1.0': resolution: { - integrity: sha512-TlO8xiZHEoyy5nJSeBWSiu7oZjhBXFzm/3CT2jvBZPer/mWnPV0r6BTrw7GK+Pki0PtQCJUNhyxWafUN9rnKqQ== + integrity: sha512-P18ZXzJcAGoA6+nIoXkZ27/Ny80HCcrH36ay1MwSxsuQKO8S894kEZb+QS/HvePsX2tso+bQsWw4WWBzbLfP2g== } - '@ckeditor/ckeditor5-markdown-gfm@46.1.1': + '@ckeditor/ckeditor5-markdown-gfm@47.1.0': resolution: { - integrity: sha512-nFPeW+EmkFuvAxp7wqJvXZlqUcVsoVH2s77785DR90iOzb2+zYHzanJ2bWkuC8b+7im7U6h2+6Ghahtz5Y/VVQ== + integrity: sha512-oZh2sUX7VvI24ijosvilRqfrRkmUYdDaKdKxDfH8OBKiLnCPOccAhOMVy2LSBY1yvEEIUe2yq79nTC3i0uUkdg== } - '@ckeditor/ckeditor5-media-embed@46.1.1': + '@ckeditor/ckeditor5-media-embed@47.1.0': resolution: { - integrity: sha512-1gkrTOlXu0Ptag429I/+sNPeefuLm4ATa0jjaVqM4Mtu/3JRGndkYqVTzmQQeRRn6jEJljqgngNMnlccMRKEmw== + integrity: sha512-ZbCYrJpEoKnXFLIwTeCqL6au/irByQq4UhElWFECMUchk3ZlJiSbTrVgrMxtzNdYxvlRGkNIizqPlukt4Xf5ig== } - '@ckeditor/ckeditor5-mention@46.1.1': + '@ckeditor/ckeditor5-mention@47.1.0': resolution: { - integrity: sha512-NOyYUBW+bCrr5TSIHxTuoHe1H7YRjDChq396n+XAtreRICRKRloOWhzklI5RMJ5dfmQ7llS1eafi8uu7mzB2zQ== + integrity: sha512-5Bsf9224WU/ORVoOZnWWqaGA06DTs/+VLQvZhu5qmh17zL1o/JpSA0SrS9mQcf2StCW4HhX89MZhFSLb+2oOvQ== } - '@ckeditor/ckeditor5-minimap@46.1.1': + '@ckeditor/ckeditor5-minimap@47.1.0': resolution: { - integrity: sha512-6tj1PhzVSWbkJYI0+v5TQTKwWfUAeTyZsDXQgaMZeH3ZIZ40wzXRI+ly380msu9t3mBS/qgzuKnsZpc7qNpbaA== + integrity: sha512-fh3f0WTrULjd8rm/VWhVem/VYJgPjf+h+Zrnu8MeX0DHqRsNINdIUHNtYk2wUbIzQSgGtIVktK0LhLlN/XxRTA== } - '@ckeditor/ckeditor5-page-break@46.1.1': + '@ckeditor/ckeditor5-page-break@47.1.0': resolution: { - integrity: sha512-c6TjuwTxeuYCloCdLLrjOURrhKyI3iLWuAZhoQ1XLxLpp0k/BIX9G7tRVEr7xzXzk2T8ibnZVHgegx/ImWkGLg== + integrity: sha512-PrCugSPny2icLp/ZKx1r6mkgtP1jJmc+kB4w56Dsmgf1ZorWniI53wmemaTDhIgGwnNfO9CjYdSy8Vb4vyB1ZA== } - '@ckeditor/ckeditor5-paragraph@46.1.1': + '@ckeditor/ckeditor5-paragraph@47.1.0': resolution: { - integrity: sha512-7SC78DYDrFiBTOVHBajxzAUdSoTiM85I8M11QLCrKDoGR1zGgRGjQH8NUMMUOekAjh8SxRN25Alm2Gn27IgCUw== + integrity: sha512-B1tY1+kEncLFrGoD3YkpJIMNFSQvB4t8SVSei6+upD3YGkyf/VhmtYlnqBLRK2znQTlg76EJJcWlGv9zCJ9edw== } - '@ckeditor/ckeditor5-paste-from-office@46.1.1': + '@ckeditor/ckeditor5-paste-from-office@47.1.0': resolution: { - integrity: sha512-W7v4LAc3EJyXXmOCQtnCwjiK9ZhphhBIgLHz1jF/cE6WjS0nQDeXLxHqHnOaD8awR4oqcDyaUNvuBx4ipcUwzA== + integrity: sha512-+96rw8TkId8o/im4zvq2EtdDzHHaP/+29PMcJ5ACmvq32tJgFsLCyo10asEWV+U/SiWUHNKBPgGLJeh/MdzlAw== } - '@ckeditor/ckeditor5-remove-format@46.1.1': + '@ckeditor/ckeditor5-remove-format@47.1.0': resolution: { - integrity: sha512-WdFyMzIEHqIrGAhq0NPQhDuKbRvpIOgr87r9IjefRQC0a5mbEdGLNQSE7l0JF0mmNEKQbSi520yJLGZo4EJ7Sg== + integrity: sha512-JShEW29roO0PyQKBCDUS6cACGuYWxnUhCRcBt+DFUhS5t51XPpDXasdYfGfeUJ9DeNL/0iPjKtQxcGUoMa5NtQ== } - '@ckeditor/ckeditor5-restricted-editing@46.1.1': + '@ckeditor/ckeditor5-restricted-editing@47.1.0': resolution: { - integrity: sha512-lODjvDEbTTG//EZQ2yqgmOL2NRzljpAULscanh2eY4km+AVNCPu7181txvnUMtEaWVwEG6Aja9ys3AJlcs3TsQ== + integrity: sha512-vEBZKc3vkvFKOVfPn56Wl76YPCn73QmkkUMLGN2tf2ntvSoVEmlk+HTWaXYRG8bsbj2JtdijgW3wckCvNRW8ow== } - '@ckeditor/ckeditor5-select-all@46.1.1': + '@ckeditor/ckeditor5-select-all@47.1.0': resolution: { - integrity: sha512-+h+28FPJKL59SESQzh4mvqEXkKrPyL3SnQI4wPC+ZMcBUqd3+0U0OCff0gClucNszgZcHbT83aODmKrQwUdQiw== + integrity: sha512-3k7TgWjcx7FFm0t6bS8Uc6YOhqehf815SsmtFN+JISoL9Ojm1yqLEUOOYuYPy0Voed70Mk2HBQvdEnuP9m6X1g== } - '@ckeditor/ckeditor5-show-blocks@46.1.1': + '@ckeditor/ckeditor5-show-blocks@47.1.0': resolution: { - integrity: sha512-kiwceBqz5cMUrVp1iVJ+RoRhZRDGhhRHJo3pUeNG2+oYV+xxXvGdrMitDTXBbKnvoEHmI8xOWmh6E+wwHsIiNw== + integrity: sha512-8ogD671z7j2DwlOa1W0KX7jcorTHbrLxqLYtiCeJljJv/sfHMtzfXc8PL81eiKDfSZwoNY2k5pwTWPyv30MRAg== } - '@ckeditor/ckeditor5-source-editing@46.1.1': + '@ckeditor/ckeditor5-source-editing@47.1.0': resolution: { - integrity: sha512-Z5Y/s49athQku0wBc6H8DOWAdCYfAOUJtjPaOjkmWuUF6b/WT5GJbEp2ZEGH1EXfZxIY98JEQypjH3fMNb6fAA== + integrity: sha512-/UzbN04b3gK4FdY9nS6bdmh1KlkhHTOglCnvKDlx6XvC+E6qW2OzfU7D1b/k7sINSmVRGkt5L2NuZCHeAgX2/Q== } - '@ckeditor/ckeditor5-special-characters@46.1.1': + '@ckeditor/ckeditor5-special-characters@47.1.0': resolution: { - integrity: sha512-6U99q15iGgb28hNTh7xYw8lbwtajyv/6Z9aVpnlkDXLHAdgkXyfo/5Z65hpPjlMoHwxnZd2xtzYaK1Aaz22MbQ== + integrity: sha512-r/FW9Xz589nLcr5pXOyhCPNLQp7XkjR17PgHTgJcQmJuEo396UTvoPz7eBfGkCDMjINmZj1cTNdJSL7/Xpqk5g== } - '@ckeditor/ckeditor5-style@46.1.1': + '@ckeditor/ckeditor5-style@47.1.0': resolution: { - integrity: sha512-42ghJrxnRA32MMAtgdAxAI5NmMdpp8mVpOAs6SIfzfzPyJ7flNorNdjjeD8QIAGvaYz4Vj1G9Y0se2FKR9PCtA== + integrity: sha512-Mt40tqRfgebkbHVXq+8nD19gyIsNgnITiQoT+tFZynSlQieaifDo+9D3Aq70KdrxlHW4Muw5ryYe14Xy7Y+rwA== } - '@ckeditor/ckeditor5-table@46.1.1': + '@ckeditor/ckeditor5-table@47.1.0': resolution: { - integrity: sha512-tV2PBXvnw5znqF0riVjPwbstSU35oP/WPGEPzS6iHEWF21+efRgNKA05PSdQp9NQt58uMPOa3vz+1DSDozO5rQ== + integrity: sha512-49g66He4BFzfh/8m23BBhfxk/0FnJnEZ07SiQBWdAMfZSFubTz0/tCm38imf79h4bawUcaLSGP+UJBc6x/gg4w== } - '@ckeditor/ckeditor5-theme-lark@46.1.1': + '@ckeditor/ckeditor5-theme-lark@47.1.0': resolution: { - integrity: sha512-W7U3a6JUGXbnd5kCBySrGei57Uh9Vs6FFlD0/nP7D9FdHKi5IRcnLOXQ2s/sAkztfmIXSKvvcGqGwnZVQCQxNQ== + integrity: sha512-gUAPApFbsViLKGgwHtCLigBYziFUmXDBa9UFmZUNSTZPWpTz/uxOOhwjrQvGqwAH/0W9pKR5TsxWaE2sJZaJPQ== } - '@ckeditor/ckeditor5-typing@46.1.1': + '@ckeditor/ckeditor5-typing@47.1.0': resolution: { - integrity: sha512-+lhzvyHj8Ao/qPHCuufiiBO68pCuynumI8oxfE/UBp9oPO25sqyW4FBgKeGZN6MR+4WKAMjI7tRtNrYEm0FM5Q== + integrity: sha512-teg0UA6AWEMraXAsXYB8372ogIXfFaakOv6Vz8ppIsuKPZfHKJC5ixUd+oUzk03nv3QdtalQAALY8I8dnwl6dQ== } - '@ckeditor/ckeditor5-ui@46.1.1': + '@ckeditor/ckeditor5-ui@47.1.0': resolution: { - integrity: sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg== + integrity: sha512-fV/9LPGZgnWBFQcHq29idZI34OZoO5ej72asf0X+A2rMgdCrHPlVeVwiy6THLRE5CFn9qdramYB27eESxOPi6A== } - '@ckeditor/ckeditor5-undo@46.1.1': + '@ckeditor/ckeditor5-undo@47.1.0': resolution: { - integrity: sha512-xM1Zv4oBGP5UVeXeSEma+n3DBY86zqs+HpyqUaDGYu1ELo5IHc+/mX4vmF06cAOepgLYKgD/Cn+4/PYuxSplZQ== + integrity: sha512-e+GyEZLlx2LhHbaegWri3p1zgX6fjvQH7fzmFG2NZ5h1bgbsCW/+vHv5/r9cwU2/SudJqOeoQRXGQ8PHBp6/ZA== } - '@ckeditor/ckeditor5-upload@46.1.1': + '@ckeditor/ckeditor5-upload@47.1.0': resolution: { - integrity: sha512-aP0p4nP5ttx8pLV0SEtg7zEfk2xxyvbUZGIHvRoCIFUOXEoWsBgeP+Q9RK3RrbkWZ8vh2YSI8CeePtzGfFTLTg== + integrity: sha512-JP6Ao5xbNPoxKv4zWgYbVBA6u8CmOSkvLYp+P3+i4MCcwva4NH/dKwJL+Wqk8XxZ8eavhXNgMGs22Oqq2v18/Q== } - '@ckeditor/ckeditor5-utils@46.1.1': + '@ckeditor/ckeditor5-utils@47.1.0': resolution: { - integrity: sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg== + integrity: sha512-tx2AHkx8dqVp4YKieGbNmSZy88ekmsMIQyHMD04n6oMFz16a3mmqFCm9WJRpTaNvniGKh6TCxA48Kf2zwn7EmQ== } - '@ckeditor/ckeditor5-watchdog@46.1.1': + '@ckeditor/ckeditor5-watchdog@47.1.0': resolution: { - integrity: sha512-kBUsBIJ8eBIfbpLRHG0UGUvzYVD2dYpwP3cHQaSbFvEc9dnq2EgJ+LTDlysNM+ci+Z3fAeMC1KYskOO6oGGMXA== + integrity: sha512-3cK0GKi8Et3dHln1E36Wmk30SzgLd2dgWDGaNUvfygQT9hBeKnWZ//cp/ZlBwbfEwJth/jAlcXUHsFR9T2Uwjw== } - '@ckeditor/ckeditor5-widget@46.1.1': + '@ckeditor/ckeditor5-widget@47.1.0': resolution: { - integrity: sha512-kBOVN1Iu9oTvk7bbgHXg70ZIVbsUm1U4XQF+knZ1bmI5M+wrOxh2HWSpigX/niOOcsIUo3TtYSPienEKxvxD6g== + integrity: sha512-S04Ry1eVMyLV7yyc8bpmAY/7/bmD8FsrV5Gfk3ftL+voJi0+3B1WmptOcpkyiCC5PbbgjNX3f0NPYufEjjPNtQ== } - '@ckeditor/ckeditor5-word-count@46.1.1': + '@ckeditor/ckeditor5-word-count@47.1.0': resolution: { - integrity: sha512-F5+PEunszKRIHgXh1oOKpsQdUaCRSEXmkceAmKuAAE3a/7K5xbmno43N+36rVQApqE5oejLOYqd/hGg5d6Ei8g== + integrity: sha512-e9sx/EUONwbdZFGU6bcJmrLMw18Fugecs3LiMQVVoVrFpMEywPhzzeRZUN6XX70qPXWHkDRQRnNSQXqhJ2lpxg== } - '@esbuild/aix-ppc64@0.25.10': + '@esbuild/aix-ppc64@0.25.11': resolution: { - integrity: sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw== + integrity: sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg== } engines: { node: '>=18' } cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.25.10': + '@esbuild/android-arm64@0.25.11': resolution: { - integrity: sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg== + integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ== } engines: { node: '>=18' } cpu: [arm64] os: [android] - '@esbuild/android-arm@0.25.10': + '@esbuild/android-arm@0.25.11': resolution: { - integrity: sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w== + integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg== } engines: { node: '>=18' } cpu: [arm] os: [android] - '@esbuild/android-x64@0.25.10': + '@esbuild/android-x64@0.25.11': resolution: { - integrity: sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg== + integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g== } engines: { node: '>=18' } cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.25.10': + '@esbuild/darwin-arm64@0.25.11': resolution: { - integrity: sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA== + integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w== } engines: { node: '>=18' } cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.25.10': + '@esbuild/darwin-x64@0.25.11': resolution: { - integrity: sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg== + integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ== } engines: { node: '>=18' } cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.25.10': + '@esbuild/freebsd-arm64@0.25.11': resolution: { - integrity: sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg== + integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA== } engines: { node: '>=18' } cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.10': + '@esbuild/freebsd-x64@0.25.11': resolution: { - integrity: sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA== + integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw== } engines: { node: '>=18' } cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.25.10': + '@esbuild/linux-arm64@0.25.11': resolution: { - integrity: sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ== + integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA== } engines: { node: '>=18' } cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.25.10': + '@esbuild/linux-arm@0.25.11': resolution: { - integrity: sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg== + integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw== } engines: { node: '>=18' } cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.25.10': + '@esbuild/linux-ia32@0.25.11': resolution: { - integrity: sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ== + integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw== } engines: { node: '>=18' } cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.25.10': + '@esbuild/linux-loong64@0.25.11': resolution: { - integrity: sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg== + integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw== } engines: { node: '>=18' } cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.25.10': + '@esbuild/linux-mips64el@0.25.11': resolution: { - integrity: sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA== + integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ== } engines: { node: '>=18' } cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.25.10': + '@esbuild/linux-ppc64@0.25.11': resolution: { - integrity: sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA== + integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw== } engines: { node: '>=18' } cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.25.10': + '@esbuild/linux-riscv64@0.25.11': resolution: { - integrity: sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA== + integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww== } engines: { node: '>=18' } cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.25.10': + '@esbuild/linux-s390x@0.25.11': resolution: { - integrity: sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew== + integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw== } engines: { node: '>=18' } cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.25.10': + '@esbuild/linux-x64@0.25.11': resolution: { - integrity: sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA== + integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ== } engines: { node: '>=18' } cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.25.10': + '@esbuild/netbsd-arm64@0.25.11': resolution: { - integrity: sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A== + integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg== } engines: { node: '>=18' } cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.10': + '@esbuild/netbsd-x64@0.25.11': resolution: { - integrity: sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig== + integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A== } engines: { node: '>=18' } cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.25.10': + '@esbuild/openbsd-arm64@0.25.11': resolution: { - integrity: sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw== + integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg== } engines: { node: '>=18' } cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.10': + '@esbuild/openbsd-x64@0.25.11': resolution: { - integrity: sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw== + integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw== } engines: { node: '>=18' } cpu: [x64] os: [openbsd] - '@esbuild/openharmony-arm64@0.25.10': + '@esbuild/openharmony-arm64@0.25.11': resolution: { - integrity: sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag== + integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ== } engines: { node: '>=18' } cpu: [arm64] os: [openharmony] - '@esbuild/sunos-x64@0.25.10': + '@esbuild/sunos-x64@0.25.11': resolution: { - integrity: sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ== + integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA== } engines: { node: '>=18' } cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.25.10': + '@esbuild/win32-arm64@0.25.11': resolution: { - integrity: sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw== + integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q== } engines: { node: '>=18' } cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.25.10': + '@esbuild/win32-ia32@0.25.11': resolution: { - integrity: sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw== + integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA== } engines: { node: '>=18' } cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.25.10': + '@esbuild/win32-x64@0.25.11': resolution: { - integrity: sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw== + integrity: sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA== } engines: { node: '>=18' } cpu: [x64] @@ -872,31 +872,31 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - '@eslint-community/regexpp@4.12.1': + '@eslint-community/regexpp@4.12.2': resolution: { - integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== + integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== } engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } - '@eslint/config-array@0.21.0': + '@eslint/config-array@0.21.1': resolution: { - integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ== + integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - '@eslint/config-helpers@0.3.1': + '@eslint/config-helpers@0.4.1': resolution: { - integrity: sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA== + integrity: sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - '@eslint/core@0.15.2': + '@eslint/core@0.16.0': resolution: { - integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg== + integrity: sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -907,24 +907,24 @@ packages: } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - '@eslint/js@9.36.0': + '@eslint/js@9.38.0': resolution: { - integrity: sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw== + integrity: sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - '@eslint/object-schema@2.1.6': + '@eslint/object-schema@2.1.7': resolution: { - integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA== + integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - '@eslint/plugin-kit@0.3.5': + '@eslint/plugin-kit@0.4.0': resolution: { - integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w== + integrity: sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -1022,13 +1022,6 @@ packages: } engines: { node: '>=18.18' } - '@isaacs/fs-minipass@4.0.1': - resolution: - { - integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w== - } - engines: { node: '>=18.0.0' } - '@jridgewell/gen-mapping@0.3.13': resolution: { @@ -1217,10 +1210,10 @@ packages: integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== } - '@rollup/plugin-commonjs@28.0.6': + '@rollup/plugin-commonjs@28.0.9': resolution: { - integrity: sha512-XSQB1K7FUU5QP+3lOQmVCE3I0FcbbNvmNT4VJSj93iUjayaARrTQeoRdiYQoftAJBLrR9t2agwAd3ekaTgHNlw== + integrity: sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA== } engines: { node: '>=16.0.0 || 14 >= 14.17' } peerDependencies: @@ -1241,10 +1234,10 @@ packages: rollup: optional: true - '@rollup/plugin-node-resolve@16.0.1': + '@rollup/plugin-node-resolve@16.0.3': resolution: { - integrity: sha512-tk5YCxJWIG81umIvNkSod2qK5KyQW19qcBF/B78n1bjtOON6gzKoVeSzAE8yHCZEDmqkHKkxplExA8KzdJLJpA== + integrity: sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg== } engines: { node: '>=14.0.0' } peerDependencies: @@ -1265,207 +1258,207 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.52.0': + '@rollup/rollup-android-arm-eabi@4.52.5': resolution: { - integrity: sha512-VxDYCDqOaR7NXzAtvRx7G1u54d2kEHopb28YH/pKzY6y0qmogP3gG7CSiWsq9WvDFxOQMpNEyjVAHZFXfH3o/A== + integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ== } cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.52.0': + '@rollup/rollup-android-arm64@4.52.5': resolution: { - integrity: sha512-pqDirm8koABIKvzL59YI9W9DWbRlTX7RWhN+auR8HXJxo89m4mjqbah7nJZjeKNTNYopqL+yGg+0mhCpf3xZtQ== + integrity: sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA== } cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.52.0': + '@rollup/rollup-darwin-arm64@4.52.5': resolution: { - integrity: sha512-YCdWlY/8ltN6H78HnMsRHYlPiKvqKagBP1r+D7SSylxX+HnsgXGCmLiV3Y4nSyY9hW8qr8U9LDUx/Lo7M6MfmQ== + integrity: sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA== } cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.52.0': + '@rollup/rollup-darwin-x64@4.52.5': resolution: { - integrity: sha512-z4nw6y1j+OOSGzuVbSWdIp1IUks9qNw4dc7z7lWuWDKojY38VMWBlEN7F9jk5UXOkUcp97vA1N213DF+Lz8BRg== + integrity: sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA== } cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.52.0': + '@rollup/rollup-freebsd-arm64@4.52.5': resolution: { - integrity: sha512-Q/dv9Yvyr5rKlK8WQJZVrp5g2SOYeZUs9u/t2f9cQ2E0gJjYB/BWoedXfUT0EcDJefi2zzVfhcOj8drWCzTviw== + integrity: sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA== } cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.52.0': + '@rollup/rollup-freebsd-x64@4.52.5': resolution: { - integrity: sha512-kdBsLs4Uile/fbjZVvCRcKB4q64R+1mUq0Yd7oU1CMm1Av336ajIFqNFovByipciuUQjBCPMxwJhCgfG2re3rg== + integrity: sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ== } cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.52.0': + '@rollup/rollup-linux-arm-gnueabihf@4.52.5': resolution: { - integrity: sha512-aL6hRwu0k7MTUESgkg7QHY6CoqPgr6gdQXRJI1/VbFlUMwsSzPGSR7sG5d+MCbYnJmJwThc2ol3nixj1fvI/zQ== + integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ== } cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.52.0': + '@rollup/rollup-linux-arm-musleabihf@4.52.5': resolution: { - integrity: sha512-BTs0M5s1EJejgIBJhCeiFo7GZZ2IXWkFGcyZhxX4+8usnIo5Mti57108vjXFIQmmJaRyDwmV59Tw64Ap1dkwMw== + integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ== } cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.52.0': + '@rollup/rollup-linux-arm64-gnu@4.52.5': resolution: { - integrity: sha512-uj672IVOU9m08DBGvoPKPi/J8jlVgjh12C9GmjjBxCTQc3XtVmRkRKyeHSmIKQpvJ7fIm1EJieBUcnGSzDVFyw== + integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg== } cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.52.0': + '@rollup/rollup-linux-arm64-musl@4.52.5': resolution: { - integrity: sha512-/+IVbeDMDCtB/HP/wiWsSzduD10SEGzIZX2945KSgZRNi4TSkjHqRJtNTVtVb8IRwhJ65ssI56krlLik+zFWkw== + integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q== } cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loong64-gnu@4.52.0': + '@rollup/rollup-linux-loong64-gnu@4.52.5': resolution: { - integrity: sha512-U1vVzvSWtSMWKKrGoROPBXMh3Vwn93TA9V35PldokHGqiUbF6erSzox/5qrSMKp6SzakvyjcPiVF8yB1xKr9Pg== + integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA== } cpu: [loong64] os: [linux] - '@rollup/rollup-linux-ppc64-gnu@4.52.0': + '@rollup/rollup-linux-ppc64-gnu@4.52.5': resolution: { - integrity: sha512-X/4WfuBAdQRH8cK3DYl8zC00XEE6aM472W+QCycpQJeLWVnHfkv7RyBFVaTqNUMsTgIX8ihMjCvFF9OUgeABzw== + integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw== } cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.52.0': + '@rollup/rollup-linux-riscv64-gnu@4.52.5': resolution: { - integrity: sha512-xIRYc58HfWDBZoLmWfWXg2Sq8VCa2iJ32B7mqfWnkx5mekekl0tMe7FHpY8I72RXEcUkaWawRvl3qA55og+cwQ== + integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw== } cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.52.0': + '@rollup/rollup-linux-riscv64-musl@4.52.5': resolution: { - integrity: sha512-mbsoUey05WJIOz8U1WzNdf+6UMYGwE3fZZnQqsM22FZ3wh1N887HT6jAOjXs6CNEK3Ntu2OBsyQDXfIjouI4dw== + integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg== } cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.52.0': + '@rollup/rollup-linux-s390x-gnu@4.52.5': resolution: { - integrity: sha512-qP6aP970bucEi5KKKR4AuPFd8aTx9EF6BvutvYxmZuWLJHmnq4LvBfp0U+yFDMGwJ+AIJEH5sIP+SNypauMWzg== + integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ== } cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.52.0': + '@rollup/rollup-linux-x64-gnu@4.52.5': resolution: { - integrity: sha512-nmSVN+F2i1yKZ7rJNKO3G7ZzmxJgoQBQZ/6c4MuS553Grmr7WqR7LLDcYG53Z2m9409z3JLt4sCOhLdbKQ3HmA== + integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q== } cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.52.0': + '@rollup/rollup-linux-x64-musl@4.52.5': resolution: { - integrity: sha512-2d0qRo33G6TfQVjaMR71P+yJVGODrt5V6+T0BDYH4EMfGgdC/2HWDVjSSFw888GSzAZUwuska3+zxNUCDco6rQ== + integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg== } cpu: [x64] os: [linux] - '@rollup/rollup-openharmony-arm64@4.52.0': + '@rollup/rollup-openharmony-arm64@4.52.5': resolution: { - integrity: sha512-A1JalX4MOaFAAyGgpO7XP5khquv/7xKzLIyLmhNrbiCxWpMlnsTYr8dnsWM7sEeotNmxvSOEL7F65j0HXFcFsw== + integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw== } cpu: [arm64] os: [openharmony] - '@rollup/rollup-win32-arm64-msvc@4.52.0': + '@rollup/rollup-win32-arm64-msvc@4.52.5': resolution: { - integrity: sha512-YQugafP/rH0eOOHGjmNgDURrpYHrIX0yuojOI8bwCyXwxC9ZdTd3vYkmddPX0oHONLXu9Rb1dDmT0VNpjkzGGw== + integrity: sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w== } cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.52.0': + '@rollup/rollup-win32-ia32-msvc@4.52.5': resolution: { - integrity: sha512-zYdUYhi3Qe2fndujBqL5FjAFzvNeLxtIqfzNEVKD1I7C37/chv1VxhscWSQHTNfjPCrBFQMnynwA3kpZpZ8w4A== + integrity: sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg== } cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-gnu@4.52.0': + '@rollup/rollup-win32-x64-gnu@4.52.5': resolution: { - integrity: sha512-fGk03kQylNaCOQ96HDMeT7E2n91EqvCDd3RwvT5k+xNdFCeMGnj5b5hEgTGrQuyidqSsD3zJDQ21QIaxXqTBJw== + integrity: sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ== } cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.52.0': + '@rollup/rollup-win32-x64-msvc@4.52.5': resolution: { - integrity: sha512-6iKDCVSIUQ8jPMoIV0OytRKniaYyy5EbY/RRydmLW8ZR3cEBhxbWl5ro0rkUNe0ef6sScvhbY79HrjRm8i3vDQ== + integrity: sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg== } cpu: [x64] os: [win32] - '@sentry-internal/browser-utils@10.12.0': + '@sentry-internal/browser-utils@10.22.0': resolution: { - integrity: sha512-dozbx389jhKynj0d657FsgbBVOar7pX3mb6GjqCxslXF0VKpZH2Xks0U32RgDY/nK27O+o095IWz7YvjVmPkDw== + integrity: sha512-BpJoLZEyJr7ORzkCrIjxRTnFWwO1mJNICVh3B9g5d9245niGT4OJvRozmLz89WgJkZFHWu84ls6Xfq5b/3tGFQ== } engines: { node: '>=18' } - '@sentry-internal/feedback@10.12.0': + '@sentry-internal/feedback@10.22.0': resolution: { - integrity: sha512-0+7ceO6yQPPqfxRc9ue/xoPHKcnB917ezPaehGQNfAFNQB9PNTG1y55+8mRu0Fw+ANbZeCt/HyoCmXuRdxmkpg== + integrity: sha512-zXySOin/gGHPV+yKaHqjN9YZ7psEJwzLn8PzCLeo+4REzF1eQwbYZIgOxJFD32z8s3nZiABSWFM/n1CvVfMEsQ== } engines: { node: '>=18' } - '@sentry-internal/replay-canvas@10.12.0': + '@sentry-internal/replay-canvas@10.22.0': resolution: { - integrity: sha512-W/z1/+69i3INNfPjD1KuinSNaRQaApjzwb37IFmiyF440F93hxmEYgXHk3poOlYYaigl2JMYbysGPWOiXnqUXA== + integrity: sha512-DE4JNUskJg+O+wFq42W5gAa/99aD5k7TfGOwABxvnzFv8vkKA7pqXwPbFFPzypdKIkln+df7RmbnDwQRNg6/lA== } engines: { node: '>=18' } - '@sentry-internal/replay@10.12.0': + '@sentry-internal/replay@10.22.0': resolution: { - integrity: sha512-/1093gSNGN5KlOBsuyAl33JkzGiG38kCnxswQLZWpPpR6LBbR1Ddb18HjhDpoQNNEZybJBgJC3a5NKl43C2TSQ== + integrity: sha512-JNE4kHAQSG4/V+J+Zog3vKBWgOe9H33ol/MEU1RuLM/4I+uLf4mTetwnS9ilpnnW/Z/gQYfA+R3CiMrZtqTivw== } engines: { node: '>=18' } @@ -1476,17 +1469,17 @@ packages: } engines: { node: '>=8' } - '@sentry/browser@10.12.0': + '@sentry/browser@10.22.0': resolution: { - integrity: sha512-lKyaB2NFmr7SxPjmMTLLhQ7xfxaY3kdkMhpzuRI5qwOngtKt4+FtvNYHRuz+PTtEFv4OaHhNNbRn6r91gWguQg== + integrity: sha512-wD2XqN+yeBpQFfdPo6+wlKDMyyuDctVGzZWE4qTPntICKQuwMdAfeq5Ma89ad0Dw+bzG9UijGeyuJQlswF87Mw== } engines: { node: '>=18' } - '@sentry/core@10.12.0': + '@sentry/core@10.22.0': resolution: { - integrity: sha512-Jrf0Yo7DvmI/ZQcvBnA0xKNAFkJlVC/fMlvcin+5IrFNRcqOToZ2vtF+XqTgjRZymXQNE8s1QTD7IomPHk0TAw== + integrity: sha512-V1oeHbrOKzxadsCmgtPku3v3Emo/Bpb3VSuKmlLrQefiHX98MWtjJ3XDGfduzD5/dCdh0r/OOLwjcmrO/PZ2aw== } engines: { node: '>=18' } @@ -1518,10 +1511,10 @@ packages: } engines: { node: '>=8' } - '@simplewebauthn/browser@13.2.0': + '@simplewebauthn/browser@13.2.2': resolution: { - integrity: sha512-N3fuA1AAnTo5gCStYoIoiasPccC+xPLx2YU88Dv0GeAmPQTWHETlZQq5xZ0DgUq1H9loXMWQH5qqUjcI7BHJ1A== + integrity: sha512-FNW1oLQpTJyqG5kkDg5ZsotvWgmBaC6jCHR7Ej0qUNep36Wl9tj2eZu7J5rP+uhXgHaLk+QQ3lqcw2vS5MX1IA== } '@socket.io/component-emitter@3.1.2': @@ -1536,34 +1529,34 @@ packages: integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA== } - '@sveltejs/acorn-typescript@1.0.5': + '@sveltejs/acorn-typescript@1.0.6': resolution: { - integrity: sha512-IwQk4yfwLdibDlrXVE04jTZYlLnwsTT2PIOQQGNLWfjavGifnk1JD1LcZjZaBTRcxZu2FfPfNLOE04DSu9lqtQ== + integrity: sha512-4awhxtMh4cx9blePWl10HRHj8Iivtqj+2QdDCSMDzxG+XKa9+VCNupQuCuvzEhYPzZSrX+0gC+0lHA/0fFKKQQ== } peerDependencies: acorn: ^8.9.0 - '@sveltejs/adapter-auto@6.1.0': + '@sveltejs/adapter-auto@7.0.0': resolution: { - integrity: sha512-shOuLI5D2s+0zTv2ab5M5PqfknXqWbKi+0UwB9yLTRIdzsK1R93JOO8jNhIYSHdW+IYXIYnLniu+JZqXs7h9Wg== + integrity: sha512-ImDWaErTOCkRS4Gt+5gZuymKFBobnhChXUZ9lhUZLahUgvA4OOvRzi3sahzYgbxGj5nkA6OV0GAW378+dl/gyw== } peerDependencies: '@sveltejs/kit': ^2.0.0 - '@sveltejs/adapter-node@5.3.2': + '@sveltejs/adapter-node@5.4.0': resolution: { - integrity: sha512-nBJSipMb1KLjnAM7uzb+YpnA1VWKb+WdR+0mXEnXI6K1A3XYWbjkcjnW20ubg07sicK8XaGY/FAX3PItw39qBQ== + integrity: sha512-NMsrwGVPEn+J73zH83Uhss/hYYZN6zT3u31R3IHAn3MiKC3h8fjmIAhLfTSOeNHr5wPYfjjMg8E+1gyFgyrEcQ== } peerDependencies: '@sveltejs/kit': ^2.4.0 - '@sveltejs/kit@2.42.2': + '@sveltejs/kit@2.47.3': resolution: { - integrity: sha512-FcNICFvlSYjPiAgk8BpqTEnXkaUj6I6wDwpQBxKMpsYhUc2Q5STgsVpXOG5LqwFpUAoLAXQ4wdWul7EcAG67JQ== + integrity: sha512-zN2yzBc2dIES2BSzLhNP2weYhwB77kgM/oAktICZVmmljyEmPZrlUwr14jjdK9/eDu7WdAuf6gTdYIJLTcN3Fw== } engines: { node: '>=18.13' } hasBin: true @@ -1587,107 +1580,107 @@ packages: svelte: ^5.0.0 vite: ^6.3.0 || ^7.0.0 - '@sveltejs/vite-plugin-svelte@6.2.0': + '@sveltejs/vite-plugin-svelte@6.2.1': resolution: { - integrity: sha512-nJsV36+o7rZUDlrnSduMNl11+RoDE1cKqOI0yUEBCcqFoAZOk47TwD3dPKS2WmRutke9StXnzsPBslY7prDM9w== + integrity: sha512-YZs/OSKOQAQCnJvM/P+F1URotNnYNeU3P2s4oIpzm1uFaqUEqRxUB0g5ejMjEb5Gjb9/PiBI5Ktrq4rUUF8UVQ== } engines: { node: ^20.19 || ^22.12 || >=24 } peerDependencies: svelte: ^5.0.0 vite: ^6.3.0 || ^7.0.0 - '@tailwindcss/node@4.1.13': + '@tailwindcss/node@4.1.16': resolution: { - integrity: sha512-eq3ouolC1oEFOAvOMOBAmfCIqZBJuvWvvYWh5h5iOYfe1HFC6+GZ6EIL0JdM3/niGRJmnrOc+8gl9/HGUaaptw== + integrity: sha512-BX5iaSsloNuvKNHRN3k2RcCuTEgASTo77mofW0vmeHkfrDWaoFAFvNHpEgtu0eqyypcyiBkDWzSMxJhp3AUVcw== } - '@tailwindcss/oxide-android-arm64@4.1.13': + '@tailwindcss/oxide-android-arm64@4.1.16': resolution: { - integrity: sha512-BrpTrVYyejbgGo57yc8ieE+D6VT9GOgnNdmh5Sac6+t0m+v+sKQevpFVpwX3pBrM2qKrQwJ0c5eDbtjouY/+ew== + integrity: sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA== } engines: { node: '>= 10' } cpu: [arm64] os: [android] - '@tailwindcss/oxide-darwin-arm64@4.1.13': + '@tailwindcss/oxide-darwin-arm64@4.1.16': resolution: { - integrity: sha512-YP+Jksc4U0KHcu76UhRDHq9bx4qtBftp9ShK/7UGfq0wpaP96YVnnjFnj3ZFrUAjc5iECzODl/Ts0AN7ZPOANQ== + integrity: sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA== } engines: { node: '>= 10' } cpu: [arm64] os: [darwin] - '@tailwindcss/oxide-darwin-x64@4.1.13': + '@tailwindcss/oxide-darwin-x64@4.1.16': resolution: { - integrity: sha512-aAJ3bbwrn/PQHDxCto9sxwQfT30PzyYJFG0u/BWZGeVXi5Hx6uuUOQEI2Fa43qvmUjTRQNZnGqe9t0Zntexeuw== + integrity: sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg== } engines: { node: '>= 10' } cpu: [x64] os: [darwin] - '@tailwindcss/oxide-freebsd-x64@4.1.13': + '@tailwindcss/oxide-freebsd-x64@4.1.16': resolution: { - integrity: sha512-Wt8KvASHwSXhKE/dJLCCWcTSVmBj3xhVhp/aF3RpAhGeZ3sVo7+NTfgiN8Vey/Fi8prRClDs6/f0KXPDTZE6nQ== + integrity: sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg== } engines: { node: '>= 10' } cpu: [x64] os: [freebsd] - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.13': + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.16': resolution: { - integrity: sha512-mbVbcAsW3Gkm2MGwA93eLtWrwajz91aXZCNSkGTx/R5eb6KpKD5q8Ueckkh9YNboU8RH7jiv+ol/I7ZyQ9H7Bw== + integrity: sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw== } engines: { node: '>= 10' } cpu: [arm] os: [linux] - '@tailwindcss/oxide-linux-arm64-gnu@4.1.13': + '@tailwindcss/oxide-linux-arm64-gnu@4.1.16': resolution: { - integrity: sha512-wdtfkmpXiwej/yoAkrCP2DNzRXCALq9NVLgLELgLim1QpSfhQM5+ZxQQF8fkOiEpuNoKLp4nKZ6RC4kmeFH0HQ== + integrity: sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w== } engines: { node: '>= 10' } cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-arm64-musl@4.1.13': + '@tailwindcss/oxide-linux-arm64-musl@4.1.16': resolution: { - integrity: sha512-hZQrmtLdhyqzXHB7mkXfq0IYbxegaqTmfa1p9MBj72WPoDD3oNOh1Lnxf6xZLY9C3OV6qiCYkO1i/LrzEdW2mg== + integrity: sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ== } engines: { node: '>= 10' } cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-x64-gnu@4.1.13': + '@tailwindcss/oxide-linux-x64-gnu@4.1.16': resolution: { - integrity: sha512-uaZTYWxSXyMWDJZNY1Ul7XkJTCBRFZ5Fo6wtjrgBKzZLoJNrG+WderJwAjPzuNZOnmdrVg260DKwXCFtJ/hWRQ== + integrity: sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew== } engines: { node: '>= 10' } cpu: [x64] os: [linux] - '@tailwindcss/oxide-linux-x64-musl@4.1.13': + '@tailwindcss/oxide-linux-x64-musl@4.1.16': resolution: { - integrity: sha512-oXiPj5mi4Hdn50v5RdnuuIms0PVPI/EG4fxAfFiIKQh5TgQgX7oSuDWntHW7WNIi/yVLAiS+CRGW4RkoGSSgVQ== + integrity: sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw== } engines: { node: '>= 10' } cpu: [x64] os: [linux] - '@tailwindcss/oxide-wasm32-wasi@4.1.13': + '@tailwindcss/oxide-wasm32-wasi@4.1.16': resolution: { - integrity: sha512-+LC2nNtPovtrDwBc/nqnIKYh/W2+R69FA0hgoeOn64BdCX522u19ryLh3Vf3F8W49XBcMIxSe665kwy21FkhvA== + integrity: sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q== } engines: { node: '>=14.0.0' } cpu: [wasm32] @@ -1699,41 +1692,41 @@ packages: - '@emnapi/wasi-threads' - tslib - '@tailwindcss/oxide-win32-arm64-msvc@4.1.13': + '@tailwindcss/oxide-win32-arm64-msvc@4.1.16': resolution: { - integrity: sha512-dziTNeQXtoQ2KBXmrjCxsuPk3F3CQ/yb7ZNZNA+UkNTeiTGgfeh+gH5Pi7mRncVgcPD2xgHvkFCh/MhZWSgyQg== + integrity: sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A== } engines: { node: '>= 10' } cpu: [arm64] os: [win32] - '@tailwindcss/oxide-win32-x64-msvc@4.1.13': + '@tailwindcss/oxide-win32-x64-msvc@4.1.16': resolution: { - integrity: sha512-3+LKesjXydTkHk5zXX01b5KMzLV1xl2mcktBJkje7rhFUpUlYJy7IMOLqjIRQncLTa1WZZiFY/foAeB5nmaiTw== + integrity: sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg== } engines: { node: '>= 10' } cpu: [x64] os: [win32] - '@tailwindcss/oxide@4.1.13': + '@tailwindcss/oxide@4.1.16': resolution: { - integrity: sha512-CPgsM1IpGRa880sMbYmG1s4xhAy3xEt1QULgTJGQmZUeNgXFR7s1YxYygmJyBGtou4SyEosGAGEeYqY7R53bIA== + integrity: sha512-2OSv52FRuhdlgyOQqgtQHuCgXnS8nFSYRp2tJ+4WZXKgTxqPy7SMSls8c3mPT5pkZ17SBToGM5LHEJBO7miEdg== } engines: { node: '>= 10' } - '@tailwindcss/postcss@4.1.13': + '@tailwindcss/postcss@4.1.16': resolution: { - integrity: sha512-HLgx6YSFKJT7rJqh9oJs/TkBFhxuMOfUKSBEPYwV+t78POOBsdQ7crhZLzwcH3T0UyUuOzU/GK5pk5eKr3wCiQ== + integrity: sha512-Qn3SFGPXYQMKR/UtqS+dqvPrzEeBZHrFA92maT4zijCVggdsXnDBMsPFJo1eArX3J+O+Gi+8pV4PkqjLCNBk3A== } - '@tailwindcss/typography@0.5.18': + '@tailwindcss/typography@0.5.19': resolution: { - integrity: sha512-dDIgwZOlf+tVkZ7A029VvQ1+ngKATENDjMEx2N35s2yPjfTS05RWSM8ilhEWSa5DMJ6ci2Ha9WNZEd2GQjrdQg== + integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg== } peerDependencies: tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' @@ -1816,16 +1809,16 @@ packages: integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA== } - '@types/node@24.5.2': + '@types/node@24.9.1': resolution: { - integrity: sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ== + integrity: sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg== } - '@types/qrcode@1.5.5': + '@types/qrcode@1.5.6': resolution: { - integrity: sha512-CdfBi/e3Qk+3Z/fXYShipBT13OJ2fDO2Q2w5CIP5anLTLIndQG9z6P1cnm+8zCWSpm5dnxMFd/uREtb0EXuQzg== + integrity: sha512-te7NQcV2BOvdj2b1hCAHzAoMNuj65kNBMz0KBaxM6c3VGBOhU0dURQKOtH8CFNI/dsKkwlv32p26qYQTWoB5bw== } '@types/resolve@1.20.2': @@ -1840,10 +1833,10 @@ packages: integrity: sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow== } - '@types/sortablejs@1.15.8': + '@types/sortablejs@1.15.9': resolution: { - integrity: sha512-b79830lW+RZfwaztgs1aVPgbasJ8e7AXtZYHTELNXZPsERt4ymJdjV4OccDbHQAvHrCcFpbF78jkm0R6h/pZVg== + integrity: sha512-7HP+rZGE2p886PKV9c9OJzLBI6BBJu1O7lJGYnPyG3fS4/duUCcngkNCjsLwIMV+WMqANe3tt4irrXHSIe68OQ== } '@types/trusted-types@2.0.7': @@ -1870,92 +1863,92 @@ packages: integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q== } - '@typescript-eslint/eslint-plugin@8.44.0': + '@typescript-eslint/eslint-plugin@8.46.2': resolution: { - integrity: sha512-EGDAOGX+uwwekcS0iyxVDmRV9HX6FLSM5kzrAToLTsr9OWCIKG/y3lQheCq18yZ5Xh78rRKJiEpP0ZaCs4ryOQ== + integrity: sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: - '@typescript-eslint/parser': ^8.44.0 + '@typescript-eslint/parser': ^8.46.2 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/parser@8.44.0': + '@typescript-eslint/parser@8.46.2': resolution: { - integrity: sha512-VGMpFQGUQWYT9LfnPcX8ouFojyrZ/2w3K5BucvxL/spdNehccKhB4jUyB1yBCXpr2XFm0jkECxgrpXBW2ipoAw== + integrity: sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/project-service@8.44.0': + '@typescript-eslint/project-service@8.46.2': resolution: { - integrity: sha512-ZeaGNraRsq10GuEohKTo4295Z/SuGcSq2LzfGlqiuEvfArzo/VRrT0ZaJsVPuKZ55lVbNk8U6FcL+ZMH8CoyVA== + integrity: sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/scope-manager@8.44.0': + '@typescript-eslint/scope-manager@8.46.2': resolution: { - integrity: sha512-87Jv3E+al8wpD+rIdVJm/ItDBe/Im09zXIjFoipOjr5gHUhJmTzfFLuTJ/nPTMc2Srsroy4IBXwcTCHyRR7KzA== + integrity: sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - '@typescript-eslint/tsconfig-utils@8.44.0': + '@typescript-eslint/tsconfig-utils@8.46.2': resolution: { - integrity: sha512-x5Y0+AuEPqAInc6yd0n5DAcvtoQ/vyaGwuX5HE9n6qAefk1GaedqrLQF8kQGylLUb9pnZyLf+iEiL9fr8APDtQ== + integrity: sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/type-utils@8.44.0': + '@typescript-eslint/type-utils@8.46.2': resolution: { - integrity: sha512-9cwsoSxJ8Sak67Be/hD2RNt/fsqmWnNE1iHohG8lxqLSNY8xNfyY7wloo5zpW3Nu9hxVgURevqfcH6vvKCt6yg== + integrity: sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/types@8.44.0': + '@typescript-eslint/types@8.46.2': resolution: { - integrity: sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA== + integrity: sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - '@typescript-eslint/typescript-estree@8.44.0': + '@typescript-eslint/typescript-estree@8.46.2': resolution: { - integrity: sha512-lqNj6SgnGcQZwL4/SBJ3xdPEfcBuhCG8zdcwCPgYcmiPLgokiNDKlbPzCwEwu7m279J/lBYWtDYL+87OEfn8Jw== + integrity: sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.44.0': + '@typescript-eslint/utils@8.46.2': resolution: { - integrity: sha512-nktOlVcg3ALo0mYlV+L7sWUD58KG4CMj1rb2HUVOO4aL3K/6wcD+NERqd0rrA5Vg06b42YhF6cFxeixsp9Riqg== + integrity: sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/visitor-keys@8.44.0': + '@typescript-eslint/visitor-keys@8.46.2': resolution: { - integrity: sha512-zaz9u8EJ4GBmnehlrpoKvj/E3dNbuQ7q0ucyZImm3cLqJ8INTc970B1qEqDX/Rzq65r3TvVTN7kHWPBoyW7DWw== + integrity: sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -2289,10 +2282,10 @@ packages: integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== } - baseline-browser-mapping@2.8.6: + baseline-browser-mapping@2.8.20: resolution: { - integrity: sha512-wrH5NNqren/QMtKUEEJf7z86YjfqW/2uw3IL3/xpqZUC95SSVIFXYQeeGjL6FT/X68IROu6RMehZQS5foy2BXw== + integrity: sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ== } hasBin: true @@ -2333,10 +2326,10 @@ packages: } engines: { node: '>=8' } - browserslist@4.26.2: + browserslist@4.27.0: resolution: { - integrity: sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A== + integrity: sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw== } engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true @@ -2367,16 +2360,16 @@ packages: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== } - caniuse-lite@1.0.30001743: + caniuse-lite@1.0.30001751: resolution: { - integrity: sha512-e6Ojr7RV14Un7dz6ASD0aZDmQPT/A+eZU+nuTNfjqmRrmkmQlnTNWH0SKmqagx9PeW87UVqapSurtAXifmtdmw== + integrity: sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw== } - canvas-confetti@1.9.3: + canvas-confetti@1.9.4: resolution: { - integrity: sha512-rFfTURMvmVEX1gyXFgn5QMn81bYk70qa0HLzcIOSVEyl57n6o9ItHeBtUSWdvKAPY0xlvBHno4/v3QPrT83q9g== + integrity: sha512-yxQbJkAVrFXWNbTUjPqjF7G+g6pDotOUHGbkZq2NELZUMDpiJ85rIEazVb8GTaAptNW2miJAXbs1BtioA251Pw== } ccount@2.0.1: @@ -2417,17 +2410,10 @@ packages: } engines: { node: '>= 14.16.0' } - chownr@3.0.0: + ckeditor5@47.1.0: resolution: { - integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g== - } - engines: { node: '>=18' } - - ckeditor5@46.1.1: - resolution: - { - integrity: sha512-6EdHMjm3I+23rVmkOMY5nvS+DpiKbAbbZjY7NIvtCwsDa0333/852raCXbLCUyKL6FRHiYowbjY+8LUvVBuZ8w== + integrity: sha512-Vnmt6eKIpiM+EpJSwxzCjJC5/9ykUhegwqWS9znAuAz2ZgBiVUFt54Y+CBhVpMru3z4zQ+NncVgCqoiU3ocHGQ== } classnames@2.5.1: @@ -2701,17 +2687,17 @@ packages: engines: { node: '>=0.10' } hasBin: true - detect-libc@2.1.0: + detect-libc@2.1.2: resolution: { - integrity: sha512-vEtk+OcP7VBRtQZ1EJ3bdgzSfBjgnEalLTp5zjJrS+2Z1w2KZly4SBdac/WDU3hhsNAZ9E8SC96ME4Ey8MZ7cg== + integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ== } engines: { node: '>=8' } - devalue@5.3.2: + devalue@5.4.2: resolution: { - integrity: sha512-UDsjUbpQn9kvm68slnrs+mfxwFkIflOhkanmyabZ8zOYk8SMEIbJ3TK+88g70hSIeytu4y18f0z/hYHMTrXIWw== + integrity: sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw== } devlop@1.1.0: @@ -2745,10 +2731,10 @@ packages: } engines: { node: '>= 4' } - dompurify@3.2.7: + dompurify@3.3.0: resolution: { - integrity: sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw== + integrity: sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ== } domutils@3.2.2: @@ -2763,10 +2749,10 @@ packages: integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ== } - electron-to-chromium@1.5.222: + electron-to-chromium@1.5.240: resolution: { - integrity: sha512-gA7psSwSwQRE60CEoLz6JBCQPIxNeuzB2nL8vE03GK/OHxlvykbLyeiumQy1iH5C2f3YbRAZpGCMT12a/9ih9w== + integrity: sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ== } emoji-regex@8.0.0: @@ -2814,10 +2800,10 @@ packages: integrity: sha512-z9V0qU4lx1TBXDNFWfAASWk6RNU6c6+TJBKE+FLIg8u0XJ6Yw58Hi0yX8ftEouj6p1QARRlXLFfHbIli93BdQQ== } - esbuild@0.25.10: + esbuild@0.25.11: resolution: { - integrity: sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ== + integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q== } engines: { node: '>=18' } hasBin: true @@ -2873,10 +2859,10 @@ packages: } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - eslint@9.36.0: + eslint@9.38.0: resolution: { - integrity: sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ== + integrity: sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } hasBin: true @@ -3240,10 +3226,10 @@ packages: integrity: sha512-P+3zEKLnOF0qmiesW383vsLdtQVyKtCNA9cjSoKCppTKPQVfKd2W8hbVo5ZhNJKDqeM7BOcvNoKJOjpHh4Js9g== } - i18next@25.5.2: + i18next@25.6.0: resolution: { - integrity: sha512-lW8Zeh37i/o0zVr+NoCHfNnfvVw+M6FQbRp36ZZ/NyHDJ3NJVpp2HhAUyU9WafL5AssymNoOjMRB48mmx2P6Hw== + integrity: sha512-tTn8fLrwBYtnclpL5aPXK/tAYBLWVvoHM1zdfXoRNLcI+RvtMsoZRV98ePlaW3khHYKuNh/Q65W/+NVFUeIwVw== } peerDependencies: typescript: ^5 @@ -3265,10 +3251,10 @@ packages: } engines: { node: '>= 4' } - immutable@5.1.3: + immutable@5.1.4: resolution: { - integrity: sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg== + integrity: sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA== } import-fresh@3.3.1: @@ -3377,10 +3363,10 @@ packages: integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== } - jiti@2.5.1: + jiti@2.6.1: resolution: { - integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w== + integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ== } hasBin: true @@ -3454,100 +3440,109 @@ packages: } engines: { node: '>= 0.8.0' } - lightningcss-darwin-arm64@1.30.1: + lightningcss-android-arm64@1.30.2: resolution: { - integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ== + integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A== + } + engines: { node: '>= 12.0.0' } + cpu: [arm64] + os: [android] + + lightningcss-darwin-arm64@1.30.2: + resolution: + { + integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA== } engines: { node: '>= 12.0.0' } cpu: [arm64] os: [darwin] - lightningcss-darwin-x64@1.30.1: + lightningcss-darwin-x64@1.30.2: resolution: { - integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA== + integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ== } engines: { node: '>= 12.0.0' } cpu: [x64] os: [darwin] - lightningcss-freebsd-x64@1.30.1: + lightningcss-freebsd-x64@1.30.2: resolution: { - integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig== + integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA== } engines: { node: '>= 12.0.0' } cpu: [x64] os: [freebsd] - lightningcss-linux-arm-gnueabihf@1.30.1: + lightningcss-linux-arm-gnueabihf@1.30.2: resolution: { - integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q== + integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA== } engines: { node: '>= 12.0.0' } cpu: [arm] os: [linux] - lightningcss-linux-arm64-gnu@1.30.1: + lightningcss-linux-arm64-gnu@1.30.2: resolution: { - integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw== + integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A== } engines: { node: '>= 12.0.0' } cpu: [arm64] os: [linux] - lightningcss-linux-arm64-musl@1.30.1: + lightningcss-linux-arm64-musl@1.30.2: resolution: { - integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ== + integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA== } engines: { node: '>= 12.0.0' } cpu: [arm64] os: [linux] - lightningcss-linux-x64-gnu@1.30.1: + lightningcss-linux-x64-gnu@1.30.2: resolution: { - integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw== + integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w== } engines: { node: '>= 12.0.0' } cpu: [x64] os: [linux] - lightningcss-linux-x64-musl@1.30.1: + lightningcss-linux-x64-musl@1.30.2: resolution: { - integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ== + integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA== } engines: { node: '>= 12.0.0' } cpu: [x64] os: [linux] - lightningcss-win32-arm64-msvc@1.30.1: + lightningcss-win32-arm64-msvc@1.30.2: resolution: { - integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA== + integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ== } engines: { node: '>= 12.0.0' } cpu: [arm64] os: [win32] - lightningcss-win32-x64-msvc@1.30.1: + lightningcss-win32-x64-msvc@1.30.2: resolution: { - integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg== + integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw== } engines: { node: '>= 12.0.0' } cpu: [x64] os: [win32] - lightningcss@1.30.1: + lightningcss@1.30.2: resolution: { - integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg== + integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ== } engines: { node: '>= 12.0.0' } @@ -3615,10 +3610,10 @@ packages: } engines: { node: '>=12' } - magic-string@0.30.19: + magic-string@0.30.21: resolution: { - integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw== + integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ== } markdown-table@3.0.4: @@ -3627,10 +3622,10 @@ packages: integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw== } - marked@16.3.0: + marked@16.4.1: resolution: { - integrity: sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w== + integrity: sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg== } engines: { node: '>= 20' } hasBin: true @@ -3934,34 +3929,12 @@ packages: } engines: { node: '>=16 || 14 >=14.17' } - minipass@7.1.2: - resolution: - { - integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== - } - engines: { node: '>=16 || 14 >=14.17' } - minisearch@7.2.0: resolution: { integrity: sha512-dqT2XBYUOZOiC5t2HRnwADjhNS2cecp9u+TJRiJ1Qp/f5qjkeT5APcGPjHw+bz89Ms8Jp+cG4AlE+QZ/QnDglg== } - minizlib@3.0.2: - resolution: - { - integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA== - } - engines: { node: '>= 18' } - - mkdirp@3.0.1: - resolution: - { - integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg== - } - engines: { node: '>=10' } - hasBin: true - mri@1.2.0: resolution: { @@ -3996,10 +3969,10 @@ packages: engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } hasBin: true - nanoid@5.1.5: + nanoid@5.1.6: resolution: { - integrity: sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw== + integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg== } engines: { node: ^18 || >=20 } hasBin: true @@ -4016,10 +3989,10 @@ packages: integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ== } - node-releases@2.0.21: + node-releases@2.0.26: resolution: { - integrity: sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw== + integrity: sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA== } normalize-range@0.1.2: @@ -4649,10 +4622,10 @@ packages: } engines: { node: '>=4' } - resolve@1.22.10: + resolve@1.22.11: resolution: { - integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== + integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ== } engines: { node: '>= 0.4' } hasBin: true @@ -4671,10 +4644,10 @@ packages: } engines: { iojs: '>=1.0.0', node: '>=0.10.0' } - rollup@4.52.0: + rollup@4.52.5: resolution: { - integrity: sha512-+IuescNkTJQgX7AkIDtITipZdIGcWF0pnVvZTWStiazUmcGA2ag8dfg0urest2XlXUi9kuhfQ+qmdc5Stc3z7g== + integrity: sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw== } engines: { node: '>=18.0.0', npm: '>=8.0.0' } hasBin: true @@ -4698,10 +4671,10 @@ packages: integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== } - sass@1.93.0: + sass@1.93.2: resolution: { - integrity: sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A== + integrity: sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg== } engines: { node: '>=14.0.0' } hasBin: true @@ -4712,10 +4685,10 @@ packages: integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg== } - semver@7.7.2: + semver@7.7.3: resolution: { - integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA== + integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== } engines: { node: '>=10' } hasBin: true @@ -4836,10 +4809,10 @@ packages: } engines: { node: '>= 0.4' } - svelte-check@4.3.1: + svelte-check@4.3.3: resolution: { - integrity: sha512-lkh8gff5gpHLjxIV+IaApMxQhTGnir2pNUAqcNgeKkvK5bT/30Ey/nzBxNLDlkztCH4dP7PixkMt9SWEKFPBWg== + integrity: sha512-RYP0bEwenDXzfv0P1sKAwjZSlaRyqBn0Fz1TVni58lqyEiqgwztTpmodJrGzP6ZT2aHl4MbTvWP6gbmQ3FOnBg== } engines: { node: '>= 18.0.0' } hasBin: true @@ -4887,10 +4860,10 @@ packages: typescript: optional: true - svelte-range-slider-pips@4.0.7: + svelte-range-slider-pips@4.1.0: resolution: { - integrity: sha512-d4MJsuoGDkzfiTU/bk5jjZgbKe/dtAB1gTewF28+3g2GzUpUgSpA0Lox6JB0GNQVnPB46bepiXK8sO26iHvTZA== + integrity: sha512-2Zw7MngIuPeqdyJ3ueEp7jPSx0hce+Sx8r1eteCeUPxEWlNavKhBtqJyuoAdpvh5csPPFVZJ4TJ4MX9s4G70uw== } peerDependencies: svelte: ^4.2.7 || ^5.0.0 @@ -4901,10 +4874,10 @@ packages: integrity: sha512-41f+85hwhKBRqX0UNYrgFsi34Kk/KDvUkIZXYANxkWoA2NTVTCZbUC2J8hRNZ4TRVxObTshoZRjK2co5+i6LMw== } - svelte@5.39.3: + svelte@5.42.2: resolution: { - integrity: sha512-7Jwus6iXviGZAvhqbeYu3NNHA6LGyQ8EbmjdAhJUDade5rrW6g9VnBbRhUuYX4pMZLHozijsFolt88zvKPfsbQ== + integrity: sha512-iSry5jsBHispVczyt9UrBX/1qu3HQ/UyKPAIjqlvlu3o/eUvc+kpyMyRS2O4HLLx4MvLurLGIUOyyP11pyD59g== } engines: { node: '>=18' } @@ -4916,33 +4889,26 @@ packages: engines: { node: '>=16' } hasBin: true - swiper@12.0.2: + swiper@12.0.3: resolution: { - integrity: sha512-y8F6fDGXmTVVgwqJj6I00l4FdGuhpFJn0U/9Ucn1MwWOw3NdLV8aH88pZOjyhBgU/6PyBlUx+JuAQ5KMWz906Q== + integrity: sha512-BHd6U1VPEIksrXlyXjMmRWO0onmdNPaTAFduzqR3pgjvi7KfmUCAm/0cj49u2D7B0zNjMw02TSeXfinC1hDCXg== } engines: { node: '>= 4.7.0' } - tailwindcss@4.1.13: + tailwindcss@4.1.16: resolution: { - integrity: sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w== + integrity: sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA== } - tapable@2.2.3: + tapable@2.3.0: resolution: { - integrity: sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg== + integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg== } engines: { node: '>=6' } - tar@7.4.3: - resolution: - { - integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw== - } - engines: { node: '>=18' } - thumbhash@0.1.1: resolution: { @@ -5041,10 +5007,10 @@ packages: } engines: { node: '>=12.20' } - typescript@5.9.2: + typescript@5.9.3: resolution: { - integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A== + integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== } engines: { node: '>=14.17' } hasBin: true @@ -5055,26 +5021,19 @@ packages: integrity: sha512-RwKDW2p3iyWn4UbaxpP2+VxwqXh0jpvdxsYpZ5j/MLLiQOfbsV5shpgQiw93+KMYQPcteeMQ289MaAFzs3G9pw== } - ua-parser-js@2.0.5: + ua-parser-js@2.0.6: resolution: { - integrity: sha512-sZErtx3rhpvZQanWW5umau4o/snfoLqRcQwQIZ54377WtRzIecnIKvjpkd5JwPcSUMglGnbIgcsQBGAbdi3S9Q== + integrity: sha512-EmaxXfltJaDW75SokrY4/lXMrVyXomE/0FpIIqP2Ctic93gK7rlme55Cwkz8l3YZ6gqf94fCU7AnIkidd/KXPg== } hasBin: true - undici-types@7.12.0: + undici-types@7.16.0: resolution: { - integrity: sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ== + integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== } - undici@7.16.0: - resolution: - { - integrity: sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g== - } - engines: { node: '>=20.18.1' } - unified@11.0.5: resolution: { @@ -5093,10 +5052,10 @@ packages: integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg== } - unist-util-is@6.0.0: + unist-util-is@6.0.1: resolution: { - integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw== + integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g== } unist-util-position@5.0.0: @@ -5123,10 +5082,10 @@ packages: integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg== } - unist-util-visit-parents@6.0.1: + unist-util-visit-parents@6.0.2: resolution: { - integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw== + integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ== } unist-util-visit@2.0.3: @@ -5141,10 +5100,10 @@ packages: integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg== } - update-browserslist-db@1.1.3: + update-browserslist-db@1.1.4: resolution: { - integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw== + integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A== } hasBin: true peerDependencies: @@ -5200,10 +5159,10 @@ packages: peerDependencies: vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 - vite@7.1.6: + vite@7.1.12: resolution: { - integrity: sha512-SRYIB8t/isTwNn8vMB3MR6E+EQZM/WG1aKmmIUCfDXfVvKfc20ZpamngWHKzAmmu9ppsgxsg4b2I7c90JZudIQ== + integrity: sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug== } engines: { node: ^20.19.0 || >=22.12.0 } hasBin: true @@ -5322,13 +5281,6 @@ packages: integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== } - yallist@5.0.0: - resolution: - { - integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw== - } - engines: { node: '>=18' } - yaml@2.8.1: resolution: { @@ -5358,10 +5310,10 @@ packages: } engines: { node: '>=10' } - yup@1.7.0: + yup@1.7.1: resolution: { - integrity: sha512-VJce62dBd+JQvoc+fCVq+KZfPHr+hXaxCcVgotfwWvlR0Ja3ffYKaJBT8rptPOSKOGJDCUnW2C2JWpud7aRP6Q== + integrity: sha512-GKHFX2nXul2/4Dtfxhozv701jLQHdf6J34YDh2cEkpqoo8le5Mg6/LrdseVLrFarmFygZTlfIhHx/QKfb/QWXw== } zimmerframe@1.1.4: @@ -5381,427 +5333,407 @@ snapshots: '@babel/runtime@7.28.4': {} - '@ckeditor/ckeditor5-adapter-ckfinder@46.1.1': + '@ckeditor/ckeditor5-adapter-ckfinder@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-upload': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-upload': 47.1.0 + ckeditor5: 47.1.0 + + '@ckeditor/ckeditor5-alignment@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-alignment@46.1.1': + '@ckeditor/ckeditor5-autoformat@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-heading': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-autoformat@46.1.1': + '@ckeditor/ckeditor5-autosave@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-heading': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-autosave@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-basic-styles@46.1.1': + '@ckeditor/ckeditor5-basic-styles@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-block-quote@46.1.1': + '@ckeditor/ckeditor5-block-quote@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-enter': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-enter': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-bookmark@46.1.1': + '@ckeditor/ckeditor5-bookmark@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-link': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-link': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-ckbox@46.1.1': + '@ckeditor/ckeditor5-ckbox@47.1.0': dependencies: - '@ckeditor/ckeditor5-cloud-services': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-image': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-upload': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-cloud-services': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-image': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-upload': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 blurhash: 2.0.5 - ckeditor5: 46.1.1 + ckeditor5: 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-ckfinder@46.1.1': + '@ckeditor/ckeditor5-ckfinder@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-image': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-image': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-clipboard@46.1.1': + '@ckeditor/ckeditor5-clipboard@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + es-toolkit: 1.39.5 + + '@ckeditor/ckeditor5-cloud-services@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + + '@ckeditor/ckeditor5-code-block@47.1.0': + dependencies: + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-enter': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color + + '@ckeditor/ckeditor5-core@47.1.0': + dependencies: + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-watchdog': 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-cloud-services@46.1.1': + '@ckeditor/ckeditor5-easy-image@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-cloud-services': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-upload': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-code-block@46.1.1': + '@ckeditor/ckeditor5-editor-balloon@47.1.0': dependencies: - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-enter': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + es-toolkit: 1.39.5 - '@ckeditor/ckeditor5-core@46.1.1': + '@ckeditor/ckeditor5-editor-classic@47.1.0': dependencies: - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-watchdog': 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + es-toolkit: 1.39.5 + + '@ckeditor/ckeditor5-editor-decoupled@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + es-toolkit: 1.39.5 + + '@ckeditor/ckeditor5-editor-inline@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + es-toolkit: 1.39.5 + + '@ckeditor/ckeditor5-editor-multi-root@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-easy-image@46.1.1': + '@ckeditor/ckeditor5-emoji@47.1.0': dependencies: - '@ckeditor/ckeditor5-cloud-services': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-upload': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-editor-balloon@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - es-toolkit: 1.39.5 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-editor-classic@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - es-toolkit: 1.39.5 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-editor-decoupled@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - es-toolkit: 1.39.5 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-editor-inline@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - es-toolkit: 1.39.5 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-editor-multi-root@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - es-toolkit: 1.39.5 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-emoji@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-mention': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-mention': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 es-toolkit: 1.39.5 fuzzysort: 3.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-engine@46.1.1': + '@ckeditor/ckeditor5-engine@47.1.0': dependencies: - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-utils': 47.1.0 + es-toolkit: 1.39.5 + + '@ckeditor/ckeditor5-enter@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + + '@ckeditor/ckeditor5-essentials@47.1.0': + dependencies: + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-enter': 47.1.0 + '@ckeditor/ckeditor5-select-all': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-undo': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color + + '@ckeditor/ckeditor5-find-and-replace@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + es-toolkit: 1.39.5 + + '@ckeditor/ckeditor5-font@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color + + '@ckeditor/ckeditor5-fullscreen@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-editor-classic': 47.1.0 + '@ckeditor/ckeditor5-editor-decoupled': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color + + '@ckeditor/ckeditor5-heading@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-paragraph': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color + + '@ckeditor/ckeditor5-highlight@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color + + '@ckeditor/ckeditor5-horizontal-line@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + ckeditor5: 47.1.0 + + '@ckeditor/ckeditor5-html-embed@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color + + '@ckeditor/ckeditor5-html-support@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-enter': 47.1.0 + '@ckeditor/ckeditor5-heading': 47.1.0 + '@ckeditor/ckeditor5-image': 47.1.0 + '@ckeditor/ckeditor5-list': 47.1.0 + '@ckeditor/ckeditor5-remove-format': 47.1.0 + '@ckeditor/ckeditor5-table': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + ckeditor5: 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-enter@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-icons@47.1.0': {} - '@ckeditor/ckeditor5-essentials@46.1.1': + '@ckeditor/ckeditor5-image@47.1.0': dependencies: - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-enter': 46.1.1 - '@ckeditor/ckeditor5-select-all': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-undo': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-find-and-replace@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-undo': 47.1.0 + '@ckeditor/ckeditor5-upload': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + ckeditor5: 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-font@46.1.1': + '@ckeditor/ckeditor5-indent@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-heading': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-list': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-fullscreen@46.1.1': + '@ckeditor/ckeditor5-language@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-editor-classic': 46.1.1 - '@ckeditor/ckeditor5-editor-decoupled': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-heading@46.1.1': + '@ckeditor/ckeditor5-link@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-paragraph': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-highlight@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-horizontal-line@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-html-embed@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-html-support@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-enter': 46.1.1 - '@ckeditor/ckeditor5-heading': 46.1.1 - '@ckeditor/ckeditor5-image': 46.1.1 - '@ckeditor/ckeditor5-list': 46.1.1 - '@ckeditor/ckeditor5-remove-format': 46.1.1 - '@ckeditor/ckeditor5-table': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-image': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + ckeditor5: 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-icons@46.1.1': {} - - '@ckeditor/ckeditor5-image@46.1.1': + '@ckeditor/ckeditor5-list@47.1.0': dependencies: - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-undo': 46.1.1 - '@ckeditor/ckeditor5-upload': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - ckeditor5: 46.1.1 - es-toolkit: 1.39.5 + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-enter': 47.1.0 + '@ckeditor/ckeditor5-font': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-indent@46.1.1': + '@ckeditor/ckeditor5-markdown-gfm@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-heading': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-list': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-language@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-link@46.1.1': - dependencies: - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-image': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - ckeditor5: 46.1.1 - es-toolkit: 1.39.5 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-list@46.1.1': - dependencies: - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-enter': 46.1.1 - '@ckeditor/ckeditor5-font': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 - transitivePeerDependencies: - - supports-color - - '@ckeditor/ckeditor5-markdown-gfm@46.1.1': - dependencies: - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 '@types/hast': 3.0.4 - ckeditor5: 46.1.1 + ckeditor5: 47.1.0 hast-util-from-dom: 5.0.1 hast-util-to-html: 9.0.5 hast-util-to-mdast: 10.1.2 @@ -5819,155 +5751,167 @@ snapshots: transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-media-embed@46.1.1': + '@ckeditor/ckeditor5-media-embed@47.1.0': dependencies: - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-undo': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-undo': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color - '@ckeditor/ckeditor5-mention@46.1.1': + '@ckeditor/ckeditor5-mention@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-minimap@46.1.1': + '@ckeditor/ckeditor5-minimap@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color - '@ckeditor/ckeditor5-page-break@46.1.1': + '@ckeditor/ckeditor5-page-break@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color - '@ckeditor/ckeditor5-paragraph@46.1.1': + '@ckeditor/ckeditor5-paragraph@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 - '@ckeditor/ckeditor5-paste-from-office@46.1.1': + '@ckeditor/ckeditor5-paste-from-office@47.1.0': dependencies: - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + ckeditor5: 47.1.0 - '@ckeditor/ckeditor5-remove-format@46.1.1': + '@ckeditor/ckeditor5-remove-format@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 - '@ckeditor/ckeditor5-restricted-editing@46.1.1': + '@ckeditor/ckeditor5-restricted-editing@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 - '@ckeditor/ckeditor5-select-all@46.1.1': + '@ckeditor/ckeditor5-select-all@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 - '@ckeditor/ckeditor5-show-blocks@46.1.1': + '@ckeditor/ckeditor5-show-blocks@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + transitivePeerDependencies: + - supports-color - '@ckeditor/ckeditor5-source-editing@46.1.1': + '@ckeditor/ckeditor5-source-editing@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-theme-lark': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-theme-lark': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 - '@ckeditor/ckeditor5-special-characters@46.1.1': + '@ckeditor/ckeditor5-special-characters@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 - '@ckeditor/ckeditor5-style@46.1.1': + '@ckeditor/ckeditor5-style@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-html-support': 46.1.1 - '@ckeditor/ckeditor5-list': 46.1.1 - '@ckeditor/ckeditor5-table': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-html-support': 47.1.0 + '@ckeditor/ckeditor5-list': 47.1.0 + '@ckeditor/ckeditor5-table': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 + es-toolkit: 1.39.5 + transitivePeerDependencies: + - supports-color + + '@ckeditor/ckeditor5-table@47.1.0': + dependencies: + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + ckeditor5: 47.1.0 + es-toolkit: 1.39.5 + transitivePeerDependencies: + - supports-color + + '@ckeditor/ckeditor5-theme-lark@47.1.0': + dependencies: + '@ckeditor/ckeditor5-ui': 47.1.0 + + '@ckeditor/ckeditor5-typing@47.1.0': + dependencies: + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 es-toolkit: 1.39.5 - '@ckeditor/ckeditor5-table@46.1.1': + '@ckeditor/ckeditor5-ui@47.1.0': dependencies: - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - ckeditor5: 46.1.1 - es-toolkit: 1.39.5 - - '@ckeditor/ckeditor5-theme-lark@46.1.1': - dependencies: - '@ckeditor/ckeditor5-ui': 46.1.1 - - '@ckeditor/ckeditor5-typing@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - es-toolkit: 1.39.5 - - '@ckeditor/ckeditor5-ui@46.1.1': - dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-editor-multi-root': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-editor-multi-root': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 '@types/color-convert': 2.0.4 color-convert: 3.1.0 color-parse: 2.0.2 @@ -5976,151 +5920,155 @@ snapshots: transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-undo@46.1.1': + '@ckeditor/ckeditor5-undo@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 - '@ckeditor/ckeditor5-upload@46.1.1': + '@ckeditor/ckeditor5-upload@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 - '@ckeditor/ckeditor5-utils@46.1.1': + '@ckeditor/ckeditor5-utils@47.1.0': dependencies: - '@ckeditor/ckeditor5-ui': 46.1.1 + '@ckeditor/ckeditor5-ui': 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-watchdog@46.1.1': + '@ckeditor/ckeditor5-watchdog@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-editor-multi-root': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-editor-multi-root': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 es-toolkit: 1.39.5 transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-widget@46.1.1': + '@ckeditor/ckeditor5-widget@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-enter': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-enter': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 es-toolkit: 1.39.5 - '@ckeditor/ckeditor5-word-count@46.1.1': + '@ckeditor/ckeditor5-word-count@47.1.0': dependencies: - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - ckeditor5: 46.1.1 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + ckeditor5: 47.1.0 es-toolkit: 1.39.5 + transitivePeerDependencies: + - supports-color - '@esbuild/aix-ppc64@0.25.10': + '@esbuild/aix-ppc64@0.25.11': optional: true - '@esbuild/android-arm64@0.25.10': + '@esbuild/android-arm64@0.25.11': optional: true - '@esbuild/android-arm@0.25.10': + '@esbuild/android-arm@0.25.11': optional: true - '@esbuild/android-x64@0.25.10': + '@esbuild/android-x64@0.25.11': optional: true - '@esbuild/darwin-arm64@0.25.10': + '@esbuild/darwin-arm64@0.25.11': optional: true - '@esbuild/darwin-x64@0.25.10': + '@esbuild/darwin-x64@0.25.11': optional: true - '@esbuild/freebsd-arm64@0.25.10': + '@esbuild/freebsd-arm64@0.25.11': optional: true - '@esbuild/freebsd-x64@0.25.10': + '@esbuild/freebsd-x64@0.25.11': optional: true - '@esbuild/linux-arm64@0.25.10': + '@esbuild/linux-arm64@0.25.11': optional: true - '@esbuild/linux-arm@0.25.10': + '@esbuild/linux-arm@0.25.11': optional: true - '@esbuild/linux-ia32@0.25.10': + '@esbuild/linux-ia32@0.25.11': optional: true - '@esbuild/linux-loong64@0.25.10': + '@esbuild/linux-loong64@0.25.11': optional: true - '@esbuild/linux-mips64el@0.25.10': + '@esbuild/linux-mips64el@0.25.11': optional: true - '@esbuild/linux-ppc64@0.25.10': + '@esbuild/linux-ppc64@0.25.11': optional: true - '@esbuild/linux-riscv64@0.25.10': + '@esbuild/linux-riscv64@0.25.11': optional: true - '@esbuild/linux-s390x@0.25.10': + '@esbuild/linux-s390x@0.25.11': optional: true - '@esbuild/linux-x64@0.25.10': + '@esbuild/linux-x64@0.25.11': optional: true - '@esbuild/netbsd-arm64@0.25.10': + '@esbuild/netbsd-arm64@0.25.11': optional: true - '@esbuild/netbsd-x64@0.25.10': + '@esbuild/netbsd-x64@0.25.11': optional: true - '@esbuild/openbsd-arm64@0.25.10': + '@esbuild/openbsd-arm64@0.25.11': optional: true - '@esbuild/openbsd-x64@0.25.10': + '@esbuild/openbsd-x64@0.25.11': optional: true - '@esbuild/openharmony-arm64@0.25.10': + '@esbuild/openharmony-arm64@0.25.11': optional: true - '@esbuild/sunos-x64@0.25.10': + '@esbuild/sunos-x64@0.25.11': optional: true - '@esbuild/win32-arm64@0.25.10': + '@esbuild/win32-arm64@0.25.11': optional: true - '@esbuild/win32-ia32@0.25.10': + '@esbuild/win32-ia32@0.25.11': optional: true - '@esbuild/win32-x64@0.25.10': + '@esbuild/win32-x64@0.25.11': optional: true - '@eslint-community/eslint-utils@4.9.0(eslint@9.36.0(jiti@2.5.1))': + '@eslint-community/eslint-utils@4.9.0(eslint@9.38.0(jiti@2.6.1))': dependencies: - eslint: 9.36.0(jiti@2.5.1) + eslint: 9.38.0(jiti@2.6.1) eslint-visitor-keys: 3.4.3 - '@eslint-community/regexpp@4.12.1': {} + '@eslint-community/regexpp@4.12.2': {} - '@eslint/config-array@0.21.0': + '@eslint/config-array@0.21.1': dependencies: - '@eslint/object-schema': 2.1.6 + '@eslint/object-schema': 2.1.7 debug: 4.4.3 minimatch: 3.1.2 transitivePeerDependencies: - supports-color - '@eslint/config-helpers@0.3.1': {} + '@eslint/config-helpers@0.4.1': + dependencies: + '@eslint/core': 0.16.0 - '@eslint/core@0.15.2': + '@eslint/core@0.16.0': dependencies: '@types/json-schema': 7.0.15 @@ -6138,13 +6086,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.36.0': {} + '@eslint/js@9.38.0': {} - '@eslint/object-schema@2.1.6': {} + '@eslint/object-schema@2.1.7': {} - '@eslint/plugin-kit@0.3.5': + '@eslint/plugin-kit@0.4.0': dependencies: - '@eslint/core': 0.15.2 + '@eslint/core': 0.16.0 levn: 0.4.1 '@felte/common@1.1.9': {} @@ -6158,10 +6106,10 @@ snapshots: '@felte/common': 1.1.9 tippy.js: 6.3.7 - '@felte/validator-yup@1.1.4(yup@1.7.0)': + '@felte/validator-yup@1.1.4(yup@1.7.1)': dependencies: '@felte/common': 1.1.9 - yup: 1.7.0 + yup: 1.7.1 '@ffmpeg/core@0.12.10': {} @@ -6186,10 +6134,6 @@ snapshots: '@humanwhocodes/retry@0.4.3': {} - '@isaacs/fs-minipass@4.0.1': - dependencies: - minipass: 7.1.2 - '@jridgewell/gen-mapping@0.3.13': dependencies: '@jridgewell/sourcemap-codec': 1.5.5 @@ -6286,125 +6230,125 @@ snapshots: '@popperjs/core@2.11.8': {} - '@rollup/plugin-commonjs@28.0.6(rollup@4.52.0)': + '@rollup/plugin-commonjs@28.0.9(rollup@4.52.5)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.52.0) + '@rollup/pluginutils': 5.3.0(rollup@4.52.5) commondir: 1.0.1 estree-walker: 2.0.2 fdir: 6.5.0(picomatch@4.0.3) is-reference: 1.2.1 - magic-string: 0.30.19 + magic-string: 0.30.21 picomatch: 4.0.3 optionalDependencies: - rollup: 4.52.0 + rollup: 4.52.5 - '@rollup/plugin-json@6.1.0(rollup@4.52.0)': + '@rollup/plugin-json@6.1.0(rollup@4.52.5)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.52.0) + '@rollup/pluginutils': 5.3.0(rollup@4.52.5) optionalDependencies: - rollup: 4.52.0 + rollup: 4.52.5 - '@rollup/plugin-node-resolve@16.0.1(rollup@4.52.0)': + '@rollup/plugin-node-resolve@16.0.3(rollup@4.52.5)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.52.0) + '@rollup/pluginutils': 5.3.0(rollup@4.52.5) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 - resolve: 1.22.10 + resolve: 1.22.11 optionalDependencies: - rollup: 4.52.0 + rollup: 4.52.5 - '@rollup/pluginutils@5.3.0(rollup@4.52.0)': + '@rollup/pluginutils@5.3.0(rollup@4.52.5)': dependencies: '@types/estree': 1.0.8 estree-walker: 2.0.2 picomatch: 4.0.3 optionalDependencies: - rollup: 4.52.0 + rollup: 4.52.5 - '@rollup/rollup-android-arm-eabi@4.52.0': + '@rollup/rollup-android-arm-eabi@4.52.5': optional: true - '@rollup/rollup-android-arm64@4.52.0': + '@rollup/rollup-android-arm64@4.52.5': optional: true - '@rollup/rollup-darwin-arm64@4.52.0': + '@rollup/rollup-darwin-arm64@4.52.5': optional: true - '@rollup/rollup-darwin-x64@4.52.0': + '@rollup/rollup-darwin-x64@4.52.5': optional: true - '@rollup/rollup-freebsd-arm64@4.52.0': + '@rollup/rollup-freebsd-arm64@4.52.5': optional: true - '@rollup/rollup-freebsd-x64@4.52.0': + '@rollup/rollup-freebsd-x64@4.52.5': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.52.0': + '@rollup/rollup-linux-arm-gnueabihf@4.52.5': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.52.0': + '@rollup/rollup-linux-arm-musleabihf@4.52.5': optional: true - '@rollup/rollup-linux-arm64-gnu@4.52.0': + '@rollup/rollup-linux-arm64-gnu@4.52.5': optional: true - '@rollup/rollup-linux-arm64-musl@4.52.0': + '@rollup/rollup-linux-arm64-musl@4.52.5': optional: true - '@rollup/rollup-linux-loong64-gnu@4.52.0': + '@rollup/rollup-linux-loong64-gnu@4.52.5': optional: true - '@rollup/rollup-linux-ppc64-gnu@4.52.0': + '@rollup/rollup-linux-ppc64-gnu@4.52.5': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.52.0': + '@rollup/rollup-linux-riscv64-gnu@4.52.5': optional: true - '@rollup/rollup-linux-riscv64-musl@4.52.0': + '@rollup/rollup-linux-riscv64-musl@4.52.5': optional: true - '@rollup/rollup-linux-s390x-gnu@4.52.0': + '@rollup/rollup-linux-s390x-gnu@4.52.5': optional: true - '@rollup/rollup-linux-x64-gnu@4.52.0': + '@rollup/rollup-linux-x64-gnu@4.52.5': optional: true - '@rollup/rollup-linux-x64-musl@4.52.0': + '@rollup/rollup-linux-x64-musl@4.52.5': optional: true - '@rollup/rollup-openharmony-arm64@4.52.0': + '@rollup/rollup-openharmony-arm64@4.52.5': optional: true - '@rollup/rollup-win32-arm64-msvc@4.52.0': + '@rollup/rollup-win32-arm64-msvc@4.52.5': optional: true - '@rollup/rollup-win32-ia32-msvc@4.52.0': + '@rollup/rollup-win32-ia32-msvc@4.52.5': optional: true - '@rollup/rollup-win32-x64-gnu@4.52.0': + '@rollup/rollup-win32-x64-gnu@4.52.5': optional: true - '@rollup/rollup-win32-x64-msvc@4.52.0': + '@rollup/rollup-win32-x64-msvc@4.52.5': optional: true - '@sentry-internal/browser-utils@10.12.0': + '@sentry-internal/browser-utils@10.22.0': dependencies: - '@sentry/core': 10.12.0 + '@sentry/core': 10.22.0 - '@sentry-internal/feedback@10.12.0': + '@sentry-internal/feedback@10.22.0': dependencies: - '@sentry/core': 10.12.0 + '@sentry/core': 10.22.0 - '@sentry-internal/replay-canvas@10.12.0': + '@sentry-internal/replay-canvas@10.22.0': dependencies: - '@sentry-internal/replay': 10.12.0 - '@sentry/core': 10.12.0 + '@sentry-internal/replay': 10.22.0 + '@sentry/core': 10.22.0 - '@sentry-internal/replay@10.12.0': + '@sentry-internal/replay@10.22.0': dependencies: - '@sentry-internal/browser-utils': 10.12.0 - '@sentry/core': 10.12.0 + '@sentry-internal/browser-utils': 10.22.0 + '@sentry/core': 10.22.0 '@sentry-internal/tracing@7.120.4': dependencies: @@ -6412,15 +6356,15 @@ snapshots: '@sentry/types': 7.120.4 '@sentry/utils': 7.120.4 - '@sentry/browser@10.12.0': + '@sentry/browser@10.22.0': dependencies: - '@sentry-internal/browser-utils': 10.12.0 - '@sentry-internal/feedback': 10.12.0 - '@sentry-internal/replay': 10.12.0 - '@sentry-internal/replay-canvas': 10.12.0 - '@sentry/core': 10.12.0 + '@sentry-internal/browser-utils': 10.22.0 + '@sentry-internal/feedback': 10.22.0 + '@sentry-internal/replay': 10.22.0 + '@sentry-internal/replay-canvas': 10.22.0 + '@sentry/core': 10.22.0 - '@sentry/core@10.12.0': {} + '@sentry/core@10.22.0': {} '@sentry/core@7.120.4': dependencies: @@ -6437,144 +6381,141 @@ snapshots: dependencies: '@sentry/types': 7.120.4 - '@simplewebauthn/browser@13.2.0': {} + '@simplewebauthn/browser@13.2.2': {} '@socket.io/component-emitter@3.1.2': {} '@standard-schema/spec@1.0.0': {} - '@sveltejs/acorn-typescript@1.0.5(acorn@8.15.0)': + '@sveltejs/acorn-typescript@1.0.6(acorn@8.15.0)': dependencies: acorn: 8.15.0 - '@sveltejs/adapter-auto@6.1.0(@sveltejs/kit@2.42.2(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))': + '@sveltejs/adapter-auto@7.0.0(@sveltejs/kit@2.47.3(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))': dependencies: - '@sveltejs/kit': 2.42.2(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)) + '@sveltejs/kit': 2.47.3(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)) - '@sveltejs/adapter-node@5.3.2(@sveltejs/kit@2.42.2(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))': + '@sveltejs/adapter-node@5.4.0(@sveltejs/kit@2.47.3(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))': dependencies: - '@rollup/plugin-commonjs': 28.0.6(rollup@4.52.0) - '@rollup/plugin-json': 6.1.0(rollup@4.52.0) - '@rollup/plugin-node-resolve': 16.0.1(rollup@4.52.0) - '@sveltejs/kit': 2.42.2(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)) - rollup: 4.52.0 + '@rollup/plugin-commonjs': 28.0.9(rollup@4.52.5) + '@rollup/plugin-json': 6.1.0(rollup@4.52.5) + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.52.5) + '@sveltejs/kit': 2.47.3(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)) + rollup: 4.52.5 - '@sveltejs/kit@2.42.2(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1))': + '@sveltejs/kit@2.47.3(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1))': dependencies: '@standard-schema/spec': 1.0.0 - '@sveltejs/acorn-typescript': 1.0.5(acorn@8.15.0) - '@sveltejs/vite-plugin-svelte': 6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)) + '@sveltejs/acorn-typescript': 1.0.6(acorn@8.15.0) + '@sveltejs/vite-plugin-svelte': 6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)) '@types/cookie': 0.6.0 acorn: 8.15.0 cookie: 0.6.0 - devalue: 5.3.2 + devalue: 5.4.2 esm-env: 1.2.2 kleur: 4.1.5 - magic-string: 0.30.19 + magic-string: 0.30.21 mrmime: 2.0.1 sade: 1.8.1 set-cookie-parser: 2.7.1 sirv: 3.0.2 - svelte: 5.39.3 - vite: 7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1) + svelte: 5.42.2 + vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1) - '@sveltejs/vite-plugin-svelte-inspector@5.0.1(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1))': + '@sveltejs/vite-plugin-svelte-inspector@5.0.1(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1))': dependencies: - '@sveltejs/vite-plugin-svelte': 6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)) + '@sveltejs/vite-plugin-svelte': 6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)) debug: 4.4.3 - svelte: 5.39.3 - vite: 7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1) + svelte: 5.42.2 + vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1))': + '@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 5.0.1(@sveltejs/vite-plugin-svelte@6.2.0(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)))(svelte@5.39.3)(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)) + '@sveltejs/vite-plugin-svelte-inspector': 5.0.1(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)))(svelte@5.42.2)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)) debug: 4.4.3 deepmerge: 4.3.1 - magic-string: 0.30.19 - svelte: 5.39.3 - vite: 7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1) - vitefu: 1.1.1(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)) + magic-string: 0.30.21 + svelte: 5.42.2 + vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1) + vitefu: 1.1.1(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)) transitivePeerDependencies: - supports-color - '@tailwindcss/node@4.1.13': + '@tailwindcss/node@4.1.16': dependencies: '@jridgewell/remapping': 2.3.5 enhanced-resolve: 5.18.3 - jiti: 2.5.1 - lightningcss: 1.30.1 - magic-string: 0.30.19 + jiti: 2.6.1 + lightningcss: 1.30.2 + magic-string: 0.30.21 source-map-js: 1.2.1 - tailwindcss: 4.1.13 + tailwindcss: 4.1.16 - '@tailwindcss/oxide-android-arm64@4.1.13': + '@tailwindcss/oxide-android-arm64@4.1.16': optional: true - '@tailwindcss/oxide-darwin-arm64@4.1.13': + '@tailwindcss/oxide-darwin-arm64@4.1.16': optional: true - '@tailwindcss/oxide-darwin-x64@4.1.13': + '@tailwindcss/oxide-darwin-x64@4.1.16': optional: true - '@tailwindcss/oxide-freebsd-x64@4.1.13': + '@tailwindcss/oxide-freebsd-x64@4.1.16': optional: true - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.13': + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.16': optional: true - '@tailwindcss/oxide-linux-arm64-gnu@4.1.13': + '@tailwindcss/oxide-linux-arm64-gnu@4.1.16': optional: true - '@tailwindcss/oxide-linux-arm64-musl@4.1.13': + '@tailwindcss/oxide-linux-arm64-musl@4.1.16': optional: true - '@tailwindcss/oxide-linux-x64-gnu@4.1.13': + '@tailwindcss/oxide-linux-x64-gnu@4.1.16': optional: true - '@tailwindcss/oxide-linux-x64-musl@4.1.13': + '@tailwindcss/oxide-linux-x64-musl@4.1.16': optional: true - '@tailwindcss/oxide-wasm32-wasi@4.1.13': + '@tailwindcss/oxide-wasm32-wasi@4.1.16': optional: true - '@tailwindcss/oxide-win32-arm64-msvc@4.1.13': + '@tailwindcss/oxide-win32-arm64-msvc@4.1.16': optional: true - '@tailwindcss/oxide-win32-x64-msvc@4.1.13': + '@tailwindcss/oxide-win32-x64-msvc@4.1.16': optional: true - '@tailwindcss/oxide@4.1.13': - dependencies: - detect-libc: 2.1.0 - tar: 7.4.3 + '@tailwindcss/oxide@4.1.16': optionalDependencies: - '@tailwindcss/oxide-android-arm64': 4.1.13 - '@tailwindcss/oxide-darwin-arm64': 4.1.13 - '@tailwindcss/oxide-darwin-x64': 4.1.13 - '@tailwindcss/oxide-freebsd-x64': 4.1.13 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.13 - '@tailwindcss/oxide-linux-arm64-gnu': 4.1.13 - '@tailwindcss/oxide-linux-arm64-musl': 4.1.13 - '@tailwindcss/oxide-linux-x64-gnu': 4.1.13 - '@tailwindcss/oxide-linux-x64-musl': 4.1.13 - '@tailwindcss/oxide-wasm32-wasi': 4.1.13 - '@tailwindcss/oxide-win32-arm64-msvc': 4.1.13 - '@tailwindcss/oxide-win32-x64-msvc': 4.1.13 + '@tailwindcss/oxide-android-arm64': 4.1.16 + '@tailwindcss/oxide-darwin-arm64': 4.1.16 + '@tailwindcss/oxide-darwin-x64': 4.1.16 + '@tailwindcss/oxide-freebsd-x64': 4.1.16 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.16 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.16 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.16 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.16 + '@tailwindcss/oxide-linux-x64-musl': 4.1.16 + '@tailwindcss/oxide-wasm32-wasi': 4.1.16 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.16 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.16 - '@tailwindcss/postcss@4.1.13': + '@tailwindcss/postcss@4.1.16': dependencies: '@alloc/quick-lru': 5.2.0 - '@tailwindcss/node': 4.1.13 - '@tailwindcss/oxide': 4.1.13 + '@tailwindcss/node': 4.1.16 + '@tailwindcss/oxide': 4.1.16 postcss: 8.5.6 - tailwindcss: 4.1.13 + tailwindcss: 4.1.16 - '@tailwindcss/typography@0.5.18(tailwindcss@4.1.13)': + '@tailwindcss/typography@0.5.19(tailwindcss@4.1.16)': dependencies: postcss-selector-parser: 6.0.10 - tailwindcss: 4.1.13 + tailwindcss: 4.1.16 '@transloadit/prettier-bytes@0.3.5': {} @@ -6610,19 +6551,19 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@24.5.2': + '@types/node@24.9.1': dependencies: - undici-types: 7.12.0 + undici-types: 7.16.0 - '@types/qrcode@1.5.5': + '@types/qrcode@1.5.6': dependencies: - '@types/node': 24.5.2 + '@types/node': 24.9.1 '@types/resolve@1.20.2': {} '@types/retry@0.12.2': {} - '@types/sortablejs@1.15.8': {} + '@types/sortablejs@1.15.9': {} '@types/trusted-types@2.0.7': optional: true @@ -6633,97 +6574,97 @@ snapshots: '@types/unist@3.0.3': {} - '@typescript-eslint/eslint-plugin@8.44.0(@typescript-eslint/parser@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)': + '@typescript-eslint/eslint-plugin@8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2) - '@typescript-eslint/scope-manager': 8.44.0 - '@typescript-eslint/type-utils': 8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2) - '@typescript-eslint/utils': 8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2) - '@typescript-eslint/visitor-keys': 8.44.0 - eslint: 9.36.0(jiti@2.5.1) + '@eslint-community/regexpp': 4.12.2 + '@typescript-eslint/parser': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.46.2 + '@typescript-eslint/type-utils': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.46.2 + eslint: 9.38.0(jiti@2.6.1) graphemer: 1.4.0 ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.9.2) - typescript: 5.9.2 + ts-api-utils: 2.1.0(typescript@5.9.3) + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)': + '@typescript-eslint/parser@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/scope-manager': 8.44.0 - '@typescript-eslint/types': 8.44.0 - '@typescript-eslint/typescript-estree': 8.44.0(typescript@5.9.2) - '@typescript-eslint/visitor-keys': 8.44.0 + '@typescript-eslint/scope-manager': 8.46.2 + '@typescript-eslint/types': 8.46.2 + '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.46.2 debug: 4.4.3 - eslint: 9.36.0(jiti@2.5.1) - typescript: 5.9.2 + eslint: 9.38.0(jiti@2.6.1) + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.44.0(typescript@5.9.2)': + '@typescript-eslint/project-service@8.46.2(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.44.0(typescript@5.9.2) - '@typescript-eslint/types': 8.44.0 + '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.9.3) + '@typescript-eslint/types': 8.46.2 debug: 4.4.3 - typescript: 5.9.2 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.44.0': + '@typescript-eslint/scope-manager@8.46.2': dependencies: - '@typescript-eslint/types': 8.44.0 - '@typescript-eslint/visitor-keys': 8.44.0 + '@typescript-eslint/types': 8.46.2 + '@typescript-eslint/visitor-keys': 8.46.2 - '@typescript-eslint/tsconfig-utils@8.44.0(typescript@5.9.2)': + '@typescript-eslint/tsconfig-utils@8.46.2(typescript@5.9.3)': dependencies: - typescript: 5.9.2 + typescript: 5.9.3 - '@typescript-eslint/type-utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)': + '@typescript-eslint/type-utils@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/types': 8.44.0 - '@typescript-eslint/typescript-estree': 8.44.0(typescript@5.9.2) - '@typescript-eslint/utils': 8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2) + '@typescript-eslint/types': 8.46.2 + '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) + '@typescript-eslint/utils': 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3 - eslint: 9.36.0(jiti@2.5.1) - ts-api-utils: 2.1.0(typescript@5.9.2) - typescript: 5.9.2 + eslint: 9.38.0(jiti@2.6.1) + ts-api-utils: 2.1.0(typescript@5.9.3) + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.44.0': {} + '@typescript-eslint/types@8.46.2': {} - '@typescript-eslint/typescript-estree@8.44.0(typescript@5.9.2)': + '@typescript-eslint/typescript-estree@8.46.2(typescript@5.9.3)': dependencies: - '@typescript-eslint/project-service': 8.44.0(typescript@5.9.2) - '@typescript-eslint/tsconfig-utils': 8.44.0(typescript@5.9.2) - '@typescript-eslint/types': 8.44.0 - '@typescript-eslint/visitor-keys': 8.44.0 + '@typescript-eslint/project-service': 8.46.2(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.9.3) + '@typescript-eslint/types': 8.46.2 + '@typescript-eslint/visitor-keys': 8.46.2 debug: 4.4.3 fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.2 - ts-api-utils: 2.1.0(typescript@5.9.2) - typescript: 5.9.2 + semver: 7.7.3 + ts-api-utils: 2.1.0(typescript@5.9.3) + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)': + '@typescript-eslint/utils@8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(jiti@2.5.1)) - '@typescript-eslint/scope-manager': 8.44.0 - '@typescript-eslint/types': 8.44.0 - '@typescript-eslint/typescript-estree': 8.44.0(typescript@5.9.2) - eslint: 9.36.0(jiti@2.5.1) - typescript: 5.9.2 + '@eslint-community/eslint-utils': 4.9.0(eslint@9.38.0(jiti@2.6.1)) + '@typescript-eslint/scope-manager': 8.46.2 + '@typescript-eslint/types': 8.46.2 + '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) + eslint: 9.38.0(jiti@2.6.1) + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.44.0': + '@typescript-eslint/visitor-keys@8.46.2': dependencies: - '@typescript-eslint/types': 8.44.0 + '@typescript-eslint/types': 8.46.2 eslint-visitor-keys: 4.2.1 '@ungap/structured-clone@1.3.0': {} @@ -6779,7 +6720,7 @@ snapshots: lodash: 4.17.21 mime-match: 1.0.2 namespace-emitter: 2.0.1 - nanoid: 5.1.5 + nanoid: 5.1.6 preact: 10.27.2 '@uppy/dashboard@4.4.3(@uppy/core@4.5.3)': @@ -6793,7 +6734,7 @@ snapshots: '@uppy/utils': 6.2.2 classnames: 2.5.1 lodash: 4.17.21 - nanoid: 5.1.5 + nanoid: 5.1.6 preact: 10.27.2 shallow-equal: 3.1.0 @@ -6872,7 +6813,7 @@ snapshots: '@uppy/core': 4.5.3 '@uppy/utils': 6.2.2 classnames: 2.5.1 - nanoid: 5.1.5 + nanoid: 5.1.6 p-queue: 8.1.1 preact: 10.27.2 @@ -6906,12 +6847,12 @@ snapshots: '@uppy/store-default@4.3.2': {} - '@uppy/svelte@4.6.2(@uppy/core@4.5.3)(@uppy/dashboard@4.4.3(@uppy/core@4.5.3))(@uppy/drag-drop@4.2.2(@uppy/core@4.5.3))(@uppy/progress-bar@4.3.2(@uppy/core@4.5.3))(@uppy/status-bar@4.2.3(@uppy/core@4.5.3))(svelte@5.39.3)': + '@uppy/svelte@4.6.2(@uppy/core@4.5.3)(@uppy/dashboard@4.4.3(@uppy/core@4.5.3))(@uppy/drag-drop@4.2.2(@uppy/core@4.5.3))(@uppy/progress-bar@4.3.2(@uppy/core@4.5.3))(@uppy/status-bar@4.2.3(@uppy/core@4.5.3))(svelte@5.42.2)': dependencies: '@uppy/components': 0.3.2 '@uppy/core': 4.5.3 preact: 10.27.2 - svelte: 5.39.3 + svelte: 5.42.2 optionalDependencies: '@uppy/dashboard': 4.4.3(@uppy/core@4.5.3) '@uppy/drag-drop': 4.2.2(@uppy/core@4.5.3) @@ -6937,7 +6878,7 @@ snapshots: '@uppy/companion-client': 4.5.2(@uppy/core@4.5.3) '@uppy/core': 4.5.3 '@uppy/utils': 6.2.2 - nanoid: 5.1.5 + nanoid: 5.1.6 preact: 10.27.2 '@uppy/utils@6.2.2': @@ -6991,8 +6932,8 @@ snapshots: autoprefixer@10.4.21(postcss@8.5.6): dependencies: - browserslist: 4.26.2 - caniuse-lite: 1.0.30001743 + browserslist: 4.27.0 + caniuse-lite: 1.0.30001751 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 @@ -7005,7 +6946,7 @@ snapshots: balanced-match@1.0.2: {} - baseline-browser-mapping@2.8.6: {} + baseline-browser-mapping@2.8.20: {} blueimp-canvas-to-blob@3.29.0: {} @@ -7026,13 +6967,13 @@ snapshots: dependencies: fill-range: 7.1.1 - browserslist@4.26.2: + browserslist@4.27.0: dependencies: - baseline-browser-mapping: 2.8.6 - caniuse-lite: 1.0.30001743 - electron-to-chromium: 1.5.222 - node-releases: 2.0.21 - update-browserslist-db: 1.1.3(browserslist@4.26.2) + baseline-browser-mapping: 2.8.20 + caniuse-lite: 1.0.30001751 + electron-to-chromium: 1.5.240 + node-releases: 2.0.26 + update-browserslist-db: 1.1.4(browserslist@4.27.0) buffer-equal-constant-time@1.0.1: {} @@ -7042,14 +6983,14 @@ snapshots: caniuse-api@3.0.0: dependencies: - browserslist: 4.26.2 - caniuse-lite: 1.0.30001743 + browserslist: 4.27.0 + caniuse-lite: 1.0.30001751 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - caniuse-lite@1.0.30001743: {} + caniuse-lite@1.0.30001751: {} - canvas-confetti@1.9.3: {} + canvas-confetti@1.9.4: {} ccount@2.0.1: {} @@ -7068,71 +7009,69 @@ snapshots: dependencies: readdirp: 4.1.2 - chownr@3.0.0: {} - - ckeditor5@46.1.1: + ckeditor5@47.1.0: dependencies: - '@ckeditor/ckeditor5-adapter-ckfinder': 46.1.1 - '@ckeditor/ckeditor5-alignment': 46.1.1 - '@ckeditor/ckeditor5-autoformat': 46.1.1 - '@ckeditor/ckeditor5-autosave': 46.1.1 - '@ckeditor/ckeditor5-basic-styles': 46.1.1 - '@ckeditor/ckeditor5-block-quote': 46.1.1 - '@ckeditor/ckeditor5-bookmark': 46.1.1 - '@ckeditor/ckeditor5-ckbox': 46.1.1 - '@ckeditor/ckeditor5-ckfinder': 46.1.1 - '@ckeditor/ckeditor5-clipboard': 46.1.1 - '@ckeditor/ckeditor5-cloud-services': 46.1.1 - '@ckeditor/ckeditor5-code-block': 46.1.1 - '@ckeditor/ckeditor5-core': 46.1.1 - '@ckeditor/ckeditor5-easy-image': 46.1.1 - '@ckeditor/ckeditor5-editor-balloon': 46.1.1 - '@ckeditor/ckeditor5-editor-classic': 46.1.1 - '@ckeditor/ckeditor5-editor-decoupled': 46.1.1 - '@ckeditor/ckeditor5-editor-inline': 46.1.1 - '@ckeditor/ckeditor5-editor-multi-root': 46.1.1 - '@ckeditor/ckeditor5-emoji': 46.1.1 - '@ckeditor/ckeditor5-engine': 46.1.1 - '@ckeditor/ckeditor5-enter': 46.1.1 - '@ckeditor/ckeditor5-essentials': 46.1.1 - '@ckeditor/ckeditor5-find-and-replace': 46.1.1 - '@ckeditor/ckeditor5-font': 46.1.1 - '@ckeditor/ckeditor5-fullscreen': 46.1.1 - '@ckeditor/ckeditor5-heading': 46.1.1 - '@ckeditor/ckeditor5-highlight': 46.1.1 - '@ckeditor/ckeditor5-horizontal-line': 46.1.1 - '@ckeditor/ckeditor5-html-embed': 46.1.1 - '@ckeditor/ckeditor5-html-support': 46.1.1 - '@ckeditor/ckeditor5-icons': 46.1.1 - '@ckeditor/ckeditor5-image': 46.1.1 - '@ckeditor/ckeditor5-indent': 46.1.1 - '@ckeditor/ckeditor5-language': 46.1.1 - '@ckeditor/ckeditor5-link': 46.1.1 - '@ckeditor/ckeditor5-list': 46.1.1 - '@ckeditor/ckeditor5-markdown-gfm': 46.1.1 - '@ckeditor/ckeditor5-media-embed': 46.1.1 - '@ckeditor/ckeditor5-mention': 46.1.1 - '@ckeditor/ckeditor5-minimap': 46.1.1 - '@ckeditor/ckeditor5-page-break': 46.1.1 - '@ckeditor/ckeditor5-paragraph': 46.1.1 - '@ckeditor/ckeditor5-paste-from-office': 46.1.1 - '@ckeditor/ckeditor5-remove-format': 46.1.1 - '@ckeditor/ckeditor5-restricted-editing': 46.1.1 - '@ckeditor/ckeditor5-select-all': 46.1.1 - '@ckeditor/ckeditor5-show-blocks': 46.1.1 - '@ckeditor/ckeditor5-source-editing': 46.1.1 - '@ckeditor/ckeditor5-special-characters': 46.1.1 - '@ckeditor/ckeditor5-style': 46.1.1 - '@ckeditor/ckeditor5-table': 46.1.1 - '@ckeditor/ckeditor5-theme-lark': 46.1.1 - '@ckeditor/ckeditor5-typing': 46.1.1 - '@ckeditor/ckeditor5-ui': 46.1.1 - '@ckeditor/ckeditor5-undo': 46.1.1 - '@ckeditor/ckeditor5-upload': 46.1.1 - '@ckeditor/ckeditor5-utils': 46.1.1 - '@ckeditor/ckeditor5-watchdog': 46.1.1 - '@ckeditor/ckeditor5-widget': 46.1.1 - '@ckeditor/ckeditor5-word-count': 46.1.1 + '@ckeditor/ckeditor5-adapter-ckfinder': 47.1.0 + '@ckeditor/ckeditor5-alignment': 47.1.0 + '@ckeditor/ckeditor5-autoformat': 47.1.0 + '@ckeditor/ckeditor5-autosave': 47.1.0 + '@ckeditor/ckeditor5-basic-styles': 47.1.0 + '@ckeditor/ckeditor5-block-quote': 47.1.0 + '@ckeditor/ckeditor5-bookmark': 47.1.0 + '@ckeditor/ckeditor5-ckbox': 47.1.0 + '@ckeditor/ckeditor5-ckfinder': 47.1.0 + '@ckeditor/ckeditor5-clipboard': 47.1.0 + '@ckeditor/ckeditor5-cloud-services': 47.1.0 + '@ckeditor/ckeditor5-code-block': 47.1.0 + '@ckeditor/ckeditor5-core': 47.1.0 + '@ckeditor/ckeditor5-easy-image': 47.1.0 + '@ckeditor/ckeditor5-editor-balloon': 47.1.0 + '@ckeditor/ckeditor5-editor-classic': 47.1.0 + '@ckeditor/ckeditor5-editor-decoupled': 47.1.0 + '@ckeditor/ckeditor5-editor-inline': 47.1.0 + '@ckeditor/ckeditor5-editor-multi-root': 47.1.0 + '@ckeditor/ckeditor5-emoji': 47.1.0 + '@ckeditor/ckeditor5-engine': 47.1.0 + '@ckeditor/ckeditor5-enter': 47.1.0 + '@ckeditor/ckeditor5-essentials': 47.1.0 + '@ckeditor/ckeditor5-find-and-replace': 47.1.0 + '@ckeditor/ckeditor5-font': 47.1.0 + '@ckeditor/ckeditor5-fullscreen': 47.1.0 + '@ckeditor/ckeditor5-heading': 47.1.0 + '@ckeditor/ckeditor5-highlight': 47.1.0 + '@ckeditor/ckeditor5-horizontal-line': 47.1.0 + '@ckeditor/ckeditor5-html-embed': 47.1.0 + '@ckeditor/ckeditor5-html-support': 47.1.0 + '@ckeditor/ckeditor5-icons': 47.1.0 + '@ckeditor/ckeditor5-image': 47.1.0 + '@ckeditor/ckeditor5-indent': 47.1.0 + '@ckeditor/ckeditor5-language': 47.1.0 + '@ckeditor/ckeditor5-link': 47.1.0 + '@ckeditor/ckeditor5-list': 47.1.0 + '@ckeditor/ckeditor5-markdown-gfm': 47.1.0 + '@ckeditor/ckeditor5-media-embed': 47.1.0 + '@ckeditor/ckeditor5-mention': 47.1.0 + '@ckeditor/ckeditor5-minimap': 47.1.0 + '@ckeditor/ckeditor5-page-break': 47.1.0 + '@ckeditor/ckeditor5-paragraph': 47.1.0 + '@ckeditor/ckeditor5-paste-from-office': 47.1.0 + '@ckeditor/ckeditor5-remove-format': 47.1.0 + '@ckeditor/ckeditor5-restricted-editing': 47.1.0 + '@ckeditor/ckeditor5-select-all': 47.1.0 + '@ckeditor/ckeditor5-show-blocks': 47.1.0 + '@ckeditor/ckeditor5-source-editing': 47.1.0 + '@ckeditor/ckeditor5-special-characters': 47.1.0 + '@ckeditor/ckeditor5-style': 47.1.0 + '@ckeditor/ckeditor5-table': 47.1.0 + '@ckeditor/ckeditor5-theme-lark': 47.1.0 + '@ckeditor/ckeditor5-typing': 47.1.0 + '@ckeditor/ckeditor5-ui': 47.1.0 + '@ckeditor/ckeditor5-undo': 47.1.0 + '@ckeditor/ckeditor5-upload': 47.1.0 + '@ckeditor/ckeditor5-utils': 47.1.0 + '@ckeditor/ckeditor5-watchdog': 47.1.0 + '@ckeditor/ckeditor5-widget': 47.1.0 + '@ckeditor/ckeditor5-word-count': 47.1.0 transitivePeerDependencies: - supports-color @@ -7219,7 +7158,7 @@ snapshots: cssnano-preset-default@7.0.9(postcss@8.5.6): dependencies: - browserslist: 4.26.2 + browserslist: 4.27.0 css-declaration-sorter: 7.3.0(postcss@8.5.6) cssnano-utils: 5.0.1(postcss@8.5.6) postcss: 8.5.6 @@ -7290,9 +7229,9 @@ snapshots: detect-libc@1.0.3: optional: true - detect-libc@2.1.0: {} + detect-libc@2.1.2: {} - devalue@5.3.2: {} + devalue@5.4.2: {} devlop@1.1.0: dependencies: @@ -7312,7 +7251,7 @@ snapshots: dependencies: domelementtype: 2.3.0 - dompurify@3.2.7: + dompurify@3.3.0: optionalDependencies: '@types/trusted-types': 2.0.7 @@ -7326,7 +7265,7 @@ snapshots: dependencies: safe-buffer: 5.2.1 - electron-to-chromium@1.5.222: {} + electron-to-chromium@1.5.240: {} emoji-regex@8.0.0: {} @@ -7347,7 +7286,7 @@ snapshots: enhanced-resolve@5.18.3: dependencies: graceful-fs: 4.2.11 - tapable: 2.2.3 + tapable: 2.3.0 entities@4.5.0: {} @@ -7355,34 +7294,34 @@ snapshots: es-toolkit@1.39.5: {} - esbuild@0.25.10: + esbuild@0.25.11: optionalDependencies: - '@esbuild/aix-ppc64': 0.25.10 - '@esbuild/android-arm': 0.25.10 - '@esbuild/android-arm64': 0.25.10 - '@esbuild/android-x64': 0.25.10 - '@esbuild/darwin-arm64': 0.25.10 - '@esbuild/darwin-x64': 0.25.10 - '@esbuild/freebsd-arm64': 0.25.10 - '@esbuild/freebsd-x64': 0.25.10 - '@esbuild/linux-arm': 0.25.10 - '@esbuild/linux-arm64': 0.25.10 - '@esbuild/linux-ia32': 0.25.10 - '@esbuild/linux-loong64': 0.25.10 - '@esbuild/linux-mips64el': 0.25.10 - '@esbuild/linux-ppc64': 0.25.10 - '@esbuild/linux-riscv64': 0.25.10 - '@esbuild/linux-s390x': 0.25.10 - '@esbuild/linux-x64': 0.25.10 - '@esbuild/netbsd-arm64': 0.25.10 - '@esbuild/netbsd-x64': 0.25.10 - '@esbuild/openbsd-arm64': 0.25.10 - '@esbuild/openbsd-x64': 0.25.10 - '@esbuild/openharmony-arm64': 0.25.10 - '@esbuild/sunos-x64': 0.25.10 - '@esbuild/win32-arm64': 0.25.10 - '@esbuild/win32-ia32': 0.25.10 - '@esbuild/win32-x64': 0.25.10 + '@esbuild/aix-ppc64': 0.25.11 + '@esbuild/android-arm': 0.25.11 + '@esbuild/android-arm64': 0.25.11 + '@esbuild/android-x64': 0.25.11 + '@esbuild/darwin-arm64': 0.25.11 + '@esbuild/darwin-x64': 0.25.11 + '@esbuild/freebsd-arm64': 0.25.11 + '@esbuild/freebsd-x64': 0.25.11 + '@esbuild/linux-arm': 0.25.11 + '@esbuild/linux-arm64': 0.25.11 + '@esbuild/linux-ia32': 0.25.11 + '@esbuild/linux-loong64': 0.25.11 + '@esbuild/linux-mips64el': 0.25.11 + '@esbuild/linux-ppc64': 0.25.11 + '@esbuild/linux-riscv64': 0.25.11 + '@esbuild/linux-s390x': 0.25.11 + '@esbuild/linux-x64': 0.25.11 + '@esbuild/netbsd-arm64': 0.25.11 + '@esbuild/netbsd-x64': 0.25.11 + '@esbuild/openbsd-arm64': 0.25.11 + '@esbuild/openbsd-x64': 0.25.11 + '@esbuild/openharmony-arm64': 0.25.11 + '@esbuild/sunos-x64': 0.25.11 + '@esbuild/win32-arm64': 0.25.11 + '@esbuild/win32-ia32': 0.25.11 + '@esbuild/win32-x64': 0.25.11 escalade@3.2.0: {} @@ -7390,9 +7329,9 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-config-prettier@10.1.8(eslint@9.36.0(jiti@2.5.1)): + eslint-config-prettier@10.1.8(eslint@9.38.0(jiti@2.6.1)): dependencies: - eslint: 9.36.0(jiti@2.5.1) + eslint: 9.38.0(jiti@2.6.1) eslint-scope@8.4.0: dependencies: @@ -7403,21 +7342,20 @@ snapshots: eslint-visitor-keys@4.2.1: {} - eslint@9.36.0(jiti@2.5.1): + eslint@9.38.0(jiti@2.6.1): dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(jiti@2.5.1)) - '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.21.0 - '@eslint/config-helpers': 0.3.1 - '@eslint/core': 0.15.2 + '@eslint-community/eslint-utils': 4.9.0(eslint@9.38.0(jiti@2.6.1)) + '@eslint-community/regexpp': 4.12.2 + '@eslint/config-array': 0.21.1 + '@eslint/config-helpers': 0.4.1 + '@eslint/core': 0.16.0 '@eslint/eslintrc': 3.3.1 - '@eslint/js': 9.36.0 - '@eslint/plugin-kit': 0.3.5 + '@eslint/js': 9.38.0 + '@eslint/plugin-kit': 0.4.0 '@humanfs/node': 0.16.7 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.3 '@types/estree': 1.0.8 - '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 @@ -7441,7 +7379,7 @@ snapshots: natural-compare: 1.4.0 optionator: 0.9.4 optionalDependencies: - jiti: 2.5.1 + jiti: 2.6.1 transitivePeerDependencies: - supports-color @@ -7499,10 +7437,10 @@ snapshots: optionalDependencies: picomatch: 4.0.3 - felte@1.3.0(svelte@5.39.3): + felte@1.3.0(svelte@5.42.2): dependencies: '@felte/core': 1.4.4 - svelte: 5.39.3 + svelte: 5.42.2 file-entry-cache@8.0.0: dependencies: @@ -7591,7 +7529,7 @@ snapshots: hast-util-embedded: 3.0.0 hast-util-is-element: 3.0.0 hast-util-whitespace: 3.0.0 - unist-util-is: 6.0.0 + unist-util-is: 6.0.1 hast-util-parse-selector@4.0.0: dependencies: @@ -7669,17 +7607,17 @@ snapshots: dependencies: '@babel/runtime': 7.28.4 - i18next@25.5.2(typescript@5.9.2): + i18next@25.6.0(typescript@5.9.3): dependencies: '@babel/runtime': 7.28.4 optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 ignore@5.3.2: {} ignore@7.0.5: {} - immutable@5.1.3: {} + immutable@5.1.4: {} import-fresh@3.3.1: dependencies: @@ -7724,7 +7662,7 @@ snapshots: isexe@2.0.0: {} - jiti@2.5.1: {} + jiti@2.6.1: {} js-cookie@3.0.5: {} @@ -7762,50 +7700,54 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - lightningcss-darwin-arm64@1.30.1: + lightningcss-android-arm64@1.30.2: optional: true - lightningcss-darwin-x64@1.30.1: + lightningcss-darwin-arm64@1.30.2: optional: true - lightningcss-freebsd-x64@1.30.1: + lightningcss-darwin-x64@1.30.2: optional: true - lightningcss-linux-arm-gnueabihf@1.30.1: + lightningcss-freebsd-x64@1.30.2: optional: true - lightningcss-linux-arm64-gnu@1.30.1: + lightningcss-linux-arm-gnueabihf@1.30.2: optional: true - lightningcss-linux-arm64-musl@1.30.1: + lightningcss-linux-arm64-gnu@1.30.2: optional: true - lightningcss-linux-x64-gnu@1.30.1: + lightningcss-linux-arm64-musl@1.30.2: optional: true - lightningcss-linux-x64-musl@1.30.1: + lightningcss-linux-x64-gnu@1.30.2: optional: true - lightningcss-win32-arm64-msvc@1.30.1: + lightningcss-linux-x64-musl@1.30.2: optional: true - lightningcss-win32-x64-msvc@1.30.1: + lightningcss-win32-arm64-msvc@1.30.2: optional: true - lightningcss@1.30.1: + lightningcss-win32-x64-msvc@1.30.2: + optional: true + + lightningcss@1.30.2: dependencies: - detect-libc: 2.1.0 + detect-libc: 2.1.2 optionalDependencies: - lightningcss-darwin-arm64: 1.30.1 - lightningcss-darwin-x64: 1.30.1 - lightningcss-freebsd-x64: 1.30.1 - lightningcss-linux-arm-gnueabihf: 1.30.1 - lightningcss-linux-arm64-gnu: 1.30.1 - lightningcss-linux-arm64-musl: 1.30.1 - lightningcss-linux-x64-gnu: 1.30.1 - lightningcss-linux-x64-musl: 1.30.1 - lightningcss-win32-arm64-msvc: 1.30.1 - lightningcss-win32-x64-msvc: 1.30.1 + lightningcss-android-arm64: 1.30.2 + lightningcss-darwin-arm64: 1.30.2 + lightningcss-darwin-x64: 1.30.2 + lightningcss-freebsd-x64: 1.30.2 + lightningcss-linux-arm-gnueabihf: 1.30.2 + lightningcss-linux-arm64-gnu: 1.30.2 + lightningcss-linux-arm64-musl: 1.30.2 + lightningcss-linux-x64-gnu: 1.30.2 + lightningcss-linux-x64-musl: 1.30.2 + lightningcss-win32-arm64-msvc: 1.30.2 + lightningcss-win32-x64-msvc: 1.30.2 lilconfig@3.1.3: {} @@ -7831,20 +7773,20 @@ snapshots: luxon@3.7.2: {} - magic-string@0.30.19: + magic-string@0.30.21: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 markdown-table@3.0.4: {} - marked@16.3.0: {} + marked@16.4.1: {} mdast-util-find-and-replace@3.0.2: dependencies: '@types/mdast': 4.0.4 escape-string-regexp: 5.0.0 - unist-util-is: 6.0.0 - unist-util-visit-parents: 6.0.1 + unist-util-is: 6.0.1 + unist-util-visit-parents: 6.0.2 mdast-util-from-markdown@2.0.2: dependencies: @@ -7928,7 +7870,7 @@ snapshots: mdast-util-phrasing@4.1.0: dependencies: '@types/mdast': 4.0.4 - unist-util-is: 6.0.0 + unist-util-is: 6.0.1 mdast-util-to-hast@13.2.0: dependencies: @@ -7962,13 +7904,13 @@ snapshots: mdn-data@2.12.2: {} - mdsvex@0.12.6(svelte@5.39.3): + mdsvex@0.12.6(svelte@5.42.2): dependencies: '@types/mdast': 4.0.4 '@types/unist': 2.0.11 prism-svelte: 0.4.7 prismjs: 1.30.0 - svelte: 5.39.3 + svelte: 5.42.2 unist-util-visit: 2.0.3 vfile-message: 2.0.4 @@ -8182,16 +8124,8 @@ snapshots: dependencies: brace-expansion: 2.0.2 - minipass@7.1.2: {} - minisearch@7.2.0: {} - minizlib@3.0.2: - dependencies: - minipass: 7.1.2 - - mkdirp@3.0.1: {} - mri@1.2.0: {} mrmime@2.0.1: {} @@ -8202,14 +8136,14 @@ snapshots: nanoid@3.3.11: {} - nanoid@5.1.5: {} + nanoid@5.1.6: {} natural-compare@1.4.0: {} node-addon-api@7.1.1: optional: true - node-releases@2.0.21: {} + node-releases@2.0.26: {} normalize-range@0.1.2: {} @@ -8292,7 +8226,7 @@ snapshots: postcss-colormin@7.0.4(postcss@8.5.6): dependencies: - browserslist: 4.26.2 + browserslist: 4.27.0 caniuse-api: 3.0.0 colord: 2.9.3 postcss: 8.5.6 @@ -8300,7 +8234,7 @@ snapshots: postcss-convert-values@7.0.7(postcss@8.5.6): dependencies: - browserslist: 4.26.2 + browserslist: 4.27.0 postcss: 8.5.6 postcss-value-parser: 4.2.0 @@ -8326,13 +8260,13 @@ snapshots: postcss: 8.5.6 postcss-value-parser: 4.2.0 read-cache: 1.0.0 - resolve: 1.22.10 + resolve: 1.22.11 - postcss-load-config@6.0.1(jiti@2.5.1)(postcss@8.5.6)(yaml@2.8.1): + postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.1): dependencies: lilconfig: 3.1.3 optionalDependencies: - jiti: 2.5.1 + jiti: 2.6.1 postcss: 8.5.6 yaml: 2.8.1 @@ -8344,7 +8278,7 @@ snapshots: postcss-merge-rules@7.0.6(postcss@8.5.6): dependencies: - browserslist: 4.26.2 + browserslist: 4.27.0 caniuse-api: 3.0.0 cssnano-utils: 5.0.1(postcss@8.5.6) postcss: 8.5.6 @@ -8364,7 +8298,7 @@ snapshots: postcss-minify-params@7.0.4(postcss@8.5.6): dependencies: - browserslist: 4.26.2 + browserslist: 4.27.0 cssnano-utils: 5.0.1(postcss@8.5.6) postcss: 8.5.6 postcss-value-parser: 4.2.0 @@ -8406,7 +8340,7 @@ snapshots: postcss-normalize-unicode@7.0.4(postcss@8.5.6): dependencies: - browserslist: 4.26.2 + browserslist: 4.27.0 postcss: 8.5.6 postcss-value-parser: 4.2.0 @@ -8428,7 +8362,7 @@ snapshots: postcss-reduce-initial@7.0.4(postcss@8.5.6): dependencies: - browserslist: 4.26.2 + browserslist: 4.27.0 caniuse-api: 3.0.0 postcss: 8.5.6 @@ -8470,10 +8404,10 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-svelte@3.4.0(prettier@3.6.2)(svelte@5.39.3): + prettier-plugin-svelte@3.4.0(prettier@3.6.2)(svelte@5.42.2): dependencies: prettier: 3.6.2 - svelte: 5.39.3 + svelte: 5.42.2 prettier@3.6.2: {} @@ -8576,7 +8510,7 @@ snapshots: resolve-from@4.0.0: {} - resolve@1.22.10: + resolve@1.22.11: dependencies: is-core-module: 2.16.1 path-parse: 1.0.7 @@ -8586,32 +8520,32 @@ snapshots: reusify@1.1.0: {} - rollup@4.52.0: + rollup@4.52.5: dependencies: '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.52.0 - '@rollup/rollup-android-arm64': 4.52.0 - '@rollup/rollup-darwin-arm64': 4.52.0 - '@rollup/rollup-darwin-x64': 4.52.0 - '@rollup/rollup-freebsd-arm64': 4.52.0 - '@rollup/rollup-freebsd-x64': 4.52.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.52.0 - '@rollup/rollup-linux-arm-musleabihf': 4.52.0 - '@rollup/rollup-linux-arm64-gnu': 4.52.0 - '@rollup/rollup-linux-arm64-musl': 4.52.0 - '@rollup/rollup-linux-loong64-gnu': 4.52.0 - '@rollup/rollup-linux-ppc64-gnu': 4.52.0 - '@rollup/rollup-linux-riscv64-gnu': 4.52.0 - '@rollup/rollup-linux-riscv64-musl': 4.52.0 - '@rollup/rollup-linux-s390x-gnu': 4.52.0 - '@rollup/rollup-linux-x64-gnu': 4.52.0 - '@rollup/rollup-linux-x64-musl': 4.52.0 - '@rollup/rollup-openharmony-arm64': 4.52.0 - '@rollup/rollup-win32-arm64-msvc': 4.52.0 - '@rollup/rollup-win32-ia32-msvc': 4.52.0 - '@rollup/rollup-win32-x64-gnu': 4.52.0 - '@rollup/rollup-win32-x64-msvc': 4.52.0 + '@rollup/rollup-android-arm-eabi': 4.52.5 + '@rollup/rollup-android-arm64': 4.52.5 + '@rollup/rollup-darwin-arm64': 4.52.5 + '@rollup/rollup-darwin-x64': 4.52.5 + '@rollup/rollup-freebsd-arm64': 4.52.5 + '@rollup/rollup-freebsd-x64': 4.52.5 + '@rollup/rollup-linux-arm-gnueabihf': 4.52.5 + '@rollup/rollup-linux-arm-musleabihf': 4.52.5 + '@rollup/rollup-linux-arm64-gnu': 4.52.5 + '@rollup/rollup-linux-arm64-musl': 4.52.5 + '@rollup/rollup-linux-loong64-gnu': 4.52.5 + '@rollup/rollup-linux-ppc64-gnu': 4.52.5 + '@rollup/rollup-linux-riscv64-gnu': 4.52.5 + '@rollup/rollup-linux-riscv64-musl': 4.52.5 + '@rollup/rollup-linux-s390x-gnu': 4.52.5 + '@rollup/rollup-linux-x64-gnu': 4.52.5 + '@rollup/rollup-linux-x64-musl': 4.52.5 + '@rollup/rollup-openharmony-arm64': 4.52.5 + '@rollup/rollup-win32-arm64-msvc': 4.52.5 + '@rollup/rollup-win32-ia32-msvc': 4.52.5 + '@rollup/rollup-win32-x64-gnu': 4.52.5 + '@rollup/rollup-win32-x64-msvc': 4.52.5 fsevents: 2.3.3 run-parallel@1.2.0: @@ -8624,17 +8558,17 @@ snapshots: safe-buffer@5.2.1: {} - sass@1.93.0: + sass@1.93.2: dependencies: chokidar: 4.0.3 - immutable: 5.1.3 + immutable: 5.1.4 source-map-js: 1.2.1 optionalDependencies: '@parcel/watcher': 2.5.1 sax@1.4.1: {} - semver@7.7.2: {} + semver@7.7.3: {} set-blocking@2.0.0: {} @@ -8695,7 +8629,7 @@ snapshots: stylehacks@7.0.6(postcss@8.5.6): dependencies: - browserslist: 4.26.2 + browserslist: 4.27.0 postcss: 8.5.6 postcss-selector-parser: 7.1.0 @@ -8705,40 +8639,40 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - svelte-check@4.3.1(picomatch@4.0.3)(svelte@5.39.3)(typescript@5.9.2): + svelte-check@4.3.3(picomatch@4.0.3)(svelte@5.42.2)(typescript@5.9.3): dependencies: '@jridgewell/trace-mapping': 0.3.31 chokidar: 4.0.3 fdir: 6.5.0(picomatch@4.0.3) picocolors: 1.1.1 sade: 1.8.1 - svelte: 5.39.3 - typescript: 5.9.2 + svelte: 5.42.2 + typescript: 5.9.3 transitivePeerDependencies: - picomatch - svelte-preprocess@6.0.3(postcss-load-config@6.0.1(jiti@2.5.1)(postcss@8.5.6)(yaml@2.8.1))(postcss@8.5.6)(sass@1.93.0)(svelte@5.39.3)(typescript@5.9.2): + svelte-preprocess@6.0.3(postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.1))(postcss@8.5.6)(sass@1.93.2)(svelte@5.42.2)(typescript@5.9.3): dependencies: - svelte: 5.39.3 + svelte: 5.42.2 optionalDependencies: postcss: 8.5.6 - postcss-load-config: 6.0.1(jiti@2.5.1)(postcss@8.5.6)(yaml@2.8.1) - sass: 1.93.0 - typescript: 5.9.2 + postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.1) + sass: 1.93.2 + typescript: 5.9.3 - svelte-range-slider-pips@4.0.7(svelte@5.39.3): + svelte-range-slider-pips@4.1.0(svelte@5.42.2): dependencies: - svelte: 5.39.3 + svelte: 5.42.2 svelte-tippy@1.3.2: dependencies: tippy.js: 6.3.7 - svelte@5.39.3: + svelte@5.42.2: dependencies: '@jridgewell/remapping': 2.3.5 '@jridgewell/sourcemap-codec': 1.5.5 - '@sveltejs/acorn-typescript': 1.0.5(acorn@8.15.0) + '@sveltejs/acorn-typescript': 1.0.6(acorn@8.15.0) '@types/estree': 1.0.8 acorn: 8.15.0 aria-query: 5.3.2 @@ -8748,7 +8682,7 @@ snapshots: esrap: 2.1.0 is-reference: 3.0.3 locate-character: 3.0.0 - magic-string: 0.30.19 + magic-string: 0.30.21 zimmerframe: 1.1.4 svgo@4.0.0: @@ -8761,20 +8695,11 @@ snapshots: picocolors: 1.1.1 sax: 1.4.1 - swiper@12.0.2: {} + swiper@12.0.3: {} - tailwindcss@4.1.13: {} + tailwindcss@4.1.16: {} - tapable@2.2.3: {} - - tar@7.4.3: - dependencies: - '@isaacs/fs-minipass': 4.0.1 - chownr: 3.0.0 - minipass: 7.1.2 - minizlib: 3.0.2 - mkdirp: 3.0.1 - yallist: 5.0.0 + tapable@2.3.0: {} thumbhash@0.1.1: {} @@ -8805,9 +8730,9 @@ snapshots: trough@2.2.0: {} - ts-api-utils@2.1.0(typescript@5.9.2): + ts-api-utils@2.1.0(typescript@5.9.3): dependencies: - typescript: 5.9.2 + typescript: 5.9.3 tslib@2.8.1: {} @@ -8817,20 +8742,17 @@ snapshots: type-fest@2.19.0: {} - typescript@5.9.2: {} + typescript@5.9.3: {} ua-is-frozen@0.1.2: {} - ua-parser-js@2.0.5: + ua-parser-js@2.0.6: dependencies: detect-europe-js: 0.1.2 is-standalone-pwa: 0.1.1 ua-is-frozen: 0.1.2 - undici: 7.16.0 - undici-types@7.12.0: {} - - undici@7.16.0: {} + undici-types@7.16.0: {} unified@11.0.5: dependencies: @@ -8845,11 +8767,11 @@ snapshots: unist-util-find-after@5.0.0: dependencies: '@types/unist': 3.0.3 - unist-util-is: 6.0.0 + unist-util-is: 6.0.1 unist-util-is@4.1.0: {} - unist-util-is@6.0.0: + unist-util-is@6.0.1: dependencies: '@types/unist': 3.0.3 @@ -8870,10 +8792,10 @@ snapshots: '@types/unist': 2.0.11 unist-util-is: 4.1.0 - unist-util-visit-parents@6.0.1: + unist-util-visit-parents@6.0.2: dependencies: '@types/unist': 3.0.3 - unist-util-is: 6.0.0 + unist-util-is: 6.0.1 unist-util-visit@2.0.3: dependencies: @@ -8884,12 +8806,12 @@ snapshots: unist-util-visit@5.0.0: dependencies: '@types/unist': 3.0.3 - unist-util-is: 6.0.0 - unist-util-visit-parents: 6.0.1 + unist-util-is: 6.0.1 + unist-util-visit-parents: 6.0.2 - update-browserslist-db@1.1.3(browserslist@4.26.2): + update-browserslist-db@1.1.4(browserslist@4.27.0): dependencies: - browserslist: 4.26.2 + browserslist: 4.27.0 escalade: 3.2.0 picocolors: 1.1.1 @@ -8918,31 +8840,31 @@ snapshots: vite-plugin-cross-origin-isolation@0.1.6: {} - vite-plugin-iso-import@1.3.0(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)): + vite-plugin-iso-import@1.3.0(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)): dependencies: es-module-lexer: 1.7.0 - magic-string: 0.30.19 - vite: 7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1) + magic-string: 0.30.21 + vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1) - vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1): + vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1): dependencies: - esbuild: 0.25.10 + esbuild: 0.25.11 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.52.0 + rollup: 4.52.5 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 24.5.2 + '@types/node': 24.9.1 fsevents: 2.3.3 - jiti: 2.5.1 - lightningcss: 1.30.1 - sass: 1.93.0 + jiti: 2.6.1 + lightningcss: 1.30.2 + sass: 1.93.2 yaml: 2.8.1 - vitefu@1.1.1(vite@7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1)): + vitefu@1.1.1(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1)): optionalDependencies: - vite: 7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(yaml@2.8.1) + vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(yaml@2.8.1) web-namespaces@2.0.1: {} @@ -8968,8 +8890,6 @@ snapshots: y18n@4.0.3: {} - yallist@5.0.0: {} - yaml@2.8.1: optional: true @@ -8994,7 +8914,7 @@ snapshots: yocto-queue@0.1.0: {} - yup@1.7.0: + yup@1.7.1: dependencies: property-expr: 2.0.6 tiny-case: 1.0.3