From a58c56dbffe492bf1d482be50e08fe0fd41bed43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:51:04 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- apps/admin/package.json | 16 +- apps/api/package.json | 22 +- apps/cli/package.json | 8 +- apps/portal/package.json | 6 +- apps/survey/package.json | 16 +- package.json | 14 +- packages/api-client-v3/package.json | 4 +- packages/api-client-v4/package.json | 6 +- packages/common-backend/package.json | 6 +- packages/common/package.json | 8 +- packages/db/package.json | 8 +- packages/i18n/package.json | 6 +- packages/ui/package.json | 10 +- pnpm-lock.yaml | 2158 ++++++++++++++++---------- 14 files changed, 1382 insertions(+), 906 deletions(-) diff --git a/apps/admin/package.json b/apps/admin/package.json index c0b25f712..5e72b2a08 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -30,17 +30,17 @@ "date-fns": "^4.1.0", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", - "express": "^4.21.0", + "express": "^4.21.1", "fast-equals": "5.0.1", "flag-icons": "^7.2.3", "helmet": "^8.0.0", - "json-editor-vue": "^0.17.0", + "json-editor-vue": "^0.17.2", "lodash": "^4.17.21", "nanoid": "^3.3.7", "pinia": "^2.2.4", - "pinia-plugin-persistedstate": "^4.0.2", + "pinia-plugin-persistedstate": "^4.1.1", "pluralize": "^8.0.0", - "tinymce": "^7.3.0", + "tinymce": "^7.4.1", "vue": "^2.7.16", "vue-dompurify-html": "^4.1.4", "vue-gtag": "^1.16.1", @@ -51,22 +51,22 @@ }, "devDependencies": { "@types/jsdom": "^21.1.7", - "@types/lodash": "^4.17.9", - "@types/node": "^22.7.4", + "@types/lodash": "^4.17.10", + "@types/node": "^22.7.5", "@types/pluralize": "^0.0.33", "@vite-pwa/assets-generator": "^0.2.6", "@vitejs/plugin-vue2": "^2.3.1", "cross-env": "^7.0.3", "jsdom": "^25.0.1", "sass": "~1.32.13", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "unplugin-vue-components": "^0.27.4", "vite": "^5.4.8", "vite-plugin-html": "^3.2.2", "vite-plugin-mkcert": "^1.17.6", "vite-plugin-pwa": "^0.20.5", "vite-plugin-webfont-dl": "^3.9.5", - "vitest": "^2.1.1", + "vitest": "^2.1.2", "vue-tsc": "^2.1.6", "workbox-window": "^7.1.0", "zod": "^3.23.8" diff --git a/apps/api/package.json b/apps/api/package.json index d6648d303..11b382e18 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -37,20 +37,20 @@ "@simplewebauthn/server": "^10.0.1", "@ts-rest/core": "^3.51.0", "@ts-rest/express": "^3.51.0", - "awilix": "^11.0.0", + "awilix": "^11.0.4", "axios": "^1.7.7", "body-parser": "^1.20.3", - "bullmq": "^5.19.0", + "bullmq": "^5.19.1", "clean-css": "^5.3.3", "connect-redis": "^7.1.1", - "cookie-parser": "^1.4.6", + "cookie-parser": "^1.4.7", "cors": "^2.8.5", "date-fns": "^4.1.0", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", - "express": "^4.21.0", - "express-rate-limit": "^7.4.0", - "express-session": "^1.18.0", + "express": "^4.21.1", + "express-rate-limit": "^7.4.1", + "express-session": "^1.18.1", "express-validator": "^7.2.0", "fast-csv": "^5.0.1", "fs-extra": "^11.2.0", @@ -78,12 +78,12 @@ "pg": "^8.13.0", "pg-hstore": "^2.3.4", "pluralize": "^8.0.0", - "puppeteer": "^23.4.1", + "puppeteer": "^23.5.3", "qrcode": "^1.5.4", "rate-limit-redis": "^4.2.0", "reflect-metadata": "^0.2.2", "safe-stable-stringify": "^2.5.0", - "sequelize": "^6.37.3", + "sequelize": "^6.37.4", "sequelize-typescript": "^2.1.6", "sharp": "^0.33.5", "slugify": "^1.6.6", @@ -108,12 +108,12 @@ "@types/jest": "^29.5.13", "@types/jsdom": "^21.1.7", "@types/jsonwebtoken": "^9.0.7", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.10", "@types/morgan": "^1.9.9", "@types/ms": "^0.7.34", "@types/multer": "^1.4.12", "@types/negotiator": "^0.6.3", - "@types/node": "^22.7.4", + "@types/node": "^22.7.5", "@types/nunjucks": "^3.2.6", "@types/passport": "^1.0.16", "@types/passport-jwt": "^4.0.1", @@ -134,7 +134,7 @@ "ts-loader": "^9.5.1", "tsconfig-paths": "^4.2.0", "tsconfig-paths-webpack-plugin": "^4.1.0", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0", diff --git a/apps/cli/package.json b/apps/cli/package.json index 9c72d432a..d41c345dc 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -39,15 +39,15 @@ "pg-hstore": "^2.3.4", "reflect-metadata": "^0.2.2", "remove-bom-stream": "^2.0.0", - "sequelize": "^6.37.3", + "sequelize": "^6.37.4", "sequelize-typescript": "^2.1.6", "web-push": "^3.6.7" }, "devDependencies": { "@types/decompress": "^4.2.7", "@types/fs-extra": "^11.0.4", - "@types/lodash": "^4.17.9", - "@types/node": "^22.7.4", + "@types/lodash": "^4.17.10", + "@types/node": "^22.7.5", "@types/validator": "^13.12.2", "@types/web-push": "^3.6.3", "@types/webpack-env": "^1.18.5", @@ -57,7 +57,7 @@ "tsconfig-paths": "^4.2.0", "tsconfig-paths-webpack-plugin": "^4.1.0", "tsx": "^4.19.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0", diff --git a/apps/portal/package.json b/apps/portal/package.json index e8e65f2bf..4f79e3be3 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -31,7 +31,7 @@ "bootstrap": "^5.3.3", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", - "express": "^4.21.0", + "express": "^4.21.1", "fs-extra": "^11.2.0", "helmet": "^8.0.0", "jsdom": "^25.0.1", @@ -57,12 +57,12 @@ "npm-run-all2": "^6.2.3", "resolve-url-loader": "^5.0.0", "rimraf": "^6.0.1", - "sass": "^1.79.4", + "sass": "^1.79.5", "supertest": "^7.0.0", "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "tsconfig-paths-webpack-plugin": "^4.1.0", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vite": "^5.4.8", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", diff --git a/apps/survey/package.json b/apps/survey/package.json index c05a026eb..d26e9865d 100644 --- a/apps/survey/package.json +++ b/apps/survey/package.json @@ -24,18 +24,18 @@ "@flatten-js/core": "^1.6.2", "@fortawesome/fontawesome-free": "^6.6.0", "@vueuse/core": "^11.1.0", - "awesome-phonenumber": "^7.1.0", + "awesome-phonenumber": "^7.2.0", "axios": "^1.7.7", "axios-retry": "^4.5.0", "date-fns": "^4.1.0", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", - "express": "^4.21.0", + "express": "^4.21.1", "flag-icons": "^7.2.3", "helmet": "^8.0.0", "lodash": "^4.17.21", "pinia": "^2.2.4", - "pinia-plugin-persistedstate": "^4.0.2", + "pinia-plugin-persistedstate": "^4.1.1", "uuid": "^10.0.0", "vue": "^2.7.16", "vue-gtag": "^1.16.1", @@ -44,11 +44,11 @@ "vuetify": "^2.7.2" }, "devDependencies": { - "@iconify-json/fluent": "^1.2.2", + "@iconify-json/fluent": "^1.2.3", "@iconify-json/game-icons": "^1.2.0", "@types/jsdom": "^21.1.7", - "@types/lodash": "^4.17.9", - "@types/node": "^22.7.4", + "@types/lodash": "^4.17.10", + "@types/node": "^22.7.5", "@types/uuid": "^10.0.0", "@vite-pwa/assets-generator": "^0.2.6", "@vitejs/plugin-legacy": "^5.4.2", @@ -58,7 +58,7 @@ "jsdom": "^25.0.1", "sass": "~1.32.13", "terser": "^5.34.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "unplugin-icons": "^0.19.3", "unplugin-vue-components": "^0.27.4", "vite": "^5.4.8", @@ -66,7 +66,7 @@ "vite-plugin-mkcert": "^1.17.6", "vite-plugin-pwa": "^0.20.5", "vite-plugin-webfont-dl": "^3.9.5", - "vitest": "^2.1.1", + "vitest": "^2.1.2", "vue-tsc": "^2.1.6", "workbox-window": "^7.1.0", "zod": "^3.23.8" diff --git a/package.json b/package.json index 8da9436c1..1f5450ea4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "2024.6", "private": true, - "packageManager": "pnpm@9.9.0", + "packageManager": "pnpm@9.12.1", "description": "Dietary recall system", "author": "", "license": "Apache-2.0", @@ -49,16 +49,16 @@ "test:integration:coverage": "pnpm --filter * test:integration:coverage" }, "devDependencies": { - "@antfu/eslint-config": "~3.2.2", + "@antfu/eslint-config": "~3.7.3", "@ts-rest/open-api": "^3.51.0", - "@types/node": "^22.7.4", + "@types/node": "^22.7.5", "@types/prompts": "^2.4.9", "calver": "^24.1.0", "conventional-changelog-cli": "^5.0.0", - "eslint": "^9.11.1", + "eslint": "^9.12.0", "eslint-plugin-format": "^0.1.2", "eslint-plugin-simple-import-sort": "^12.1.1", - "eslint-plugin-vue": "^9.28.0", + "eslint-plugin-vue": "^9.29.0", "execa": "^5.1.1", "lint-staged": "^15.2.10", "picocolors": "^1.1.0", @@ -66,9 +66,9 @@ "rimraf": "^6.0.1", "simple-git-hooks": "^2.11.1", "tsx": "^4.19.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vite": "^5.4.8", - "vitepress": "^1.3.4" + "vitepress": "^1.4.0" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged", diff --git a/packages/api-client-v3/package.json b/packages/api-client-v3/package.json index 3e107546a..6be4d1642 100644 --- a/packages/api-client-v3/package.json +++ b/packages/api-client-v3/package.json @@ -11,9 +11,9 @@ "dependencies": { "axios": "^1.7.7", "p-limit": "^3.1.0", - "winston": "^3.14.2" + "winston": "^3.15.0" }, "devDependencies": { - "@types/node": "^22.7.4" + "@types/node": "^22.7.5" } } diff --git a/packages/api-client-v4/package.json b/packages/api-client-v4/package.json index 581702d58..02cf785af 100644 --- a/packages/api-client-v4/package.json +++ b/packages/api-client-v4/package.json @@ -15,12 +15,12 @@ "lodash": "^4.17.21", "mime-types": "^2.1.35", "p-queue": "^6.6.2", - "winston": "^3.14.2" + "winston": "^3.15.0" }, "devDependencies": { "@types/cookie": "^0.6.0", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.10", "@types/mime-types": "^2.1.4", - "@types/node": "^22.7.4" + "@types/node": "^22.7.5" } } diff --git a/packages/common-backend/package.json b/packages/common-backend/package.json index 5e435ec2c..65ba556ab 100644 --- a/packages/common-backend/package.json +++ b/packages/common-backend/package.json @@ -24,7 +24,7 @@ "html-to-text": "^9.0.5", "jsdom": "^25.0.1", "nodemailer": "^6.9.15", - "winston": "^3.14.2", + "winston": "^3.15.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { @@ -33,11 +33,11 @@ "@types/html-to-text": "^9.0.4", "@types/jest": "^29.5.13", "@types/jsdom": "^21.1.7", - "@types/node": "^22.7.4", + "@types/node": "^22.7.5", "@types/nodemailer": "^6.4.16", "jest": "^29.7.0", "jest-extended": "^4.0.2", "ts-jest": "^29.2.5", - "typescript": "^5.6.2" + "typescript": "^5.6.3" } } diff --git a/packages/common/package.json b/packages/common/package.json index 5a0155d60..873a734cb 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -25,7 +25,7 @@ "@ts-rest/core": "^3.51.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", - "awesome-phonenumber": "^7.1.0", + "awesome-phonenumber": "^7.2.0", "cron-validator": "^1.3.1", "date-fns": "^4.1.0", "deepmerge": "^4.3.1", @@ -47,9 +47,9 @@ "@types/dompurify": "^3.0.5", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.13", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.10", "@types/ms": "^0.7.34", - "@types/node": "^22.7.4", + "@types/node": "^22.7.5", "@types/pluralize": "^0.0.33", "@types/validator": "^13.12.2", "fs-extra": "^11.2.0", @@ -57,7 +57,7 @@ "jest-extended": "^4.0.2", "svgo": "^3.3.2", "ts-jest": "^29.2.5", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "typescript-json-validator": "^2.4.2" } } diff --git a/packages/db/package.json b/packages/db/package.json index ceff27641..057c8bae4 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -35,18 +35,18 @@ "pg-cursor": "^2.12.0", "pg-hstore": "^2.3.4", "reflect-metadata": "^0.2.2", - "sequelize": "^6.37.3", + "sequelize": "^6.37.4", "sequelize-typescript": "^2.1.6" }, "devDependencies": { "@simplewebauthn/types": "^10.0.0", - "@types/lodash": "^4.17.9", - "@types/node": "^22.7.4", + "@types/lodash": "^4.17.10", + "@types/node": "^22.7.5", "@types/pg": "^8.11.10", "@types/pg-cursor": "^2.7.2", "@types/validator": "^13.12.2", "kysely-codegen": "^0.16.8", "sequelize-cli": "^6.6.2", - "typescript": "^5.6.2" + "typescript": "^5.6.3" } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 8f719ec7f..6e9d170fe 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -30,11 +30,11 @@ "@jest/types": "^29.6.3", "@types/dompurify": "^3.0.5", "@types/jest": "^29.5.13", - "@types/lodash": "^4.17.9", - "@types/node": "^22.7.4", + "@types/lodash": "^4.17.10", + "@types/node": "^22.7.5", "jest": "^29.7.0", "jest-extended": "^4.0.2", "ts-jest": "^29.2.5", - "typescript": "^5.6.2" + "typescript": "^5.6.3" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 15c861abe..12f335859 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -19,7 +19,7 @@ "@ericblade/quagga2": "^1.8.4", "@hcaptcha/vue-hcaptcha": "^1.3.0", "@pinia/plugin-debounce": "^1.0.1", - "@pixelverse/strichjs-sdk": "^1.5.2", + "@pixelverse/strichjs-sdk": "^1.5.4", "@vueuse/core": "^11.1.0", "axios": "^1.7.7", "echarts": "^5.5.1", @@ -27,7 +27,7 @@ "jwt-decode": "^4.0.0", "lodash": "^4.17.21", "pinia": "^2.2.4", - "pinia-plugin-persistedstate": "^4.0.2", + "pinia-plugin-persistedstate": "^4.1.1", "svg-gauge": "^1.0.7", "vue": "^2.7.16", "vue-echarts": "^7.0.3", @@ -37,10 +37,10 @@ "vuetify": "^2.7.2" }, "devDependencies": { - "@types/lodash": "^4.17.9", - "@types/node": "^22.7.4", + "@types/lodash": "^4.17.10", + "@types/node": "^22.7.5", "type-fest": "^4.26.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vite": "^5.4.8", "vite-plugin-pwa": "^0.20.5", "workbox-window": "^7.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c98c99eed..fa4ef8165 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,14 +9,14 @@ importers: .: devDependencies: '@antfu/eslint-config': - specifier: ~3.2.2 - version: 3.2.2(@typescript-eslint/utils@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.10)(eslint-plugin-format@0.1.2(eslint@9.11.1(jiti@2.0.0)))(eslint@9.11.1(jiti@2.0.0))(svelte@4.2.19)(typescript@5.6.2)(vitest@2.1.1(@types/node@22.7.4)(jsdom@25.0.1)(sass@1.79.4)(terser@5.34.1)) + specifier: ~3.7.3 + version: 3.7.3(@typescript-eslint/utils@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(@vue/compiler-sfc@3.5.12)(eslint-plugin-format@0.1.2(eslint@9.12.0(jiti@2.0.0)))(eslint@9.12.0(jiti@2.0.0))(svelte@4.2.19)(typescript@5.6.3)(vitest@2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(sass@1.79.5)(terser@5.34.1)) '@ts-rest/open-api': specifier: ^3.51.0 - version: 3.51.0(@ts-rest/core@3.51.0(@types/node@22.7.4)(zod@3.23.8))(zod@3.23.8) + version: 3.51.0(@ts-rest/core@3.51.0(@types/node@22.7.5)(zod@3.23.8))(zod@3.23.8) '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 '@types/prompts': specifier: ^2.4.9 version: 2.4.9 @@ -27,17 +27,17 @@ importers: specifier: ^5.0.0 version: 5.0.0(conventional-commits-filter@5.0.0) eslint: - specifier: ^9.11.1 - version: 9.11.1(jiti@2.0.0) + specifier: ^9.12.0 + version: 9.12.0(jiti@2.0.0) eslint-plugin-format: specifier: ^0.1.2 - version: 0.1.2(eslint@9.11.1(jiti@2.0.0)) + version: 0.1.2(eslint@9.12.0(jiti@2.0.0)) eslint-plugin-simple-import-sort: specifier: ^12.1.1 - version: 12.1.1(eslint@9.11.1(jiti@2.0.0)) + version: 12.1.1(eslint@9.12.0(jiti@2.0.0)) eslint-plugin-vue: - specifier: ^9.28.0 - version: 9.28.0(eslint@9.11.1(jiti@2.0.0)) + specifier: ^9.29.0 + version: 9.29.0(eslint@9.12.0(jiti@2.0.0)) execa: specifier: ^5.1.1 version: 5.1.1 @@ -60,14 +60,14 @@ importers: specifier: ^4.19.1 version: 4.19.1 typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 vite: specifier: ^5.4.8 - version: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) + version: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) vitepress: - specifier: ^1.3.4 - version: 1.3.4(@algolia/client-search@4.24.0)(@types/node@22.7.4)(axios@1.7.7)(jwt-decode@4.0.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.4)(search-insights@2.13.0)(sortablejs@1.10.2)(terser@5.34.1)(typescript@5.6.2) + specifier: ^1.4.0 + version: 1.4.0(@algolia/client-search@4.24.0)(@types/node@22.7.5)(axios@1.7.7)(jwt-decode@4.0.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.13.0)(sortablejs@1.10.2)(terser@5.34.1)(typescript@5.6.3) apps/admin: dependencies: @@ -102,8 +102,8 @@ importers: specifier: ^11.0.6 version: 11.0.6 express: - specifier: ^4.21.0 - version: 4.21.0 + specifier: ^4.21.1 + version: 4.21.1 fast-equals: specifier: 5.0.1 version: 5.0.1 @@ -114,8 +114,8 @@ importers: specifier: ^8.0.0 version: 8.0.0 json-editor-vue: - specifier: ^0.17.0 - version: 0.17.0(@lezer/common@1.2.1)(vue@2.7.16) + specifier: ^0.17.2 + version: 0.17.2(@lezer/common@1.2.1)(vue@2.7.16) lodash: specifier: ^4.17.21 version: 4.17.21 @@ -124,16 +124,16 @@ importers: version: 3.3.7 pinia: specifier: ^2.2.4 - version: 2.2.4(typescript@5.6.2)(vue@2.7.16) + version: 2.2.4(typescript@5.6.3)(vue@2.7.16) pinia-plugin-persistedstate: - specifier: ^4.0.2 - version: 4.0.2(pinia@2.2.4(typescript@5.6.2)(vue@2.7.16))(rollup@2.79.2)(webpack-sources@3.2.3) + specifier: ^4.1.1 + version: 4.1.1(pinia@2.2.4(typescript@5.6.3)(vue@2.7.16))(rollup@2.79.2)(webpack-sources@3.2.3) pluralize: specifier: ^8.0.0 version: 8.0.0 tinymce: - specifier: ^7.3.0 - version: 7.3.0 + specifier: ^7.4.1 + version: 7.4.1 vue: specifier: ^2.7.16 version: 2.7.16 @@ -160,11 +160,11 @@ importers: specifier: ^21.1.7 version: 21.1.7 '@types/lodash': - specifier: ^4.17.9 - version: 4.17.9 + specifier: ^4.17.10 + version: 4.17.10 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 '@types/pluralize': specifier: ^0.0.33 version: 0.0.33 @@ -173,7 +173,7 @@ importers: version: 0.2.6 '@vitejs/plugin-vue2': specifier: ^2.3.1 - version: 2.3.1(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1))(vue@2.7.16) + version: 2.3.1(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1))(vue@2.7.16) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -184,32 +184,32 @@ importers: specifier: ~1.32.13 version: 1.32.13 typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 unplugin-vue-components: specifier: ^0.27.4 version: 0.27.4(@babel/parser@7.25.6)(@nuxt/kit@3.13.2(rollup@2.79.2)(webpack-sources@3.2.3))(rollup@2.79.2)(vue@2.7.16)(webpack-sources@3.2.3) vite: specifier: ^5.4.8 - version: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + version: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) vite-plugin-html: specifier: ^3.2.2 - version: 3.2.2(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)) + version: 3.2.2(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)) vite-plugin-mkcert: specifier: ^1.17.6 - version: 1.17.6(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)) + version: 1.17.6(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)) vite-plugin-pwa: specifier: ^0.20.5 - version: 0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) + version: 0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) vite-plugin-webfont-dl: specifier: ^3.9.5 - version: 3.9.5(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)) + version: 3.9.5(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)) vitest: - specifier: ^2.1.1 - version: 2.1.1(@types/node@22.7.4)(jsdom@25.0.1)(sass@1.32.13)(terser@5.34.1) + specifier: ^2.1.2 + version: 2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(sass@1.32.13)(terser@5.34.1) vue-tsc: specifier: ^2.1.6 - version: 2.1.6(typescript@5.6.2) + version: 2.1.6(typescript@5.6.3) workbox-window: specifier: ^7.1.0 version: 7.1.0 @@ -233,13 +233,13 @@ importers: version: 10.0.1 '@ts-rest/core': specifier: ^3.51.0 - version: 3.51.0(@types/node@22.7.4)(zod@3.23.8) + version: 3.51.0(@types/node@22.7.5)(zod@3.23.8) '@ts-rest/express': specifier: ^3.51.0 - version: 3.51.0(@ts-rest/core@3.51.0(@types/node@22.7.4)(zod@3.23.8))(express@4.21.0)(zod@3.23.8) + version: 3.51.0(@ts-rest/core@3.51.0(@types/node@22.7.5)(zod@3.23.8))(express@4.21.1)(zod@3.23.8) awilix: - specifier: ^11.0.0 - version: 11.0.0 + specifier: ^11.0.4 + version: 11.0.4 axios: specifier: ^1.7.7 version: 1.7.7(debug@4.3.7) @@ -247,17 +247,17 @@ importers: specifier: ^1.20.3 version: 1.20.3 bullmq: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.1 + version: 5.19.1 clean-css: specifier: ^5.3.3 version: 5.3.3 connect-redis: specifier: ^7.1.1 - version: 7.1.1(express-session@1.18.0) + version: 7.1.1(express-session@1.18.1) cookie-parser: - specifier: ^1.4.6 - version: 1.4.6 + specifier: ^1.4.7 + version: 1.4.7 cors: specifier: ^2.8.5 version: 2.8.5 @@ -271,14 +271,14 @@ importers: specifier: ^11.0.6 version: 11.0.6 express: - specifier: ^4.21.0 - version: 4.21.0 + specifier: ^4.21.1 + version: 4.21.1 express-rate-limit: - specifier: ^7.4.0 - version: 7.4.0(express@4.21.0) + specifier: ^7.4.1 + version: 7.4.1(express@4.21.1) express-session: - specifier: ^1.18.0 - version: 1.18.0 + specifier: ^1.18.1 + version: 1.18.1 express-validator: specifier: ^7.2.0 version: 7.2.0 @@ -296,10 +296,10 @@ importers: version: 5.4.1 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + version: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-extended: specifier: ^4.0.2 - version: 4.0.2(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2))) + version: 4.0.2(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3))) jsdom: specifier: ^25.0.1 version: 25.0.1 @@ -361,14 +361,14 @@ importers: specifier: ^8.0.0 version: 8.0.0 puppeteer: - specifier: ^23.4.1 - version: 23.4.1(typescript@5.6.2) + specifier: ^23.5.3 + version: 23.5.3(typescript@5.6.3) qrcode: specifier: ^1.5.4 version: 1.5.4 rate-limit-redis: specifier: ^4.2.0 - version: 4.2.0(express-rate-limit@7.4.0(express@4.21.0)) + version: 4.2.0(express-rate-limit@7.4.1(express@4.21.1)) reflect-metadata: specifier: ^0.2.2 version: 0.2.2 @@ -376,11 +376,11 @@ importers: specifier: ^2.5.0 version: 2.5.0 sequelize: - specifier: ^6.37.3 - version: 6.37.3(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1) + specifier: ^6.37.4 + version: 6.37.4(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1) sequelize-typescript: specifier: ^2.1.6 - version: 2.1.6(@types/node@22.7.4)(@types/validator@13.12.2)(reflect-metadata@0.2.2)(sequelize@6.37.3(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1)) + version: 2.1.6(@types/node@22.7.5)(@types/validator@13.12.2)(reflect-metadata@0.2.2)(sequelize@6.37.4(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1)) sharp: specifier: ^0.33.5 version: 0.33.5 @@ -446,8 +446,8 @@ importers: specifier: ^9.0.7 version: 9.0.7 '@types/lodash': - specifier: ^4.17.9 - version: 4.17.9 + specifier: ^4.17.10 + version: 4.17.10 '@types/morgan': specifier: ^1.9.9 version: 1.9.9 @@ -461,8 +461,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 '@types/nunjucks': specifier: ^3.2.6 version: 3.2.6 @@ -498,13 +498,13 @@ importers: version: 7.0.3 fork-ts-checker-webpack-plugin: specifier: ^9.0.2 - version: 9.0.2(typescript@5.6.2)(webpack@5.95.0(webpack-cli@5.1.4)) + version: 9.0.2(typescript@5.6.3)(webpack@5.95.0) nodemon: specifier: ^3.1.7 version: 3.1.7 nodemon-webpack-plugin: specifier: ^4.8.2 - version: 4.8.2(webpack@5.95.0(webpack-cli@5.1.4)) + version: 4.8.2(webpack@5.95.0) rimraf: specifier: ^6.0.1 version: 6.0.1 @@ -513,10 +513,10 @@ importers: version: 7.0.0 ts-jest: specifier: ^29.2.5 - version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)))(typescript@5.6.2) + version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)))(typescript@5.6.3) ts-loader: specifier: ^9.5.1 - version: 9.5.1(typescript@5.6.2)(webpack@5.95.0(webpack-cli@5.1.4)) + version: 9.5.1(typescript@5.6.3)(webpack@5.95.0) tsconfig-paths: specifier: ^4.2.0 version: 4.2.0 @@ -524,8 +524,8 @@ importers: specifier: ^4.1.0 version: 4.1.0 typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 webpack: specifier: ^5.95.0 version: 5.95.0(webpack-cli@5.1.4) @@ -537,7 +537,7 @@ importers: version: 3.0.0 webpackbar: specifier: ^6.0.1 - version: 6.0.1(webpack@5.95.0(webpack-cli@5.1.4)) + version: 6.0.1(webpack@5.95.0) apps/cli: dependencies: @@ -587,11 +587,11 @@ importers: specifier: ^2.0.0 version: 2.0.0 sequelize: - specifier: ^6.37.3 - version: 6.37.3(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1) + specifier: ^6.37.4 + version: 6.37.4(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1) sequelize-typescript: specifier: ^2.1.6 - version: 2.1.6(@types/node@22.7.4)(@types/validator@13.12.2)(reflect-metadata@0.2.2)(sequelize@6.37.3(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1)) + version: 2.1.6(@types/node@22.7.5)(@types/validator@13.12.2)(reflect-metadata@0.2.2)(sequelize@6.37.4(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1)) web-push: specifier: ^3.6.7 version: 3.6.7 @@ -603,11 +603,11 @@ importers: specifier: ^11.0.4 version: 11.0.4 '@types/lodash': - specifier: ^4.17.9 - version: 4.17.9 + specifier: ^4.17.10 + version: 4.17.10 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 '@types/validator': specifier: ^13.12.2 version: 13.12.2 @@ -619,13 +619,13 @@ importers: version: 1.18.5 fork-ts-checker-webpack-plugin: specifier: ^9.0.2 - version: 9.0.2(typescript@5.6.2)(webpack@5.95.0(webpack-cli@5.1.4)) + version: 9.0.2(typescript@5.6.3)(webpack@5.95.0) ts-loader: specifier: ^9.5.1 - version: 9.5.1(typescript@5.6.2)(webpack@5.95.0(webpack-cli@5.1.4)) + version: 9.5.1(typescript@5.6.3)(webpack@5.95.0) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.7.4)(typescript@5.6.2) + version: 10.9.2(@types/node@22.7.5)(typescript@5.6.3) tsconfig-paths: specifier: ^4.2.0 version: 4.2.0 @@ -636,8 +636,8 @@ importers: specifier: ^4.19.1 version: 4.19.1 typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 webpack: specifier: ^5.95.0 version: 5.95.0(webpack-cli@5.1.4) @@ -649,7 +649,7 @@ importers: version: 3.0.0 webpackbar: specifier: ^6.0.1 - version: 6.0.1(webpack@5.95.0(webpack-cli@5.1.4)) + version: 6.0.1(webpack@5.95.0) apps/portal: dependencies: @@ -669,8 +669,8 @@ importers: specifier: ^11.0.6 version: 11.0.6 express: - specifier: ^4.21.0 - version: 4.21.0 + specifier: ^4.21.1 + version: 4.21.1 fs-extra: specifier: ^11.2.0 version: 11.2.0 @@ -716,22 +716,22 @@ importers: version: 1.18.5 fork-ts-checker-webpack-plugin: specifier: ^9.0.2 - version: 9.0.2(typescript@5.6.2)(webpack@5.95.0(webpack-cli@5.1.4)) + version: 9.0.2(typescript@5.6.3)(webpack@5.95.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + version: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-extended: specifier: ^4.0.2 - version: 4.0.2(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2))) + version: 4.0.2(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3))) laravel-vite-plugin: specifier: ^1.0.5 - version: 1.0.5(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1)) + version: 1.0.5(vite@5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1)) nodemon: specifier: ^3.1.7 version: 3.1.7 nodemon-webpack-plugin: specifier: ^4.8.2 - version: 4.8.2(webpack@5.95.0(webpack-cli@5.1.4)) + version: 4.8.2(webpack@5.95.0) npm-run-all2: specifier: ^6.2.3 version: 6.2.3 @@ -742,26 +742,26 @@ importers: specifier: ^6.0.1 version: 6.0.1 sass: - specifier: ^1.79.4 - version: 1.79.4 + specifier: ^1.79.5 + version: 1.79.5 supertest: specifier: ^7.0.0 version: 7.0.0 ts-jest: specifier: ^29.2.5 - version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)))(typescript@5.6.2) + version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)))(typescript@5.6.3) ts-loader: specifier: ^9.5.1 - version: 9.5.1(typescript@5.6.2)(webpack@5.95.0(webpack-cli@5.1.4)) + version: 9.5.1(typescript@5.6.3)(webpack@5.95.0) tsconfig-paths-webpack-plugin: specifier: ^4.1.0 version: 4.1.0 typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 vite: specifier: ^5.4.8 - version: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) + version: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) webpack: specifier: ^5.95.0 version: 5.95.0(webpack-cli@5.1.4) @@ -773,7 +773,7 @@ importers: version: 3.0.0 webpackbar: specifier: ^6.0.1 - version: 6.0.1(webpack@5.95.0(webpack-cli@5.1.4)) + version: 6.0.1(webpack@5.95.0) apps/survey: dependencies: @@ -790,8 +790,8 @@ importers: specifier: ^11.1.0 version: 11.1.0(vue@2.7.16) awesome-phonenumber: - specifier: ^7.1.0 - version: 7.1.0 + specifier: ^7.2.0 + version: 7.2.0 axios: specifier: ^1.7.7 version: 1.7.7(debug@4.3.7) @@ -808,8 +808,8 @@ importers: specifier: ^11.0.6 version: 11.0.6 express: - specifier: ^4.21.0 - version: 4.21.0 + specifier: ^4.21.1 + version: 4.21.1 flag-icons: specifier: ^7.2.3 version: 7.2.3 @@ -821,10 +821,10 @@ importers: version: 4.17.21 pinia: specifier: ^2.2.4 - version: 2.2.4(typescript@5.6.2)(vue@2.7.16) + version: 2.2.4(typescript@5.6.3)(vue@2.7.16) pinia-plugin-persistedstate: - specifier: ^4.0.2 - version: 4.0.2(pinia@2.2.4(typescript@5.6.2)(vue@2.7.16))(rollup@4.23.0)(webpack-sources@3.2.3) + specifier: ^4.1.1 + version: 4.1.1(pinia@2.2.4(typescript@5.6.3)(vue@2.7.16))(rollup@4.23.0)(webpack-sources@3.2.3) uuid: specifier: ^10.0.0 version: 10.0.0 @@ -845,8 +845,8 @@ importers: version: 2.7.2(vue@2.7.16) devDependencies: '@iconify-json/fluent': - specifier: ^1.2.2 - version: 1.2.2 + specifier: ^1.2.3 + version: 1.2.3 '@iconify-json/game-icons': specifier: ^1.2.0 version: 1.2.0 @@ -854,11 +854,11 @@ importers: specifier: ^21.1.7 version: 21.1.7 '@types/lodash': - specifier: ^4.17.9 - version: 4.17.9 + specifier: ^4.17.10 + version: 4.17.10 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 '@types/uuid': specifier: ^10.0.0 version: 10.0.0 @@ -867,10 +867,10 @@ importers: version: 0.2.6 '@vitejs/plugin-legacy': specifier: ^5.4.2 - version: 5.4.2(terser@5.34.1)(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)) + version: 5.4.2(terser@5.34.1)(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)) '@vitejs/plugin-vue2': specifier: ^2.3.1 - version: 2.3.1(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1))(vue@2.7.16) + version: 2.3.1(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1))(vue@2.7.16) '@vue/compiler-sfc': specifier: ^2.7.16 version: 2.7.16 @@ -887,8 +887,8 @@ importers: specifier: ^5.34.1 version: 5.34.1 typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 unplugin-icons: specifier: ^0.19.3 version: 0.19.3(@vue/compiler-sfc@2.7.16)(vue-template-compiler@2.7.16)(webpack-sources@3.2.3) @@ -897,25 +897,25 @@ importers: version: 0.27.4(@babel/parser@7.25.6)(@nuxt/kit@3.13.2(rollup@4.23.0)(webpack-sources@3.2.3))(rollup@4.23.0)(vue@2.7.16)(webpack-sources@3.2.3) vite: specifier: ^5.4.8 - version: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + version: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) vite-plugin-html: specifier: ^3.2.2 - version: 3.2.2(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)) + version: 3.2.2(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)) vite-plugin-mkcert: specifier: ^1.17.6 - version: 1.17.6(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)) + version: 1.17.6(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)) vite-plugin-pwa: specifier: ^0.20.5 - version: 0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) + version: 0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) vite-plugin-webfont-dl: specifier: ^3.9.5 - version: 3.9.5(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)) + version: 3.9.5(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)) vitest: - specifier: ^2.1.1 - version: 2.1.1(@types/node@22.7.4)(jsdom@25.0.1)(sass@1.32.13)(terser@5.34.1) + specifier: ^2.1.2 + version: 2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(sass@1.32.13)(terser@5.34.1) vue-tsc: specifier: ^2.1.6 - version: 2.1.6(typescript@5.6.2) + version: 2.1.6(typescript@5.6.3) workbox-window: specifier: ^7.1.0 version: 7.1.0 @@ -932,12 +932,12 @@ importers: specifier: ^3.1.0 version: 3.1.0 winston: - specifier: ^3.14.2 - version: 3.14.2 + specifier: ^3.15.0 + version: 3.15.0 devDependencies: '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 packages/api-client-v4: dependencies: @@ -960,21 +960,21 @@ importers: specifier: ^6.6.2 version: 6.6.2 winston: - specifier: ^3.14.2 - version: 3.14.2 + specifier: ^3.15.0 + version: 3.15.0 devDependencies: '@types/cookie': specifier: ^0.6.0 version: 0.6.0 '@types/lodash': - specifier: ^4.17.9 - version: 4.17.9 + specifier: ^4.17.10 + version: 4.17.10 '@types/mime-types': specifier: ^2.1.4 version: 2.1.4 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 packages/common: dependencies: @@ -983,7 +983,7 @@ importers: version: 2.2.6(openapi3-ts@4.3.1)(zod@3.23.8) '@ts-rest/core': specifier: ^3.51.0 - version: 3.51.0(@types/node@22.7.4)(zod@3.23.8) + version: 3.51.0(@types/node@22.7.5)(zod@3.23.8) ajv: specifier: ^8.17.1 version: 8.17.1 @@ -991,8 +991,8 @@ importers: specifier: ^3.0.1 version: 3.0.1(ajv@8.17.1) awesome-phonenumber: - specifier: ^7.1.0 - version: 7.1.0 + specifier: ^7.2.0 + version: 7.2.0 cron-validator: specifier: ^1.3.1 version: 1.3.1 @@ -1052,14 +1052,14 @@ importers: specifier: ^29.5.13 version: 29.5.13 '@types/lodash': - specifier: ^4.17.9 - version: 4.17.9 + specifier: ^4.17.10 + version: 4.17.10 '@types/ms': specifier: ^0.7.34 version: 0.7.34 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 '@types/pluralize': specifier: ^0.0.33 version: 0.0.33 @@ -1071,19 +1071,19 @@ importers: version: 11.2.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + version: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-extended: specifier: ^4.0.2 - version: 4.0.2(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2))) + version: 4.0.2(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3))) svgo: specifier: ^3.3.2 version: 3.3.2 ts-jest: specifier: ^29.2.5 - version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)))(typescript@5.6.2) + version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)))(typescript@5.6.3) typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 typescript-json-validator: specifier: ^2.4.2 version: 2.4.2 @@ -1103,11 +1103,11 @@ importers: specifier: ^6.9.15 version: 6.9.15 winston: - specifier: ^3.14.2 - version: 3.14.2 + specifier: ^3.15.0 + version: 3.15.0 winston-daily-rotate-file: specifier: ^5.0.0 - version: 5.0.0(winston@3.14.2) + version: 5.0.0(winston@3.15.0) devDependencies: '@jest/types': specifier: ^29.6.3 @@ -1125,23 +1125,23 @@ importers: specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 '@types/nodemailer': specifier: ^6.4.16 version: 6.4.16 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + version: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-extended: specifier: ^4.0.2 - version: 4.0.2(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2))) + version: 4.0.2(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3))) ts-jest: specifier: ^29.2.5 - version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)))(typescript@5.6.2) + version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)))(typescript@5.6.3) typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 packages/db: dependencies: @@ -1176,21 +1176,21 @@ importers: specifier: ^0.2.2 version: 0.2.2 sequelize: - specifier: ^6.37.3 - version: 6.37.3(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1) + specifier: ^6.37.4 + version: 6.37.4(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1) sequelize-typescript: specifier: ^2.1.6 - version: 2.1.6(@types/node@22.7.4)(@types/validator@13.12.2)(reflect-metadata@0.2.2)(sequelize@6.37.3(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1)) + version: 2.1.6(@types/node@22.7.5)(@types/validator@13.12.2)(reflect-metadata@0.2.2)(sequelize@6.37.4(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1)) devDependencies: '@simplewebauthn/types': specifier: ^10.0.0 version: 10.0.0 '@types/lodash': - specifier: ^4.17.9 - version: 4.17.9 + specifier: ^4.17.10 + version: 4.17.10 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 '@types/pg': specifier: ^8.11.10 version: 8.11.10 @@ -1207,8 +1207,8 @@ importers: specifier: ^6.6.2 version: 6.6.2 typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 packages/i18n: dependencies: @@ -1235,23 +1235,23 @@ importers: specifier: ^29.5.13 version: 29.5.13 '@types/lodash': - specifier: ^4.17.9 - version: 4.17.9 + specifier: ^4.17.10 + version: 4.17.10 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + version: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-extended: specifier: ^4.0.2 - version: 4.0.2(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2))) + version: 4.0.2(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3))) ts-jest: specifier: ^29.2.5 - version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)))(typescript@5.6.2) + version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)))(typescript@5.6.3) typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 packages/svg-utils: dependencies: @@ -1278,8 +1278,8 @@ importers: specifier: ^1.0.1 version: 1.0.1 '@pixelverse/strichjs-sdk': - specifier: ^1.5.2 - version: 1.5.2 + specifier: ^1.5.4 + version: 1.5.4 '@vueuse/core': specifier: ^11.1.0 version: 11.1.0(vue@2.7.16) @@ -1300,10 +1300,10 @@ importers: version: 4.17.21 pinia: specifier: ^2.2.4 - version: 2.2.4(typescript@5.6.2)(vue@2.7.16) + version: 2.2.4(typescript@5.6.3)(vue@2.7.16) pinia-plugin-persistedstate: - specifier: ^4.0.2 - version: 4.0.2(pinia@2.2.4(typescript@5.6.2)(vue@2.7.16))(rollup@4.23.0)(webpack-sources@3.2.3) + specifier: ^4.1.1 + version: 4.1.1(pinia@2.2.4(typescript@5.6.3)(vue@2.7.16))(rollup@4.23.0)(webpack-sources@3.2.3) svg-gauge: specifier: ^1.0.7 version: 1.0.7 @@ -1312,7 +1312,7 @@ importers: version: 2.7.16 vue-echarts: specifier: ^7.0.3 - version: 7.0.3(@vue/runtime-core@3.5.10)(echarts@5.5.1)(vue@2.7.16) + version: 7.0.3(@vue/runtime-core@3.5.12)(echarts@5.5.1)(vue@2.7.16) vue-i18n: specifier: ^8.28.2 version: 8.28.2(vue@2.7.16) @@ -1327,23 +1327,23 @@ importers: version: 2.7.2(vue@2.7.16) devDependencies: '@types/lodash': - specifier: ^4.17.9 - version: 4.17.9 + specifier: ^4.17.10 + version: 4.17.10 '@types/node': - specifier: ^22.7.4 - version: 22.7.4 + specifier: ^22.7.5 + version: 22.7.5 type-fest: specifier: ^4.26.1 version: 4.26.1 typescript: - specifier: ^5.6.2 - version: 5.6.2 + specifier: ^5.6.3 + version: 5.6.3 vite: specifier: ^5.4.8 - version: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) + version: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) vite-plugin-pwa: specifier: ^0.20.5 - version: 0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) + version: 0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) workbox-window: specifier: ^7.1.0 version: 7.1.0 @@ -1431,15 +1431,15 @@ packages: openapi3-ts: ^4.1.2 zod: ^3.20.0 - '@antfu/eslint-config@3.2.2': - resolution: {integrity: sha512-GqRcfpBmuE2ATHEDwFJ36/H1IK4Zauwgdg4FjCakzdFV9AEAEBp+nVSDeJzeofIp9Zc/LI+fg+IGAITEXE0zpA==} + '@antfu/eslint-config@3.7.3': + resolution: {integrity: sha512-vzhKtzQT+f/xBV8T5U8SFy3D7uAqL2CEcjsJVqtA7F8tdKvGuC/96uWeEKMHk5lRfijgj+xRvb+c4qQn60YlIA==} hasBin: true peerDependencies: '@eslint-react/eslint-plugin': ^1.5.8 '@prettier/plugin-xml': ^3.4.1 '@unocss/eslint-plugin': '>=0.50.0' astro-eslint-parser: ^1.0.2 - eslint: ^9.5.0 + eslint: ^9.10.0 eslint-plugin-astro: ^1.2.0 eslint-plugin-format: '>=0.1.0' eslint-plugin-react-hooks: ^4.6.0 @@ -2586,8 +2586,12 @@ packages: resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.11.1': - resolution: {integrity: sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==} + '@eslint/js@9.12.0': + resolution: {integrity: sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/markdown@6.2.0': + resolution: {integrity: sha512-ZLWZ6RNy5flf1Nk2DBt0V77MQpQEo8snkjVT75P5J0SJkE/QNoqgy7+dBvNjlyZuj664pU43uDXWg3J8AfF0IQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.4': @@ -2639,20 +2643,28 @@ packages: '@hexagon/base64@1.1.28': resolution: {integrity: sha512-lhqDEAvWixy3bZ+UOYbPwUbBkwBq5C1LAJ/xPC8Oi+lL54oyakv/npbA0aU2hgCsx/1NUd4IBvV03+aUBWxerw==} + '@humanfs/core@0.19.0': + resolution: {integrity: sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==} + engines: {node: '>=18.18.0'} + + '@humanfs/node@0.16.5': + resolution: {integrity: sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==} + engines: {node: '>=18.18.0'} + '@humanwhocodes/module-importer@1.0.1': resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} - '@humanwhocodes/retry@0.3.0': - resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} + '@humanwhocodes/retry@0.3.1': + resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} engines: {node: '>=18.18'} '@hutson/parse-repository-url@5.0.0': resolution: {integrity: sha512-e5+YUKENATs1JgYHMzTr2MW/NDcXGfYFAuOQU8gJgF/kEh4EqKgfGrfLI67bMD4tbhZVlkigz/9YYwWcbOFthg==} engines: {node: '>=10.13.0'} - '@iconify-json/fluent@1.2.2': - resolution: {integrity: sha512-eYPjqGfTDno2VOyRWiEQkiNXb2RtjYsxfnzyEWWZYE9w35Svph4bPsZG3IXf7+D3r1mk9bYreX+h7Ywyy0L5RQ==} + '@iconify-json/fluent@1.2.3': + resolution: {integrity: sha512-+PGU0am5nGwDjO4aePf/TyMO6jHKb2CCxSC4sGdJVtbfTw5oGwJB2ZgCqTXpD/ftux3sI34EjGkSC74fLZ+rbQ==} '@iconify-json/game-icons@1.2.0': resolution: {integrity: sha512-9M0VrC2P9HOcGWyRwbpt2W9kBaZ8CBWKvLp9UCiKN8CmCpKxXJ15jL4yTOMAjEQMGt5yTv/uuMKgSuzKUNedpA==} @@ -3027,6 +3039,82 @@ packages: '@one-ini/wasm@0.1.1': resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==} + '@parcel/watcher-android-arm64@2.4.1': + resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [android] + + '@parcel/watcher-darwin-arm64@2.4.1': + resolution: {integrity: sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [darwin] + + '@parcel/watcher-darwin-x64@2.4.1': + resolution: {integrity: sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [darwin] + + '@parcel/watcher-freebsd-x64@2.4.1': + resolution: {integrity: sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [freebsd] + + '@parcel/watcher-linux-arm-glibc@2.4.1': + resolution: {integrity: sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==} + engines: {node: '>= 10.0.0'} + cpu: [arm] + os: [linux] + + '@parcel/watcher-linux-arm64-glibc@2.4.1': + resolution: {integrity: sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + + '@parcel/watcher-linux-arm64-musl@2.4.1': + resolution: {integrity: sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + + '@parcel/watcher-linux-x64-glibc@2.4.1': + resolution: {integrity: sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + + '@parcel/watcher-linux-x64-musl@2.4.1': + resolution: {integrity: sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + + '@parcel/watcher-win32-arm64@2.4.1': + resolution: {integrity: sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [win32] + + '@parcel/watcher-win32-ia32@2.4.1': + resolution: {integrity: sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==} + engines: {node: '>= 10.0.0'} + cpu: [ia32] + os: [win32] + + '@parcel/watcher-win32-x64@2.4.1': + resolution: {integrity: sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [win32] + + '@parcel/watcher@2.4.1': + resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==} + engines: {node: '>= 10.0.0'} + '@peculiar/asn1-android@2.3.13': resolution: {integrity: sha512-0VTNazDGKrLS6a3BwTDZanqq6DR/I3SbvmDMuS8Be+OYpvM6x1SRDh9AGDsHVnaCOIztOspCPc6N1m+iUv1Xxw==} @@ -3045,8 +3133,8 @@ packages: '@pinia/plugin-debounce@1.0.1': resolution: {integrity: sha512-/ITYpdvEk8CvUWs/0zpI3eBQkSOoLI/hgTr+WaULxMHdKP9IWBEM+yY2+aqEMa0e48K4y+uVMFYCM9lcv8g/cQ==} - '@pixelverse/strichjs-sdk@1.5.2': - resolution: {integrity: sha512-LKzMGZ+ALj4QoANVgqSeWIObiCkxp77iRMHLB/qcu/R7vRECYSBfNDuAKB/KIlL+pTxUcux1qfUrXlnBhG3fmA==} + '@pixelverse/strichjs-sdk@1.5.4': + resolution: {integrity: sha512-h6eCZaINsSXZA8GlW/7XMZP/lSmIcBIdp+JmsIKmes6nT3Akjmq4pecU5BLRRL01A1XqQ2+UNxgVdeElnBSniw==} '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} @@ -3236,23 +3324,23 @@ packages: '@selderee/plugin-htmlparser2@0.11.0': resolution: {integrity: sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==} - '@shikijs/core@1.21.0': - resolution: {integrity: sha512-zAPMJdiGuqXpZQ+pWNezQAk5xhzRXBNiECFPcJLtUdsFM3f//G95Z15EHTnHchYycU8kIIysqGgxp8OVSj1SPQ==} + '@shikijs/core@1.22.0': + resolution: {integrity: sha512-S8sMe4q71TJAW+qG93s5VaiihujRK6rqDFqBnxqvga/3LvqHEnxqBIOPkt//IdXVtHkQWKu4nOQNk0uBGicU7Q==} - '@shikijs/engine-javascript@1.21.0': - resolution: {integrity: sha512-jxQHNtVP17edFW4/0vICqAVLDAxmyV31MQJL4U/Kg+heQALeKYVOWo0sMmEZ18FqBt+9UCdyqGKYE7bLRtk9mg==} + '@shikijs/engine-javascript@1.22.0': + resolution: {integrity: sha512-AeEtF4Gcck2dwBqCFUKYfsCq0s+eEbCEbkUuFou53NZ0sTGnJnJ/05KHQFZxpii5HMXbocV9URYVowOP2wH5kw==} - '@shikijs/engine-oniguruma@1.21.0': - resolution: {integrity: sha512-AIZ76XocENCrtYzVU7S4GY/HL+tgHGbVU+qhiDyNw1qgCA5OSi4B4+HY4BtAoJSMGuD/L5hfTzoRVbzEm2WTvg==} + '@shikijs/engine-oniguruma@1.22.0': + resolution: {integrity: sha512-5iBVjhu/DYs1HB0BKsRRFipRrD7rqjxlWTj4F2Pf+nQSPqc3kcyqFFeZXnBMzDf0HdqaFVvhDRAGiYNvyLP+Mw==} - '@shikijs/transformers@1.21.0': - resolution: {integrity: sha512-aA+XGGSzipcvqdsOYL8l6Q2RYiMuJNdhdt9eZnkJmW+wjSOixN/I7dBq3fISwvEMDlawrtuXM3eybLCEC+Fjlg==} + '@shikijs/transformers@1.22.0': + resolution: {integrity: sha512-k7iMOYuGQA62KwAuJOQBgH2IQb5vP8uiB3lMvAMGUgAMMurePOx3Z7oNqJdcpxqZP6I9cc7nc4DNqSKduCxmdg==} - '@shikijs/types@1.21.0': - resolution: {integrity: sha512-tzndANDhi5DUndBtpojEq/42+dpUF2wS7wdCDQaFtIXm3Rd1QkrcVgSSRLOvEwexekihOXfbYJINW37g96tJRw==} + '@shikijs/types@1.22.0': + resolution: {integrity: sha512-Fw/Nr7FGFhlQqHfxzZY8Cwtwk5E9nKDUgeLjZgt3UuhcM3yJR9xj3ZGNravZZok8XmEZMiYkSMTPlPkULB8nww==} - '@shikijs/vscode-textmate@9.2.2': - resolution: {integrity: sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==} + '@shikijs/vscode-textmate@9.3.0': + resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} '@simplewebauthn/browser@10.0.0': resolution: {integrity: sha512-hG0JMZD+LiLUbpQcAjS4d+t4gbprE/dLYop/CkE01ugU/9sKXflxV5s0DRjdz3uNMFecatRfb4ZLG3XvF8m5zg==} @@ -3398,9 +3486,6 @@ packages: '@types/dompurify@3.0.5': resolution: {integrity: sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==} - '@types/eslint@9.6.1': - resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} - '@types/estree@0.0.39': resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} @@ -3467,15 +3552,12 @@ packages: '@types/linkify-it@5.0.0': resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==} - '@types/lodash@4.17.9': - resolution: {integrity: sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==} + '@types/lodash@4.17.10': + resolution: {integrity: sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==} '@types/markdown-it@14.1.2': resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==} - '@types/mdast@3.0.15': - resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} - '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} @@ -3509,8 +3591,8 @@ packages: '@types/node@17.0.45': resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - '@types/node@22.7.4': - resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==} + '@types/node@22.7.5': + resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==} '@types/nodemailer@6.4.16': resolution: {integrity: sha512-uz6hN6Pp0upXMcilM61CoKyjT7sskBoOWpptkjjJp8jIMlTdc3xG01U7proKkXzruMS4hS0zqtHNkNPFB20rKQ==} @@ -3596,9 +3678,6 @@ packages: '@types/ua-parser-js@0.7.39': resolution: {integrity: sha512-P/oDfpofrdtF5xw433SPALpdSchtJmY7nsJItf8h3KXqOslkbySh8zq4dSWXH2oTjRvJ5PczVEoCZPow6GicLg==} - '@types/unist@2.0.11': - resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} - '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} @@ -3733,13 +3812,13 @@ packages: vitest: optional: true - '@vitest/expect@2.1.1': - resolution: {integrity: sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==} + '@vitest/expect@2.1.2': + resolution: {integrity: sha512-FEgtlN8mIUSEAAnlvn7mP8vzaWhEaAEvhSXCqrsijM7K6QqjB11qoRZYEd4AKSCDz8p0/+yH5LzhZ47qt+EyPg==} - '@vitest/mocker@2.1.1': - resolution: {integrity: sha512-LNN5VwOEdJqCmJ/2XJBywB11DLlkbY0ooDJW3uRX5cZyYCrc4PI/ePX0iQhE3BiEGiQmK4GE7Q/PqCkkaiPnrA==} + '@vitest/mocker@2.1.2': + resolution: {integrity: sha512-ExElkCGMS13JAJy+812fw1aCv2QO/LBK6CyO4WOPAzLTmve50gydOlWhgdBJPx2ztbADUq3JVI0C5U+bShaeEA==} peerDependencies: - '@vitest/spy': 2.1.1 + '@vitest/spy': 2.1.2 msw: ^2.3.5 vite: ^5.0.0 peerDependenciesMeta: @@ -3748,20 +3827,20 @@ packages: vite: optional: true - '@vitest/pretty-format@2.1.1': - resolution: {integrity: sha512-SjxPFOtuINDUW8/UkElJYQSFtnWX7tMksSGW0vfjxMneFqxVr8YJ979QpMbDW7g+BIiq88RAGDjf7en6rvLPPQ==} + '@vitest/pretty-format@2.1.2': + resolution: {integrity: sha512-FIoglbHrSUlOJPDGIrh2bjX1sNars5HbxlcsFKCtKzu4+5lpsRhOCVcuzp0fEhAGHkPZRIXVNzPcpSlkoZ3LuA==} - '@vitest/runner@2.1.1': - resolution: {integrity: sha512-uTPuY6PWOYitIkLPidaY5L3t0JJITdGTSwBtwMjKzo5O6RCOEncz9PUN+0pDidX8kTHYjO0EwUIvhlGpnGpxmA==} + '@vitest/runner@2.1.2': + resolution: {integrity: sha512-UCsPtvluHO3u7jdoONGjOSil+uON5SSvU9buQh3lP7GgUXHp78guN1wRmZDX4wGK6J10f9NUtP6pO+SFquoMlw==} - '@vitest/snapshot@2.1.1': - resolution: {integrity: sha512-BnSku1WFy7r4mm96ha2FzN99AZJgpZOWrAhtQfoxjUU5YMRpq1zmHRq7a5K9/NjqonebO7iVDla+VvZS8BOWMw==} + '@vitest/snapshot@2.1.2': + resolution: {integrity: sha512-xtAeNsZ++aRIYIUsek7VHzry/9AcxeULlegBvsdLncLmNCR6tR8SRjn8BbDP4naxtccvzTqZ+L1ltZlRCfBZFA==} - '@vitest/spy@2.1.1': - resolution: {integrity: sha512-ZM39BnZ9t/xZ/nF4UwRH5il0Sw93QnZXd9NAZGRpIgj0yvVwPpLd702s/Cx955rGaMlyBQkZJ2Ir7qyY48VZ+g==} + '@vitest/spy@2.1.2': + resolution: {integrity: sha512-GSUi5zoy+abNRJwmFhBDC0yRuVUn8WMlQscvnbbXdKLXX9dE59YbfwXxuJ/mth6eeqIzofU8BB5XDo/Ns/qK2A==} - '@vitest/utils@2.1.1': - resolution: {integrity: sha512-Y6Q9TsI+qJ2CC0ZKj6VBb+T8UPz593N113nnUykqwANqhgf3QkZeHFlusgKLTqrnVHbj/XDKZcDHol+dxVT+rQ==} + '@vitest/utils@2.1.2': + resolution: {integrity: sha512-zMO2KdYy6mx56btx9JvAqAZ6EyS3g49krMPPrgOp1yxGZiA93HumGk+bZ5jIZtOg5/VBYl5eBmGRQHqq4FG6uQ==} '@volar/language-core@2.4.5': resolution: {integrity: sha512-F4tA0DCO5Q1F5mScHmca0umsi2ufKULAnMOVBfMsZdT4myhVl4WdKRwCaKcfOkIEuyrAVvtq1ESBdZ+rSyLVww==} @@ -3775,17 +3854,23 @@ packages: '@vue/compiler-core@3.5.10': resolution: {integrity: sha512-iXWlk+Cg/ag7gLvY0SfVucU8Kh2CjysYZjhhP70w9qI4MvSox4frrP+vDGvtQuzIcgD8+sxM6lZvCtdxGunTAA==} + '@vue/compiler-core@3.5.12': + resolution: {integrity: sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==} + '@vue/compiler-dom@3.5.10': resolution: {integrity: sha512-DyxHC6qPcktwYGKOIy3XqnHRrrXyWR2u91AjP+nLkADko380srsC2DC3s7Y1Rk6YfOlxOlvEQKa9XXmLI+W4ZA==} + '@vue/compiler-dom@3.5.12': + resolution: {integrity: sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==} + '@vue/compiler-sfc@2.7.16': resolution: {integrity: sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==} - '@vue/compiler-sfc@3.5.10': - resolution: {integrity: sha512-to8E1BgpakV7224ZCm8gz1ZRSyjNCAWEplwFMWKlzCdP9DkMKhRRwt0WkCjY7jkzi/Vz3xgbpeig5Pnbly4Tow==} + '@vue/compiler-sfc@3.5.12': + resolution: {integrity: sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==} - '@vue/compiler-ssr@3.5.10': - resolution: {integrity: sha512-hxP4Y3KImqdtyUKXDRSxKSRkSm1H9fCvhojEYrnaoWhE4w/y8vwWhnosJoPPe2AXm5sU7CSbYYAgkt2ZPhDz+A==} + '@vue/compiler-ssr@3.5.12': + resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -3810,23 +3895,26 @@ packages: typescript: optional: true - '@vue/reactivity@3.5.10': - resolution: {integrity: sha512-kW08v06F6xPSHhid9DJ9YjOGmwNDOsJJQk0ax21wKaUYzzuJGEuoKNU2Ujux8FLMrP7CFJJKsHhXN9l2WOVi2g==} + '@vue/reactivity@3.5.12': + resolution: {integrity: sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==} - '@vue/runtime-core@3.5.10': - resolution: {integrity: sha512-9Q86I5Qq3swSkFfzrZ+iqEy7Vla325M7S7xc1NwKnRm/qoi1Dauz0rT6mTMmscqx4qz0EDJ1wjB+A36k7rl8mA==} + '@vue/runtime-core@3.5.12': + resolution: {integrity: sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==} - '@vue/runtime-dom@3.5.10': - resolution: {integrity: sha512-t3x7ht5qF8ZRi1H4fZqFzyY2j+GTMTDxRheT+i8M9Ph0oepUxoadmbwlFwMoW7RYCpNQLpP2Yx3feKs+fyBdpA==} + '@vue/runtime-dom@3.5.12': + resolution: {integrity: sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==} - '@vue/server-renderer@3.5.10': - resolution: {integrity: sha512-IVE97tt2kGKwHNq9yVO0xdh1IvYfZCShvDSy46JIh5OQxP1/EXSpoDqetVmyIzL7CYOWnnmMkVqd7YK2QSWkdw==} + '@vue/server-renderer@3.5.12': + resolution: {integrity: sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==} peerDependencies: - vue: 3.5.10 + vue: 3.5.12 '@vue/shared@3.5.10': resolution: {integrity: sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==} + '@vue/shared@3.5.12': + resolution: {integrity: sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==} + '@vueuse/core@11.1.0': resolution: {integrity: sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==} @@ -4149,12 +4237,12 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} - awesome-phonenumber@7.1.0: - resolution: {integrity: sha512-i/pC5xvaNVrduufGtnw8O+abLWq70wd6YutiPYR2NqrnwtjBMk7rG/vJTktnAivSok+ZqlkFZzuVICgObpQi4w==} + awesome-phonenumber@7.2.0: + resolution: {integrity: sha512-CqH0TyDMHiMhqGRg/kaJDiV5KRok5AdrJKvUsED9/QRQdiCjUzp32+NqEEnY+OWEDTeeqlyLsLs7SLR/sPQU2A==} engines: {node: '>=18'} - awilix@11.0.0: - resolution: {integrity: sha512-lnEm2TZu1OUWO1twi/3JrjSYu3RYjiOMiMQgfpwXj6uG4NSDtPSAWwTvqbpV7B8iWsXiC8GoMBKg1YsrUxPJhg==} + awilix@11.0.4: + resolution: {integrity: sha512-0Gxb8TMNS1MQ6KHuCpjN52CaKB7qNwnFzWhtGqWEVT0zyM4LBMFDoVP8XOpoav22H1LKToE3FODyjWgWNLV+fA==} engines: {node: '>=16.3.0'} aws-sign2@0.7.0: @@ -4354,8 +4442,8 @@ packages: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} - bullmq@5.19.0: - resolution: {integrity: sha512-S6ZxVqPgzvKVkGjUN5Qwi0bDgM2aZPKsgJ8ESe5gUOOt3APDRPfDAzrkUz1FkTd1nfgc3HFBN8MCipWDGTdFGA==} + bullmq@5.19.1: + resolution: {integrity: sha512-ziQ2C0ZS39MwerK+C1W88L4niDgrByVTogr8PeLHVEPhSHNCW39a/ROphNAdGWZ4M4hcXolloyAGgdtEz5Fw5A==} busboy@1.6.0: resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} @@ -4432,17 +4520,11 @@ packages: character-entities-html4@2.1.0: resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} - character-entities-legacy@1.1.4: - resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} - character-entities-legacy@3.0.0: resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} - character-entities@1.2.4: - resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} - - character-reference-invalid@1.1.4: - resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} + character-entities@2.0.2: + resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} check-error@2.1.1: resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} @@ -4467,8 +4549,8 @@ packages: resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} engines: {node: '>=6.0'} - chromium-bidi@0.6.5: - resolution: {integrity: sha512-RuLrmzYrxSb0s9SgpB+QN5jJucPduZQ/9SIe76MDxYJuecPW5mxMdacJ1f4EtgiV+R0p3sCkznTMvH0MPGFqjA==} + chromium-bidi@0.8.0: + resolution: {integrity: sha512-uJydbGdTw0DEUjhoogGveneJVWX/9YuqkWePzMmkBYwtdAqo5d3J/ovNKFr+/2hWXYmYCr6it8mSSTIj6SS6Ug==} peerDependencies: devtools-protocol: '*' @@ -4742,8 +4824,8 @@ packages: convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - cookie-parser@1.4.6: - resolution: {integrity: sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==} + cookie-parser@1.4.7: + resolution: {integrity: sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==} engines: {node: '>= 0.8.0'} cookie-signature@1.0.6: @@ -4752,14 +4834,18 @@ packages: cookie-signature@1.0.7: resolution: {integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==} - cookie@0.4.1: - resolution: {integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==} - engines: {node: '>= 0.6'} - cookie@0.6.0: resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} + cookie@0.7.1: + resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==} + engines: {node: '>= 0.6'} + + cookie@0.7.2: + resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} + engines: {node: '>= 0.6'} + cookiejar@2.1.4: resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==} @@ -4973,6 +5059,9 @@ packages: resolution: {integrity: sha512-69NZfbKIzux1vBOd31al3XnMnH+2mqDhEgLdpygErm4d60N+UwA5Sq5WFjmEDQzumgB9fElojGwWG0vybVfFmA==} engines: {node: '>=8.6'} + decode-named-character-reference@1.0.2: + resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} + decompress-response@6.0.0: resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} engines: {node: '>=10'} @@ -5016,8 +5105,8 @@ packages: deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - deep-pick-omit@1.2.0: - resolution: {integrity: sha512-2CGvfTM2c+IP/MhdRZMpaHhTc6zIlgz3tQXJ/VGAkc7mjMrjqSU28qiI63yEcy+fcYfd/K+NNJcGRzap4M4bqw==} + deep-pick-omit@1.2.1: + resolution: {integrity: sha512-2J6Kc/m3irCeqVG42T+SaUMesaK7oGWaedGnQQK/+O0gYc+2SP5bKh/KKTE7d7SJ+GCA9UUE1GRzh6oDe0EnGw==} deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} @@ -5068,6 +5157,11 @@ packages: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + detect-libc@1.0.3: + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} + engines: {node: '>=0.10'} + hasBin: true + detect-libc@2.0.3: resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} engines: {node: '>=8'} @@ -5331,8 +5425,8 @@ packages: peerDependencies: eslint: ^9.5.0 - eslint-flat-config-utils@0.3.1: - resolution: {integrity: sha512-eFT3EaoJN1hlN97xw4FIEX//h0TiFUobgl2l5uLkIwhVN9ahGq95Pbs+i1/B5UACA78LO3rco3JzuvxLdTUOPA==} + eslint-flat-config-utils@0.4.0: + resolution: {integrity: sha512-kfd5kQZC+BMO0YwTol6zxjKX1zAsk8JfSAopbKjKqmENTJcew+yBejuvccAg37cvOrN0Mh+DVbeyznuNWEjt4A==} eslint-formatting-reporter@0.0.0: resolution: {integrity: sha512-k9RdyTqxqN/wNYVaTk/ds5B5rA8lgoAmvceYN7bcZMBwU7TuXx5ntewJv81eF3pIL/CiJE+pJZm36llG8yhyyw==} @@ -5389,12 +5483,6 @@ packages: peerDependencies: eslint: '>=6.0.0' - eslint-plugin-markdown@5.1.0: - resolution: {integrity: sha512-SJeyKko1K6GwI0AN6xeCDToXDkfKZfXcexA6B+O2Wr2btUS9GrC+YgwSyVli5DJnctUHjFXcQ2cqTaAmVoLi2A==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - eslint: '>=8' - eslint-plugin-n@17.10.3: resolution: {integrity: sha512-ySZBfKe49nQZWR1yFaA0v/GsH6Fgp8ah6XV0WDz6CN8WO0ek4McMzb7A2xnf4DCYV43frjCygvb9f/wx7UUxRw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -5456,8 +5544,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true - eslint-plugin-vue@9.28.0: - resolution: {integrity: sha512-ShrihdjIhOTxs+MfWun6oJWuk+g/LAhN+CiuOl/jjkG3l0F2AuK5NMTaWqyvBgkFtpYmyks6P4603mLmhNJW8g==} + eslint-plugin-vue@9.29.0: + resolution: {integrity: sha512-hamyjrBhNH6Li6R1h1VF9KHfshJlKgKEg3ARbGTn72CMNDSMhWbgC7NdkRDEh25AFW+4SDATzyNM+3gWuZii8g==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -5494,8 +5582,8 @@ packages: resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.11.1: - resolution: {integrity: sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==} + eslint@9.12.0: + resolution: {integrity: sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -5591,22 +5679,22 @@ packages: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - express-rate-limit@7.4.0: - resolution: {integrity: sha512-v1204w3cXu5gCDmAvgvzI6qjzZzoMWKnyVDk3ACgfswTQLYiGen+r8w0VnXnGMmzEN/g8fwIQ4JrFFd4ZP6ssg==} + express-rate-limit@7.4.1: + resolution: {integrity: sha512-KS3efpnpIDVIXopMc65EMbWbUht7qvTCdtCR2dD/IZmi9MIkopYESwyRqLgv8Pfu589+KqDqOdzJWW7AHoACeg==} engines: {node: '>= 16'} peerDependencies: express: 4 || 5 || ^5.0.0-beta.1 - express-session@1.18.0: - resolution: {integrity: sha512-m93QLWr0ju+rOwApSsyso838LQwgfs44QtOP/WBiwtAgPIo/SAh1a5c6nn2BR6mFNZehTpqKDESzP+fRHVbxwQ==} + express-session@1.18.1: + resolution: {integrity: sha512-a5mtTqEaZvBCL9A9aqkrtfz+3SMDhOVUnjafjo+s7A9Txkq+SVX2DLvSp1Zrv4uCXa3lMSK3viWnh9Gg07PBUA==} engines: {node: '>= 0.8.0'} express-validator@7.2.0: resolution: {integrity: sha512-I2ByKD8panjtr8Y05l21Wph9xk7kk64UMyvJCl/fFM/3CTJq8isXYPLeKW/aZBCdb/LYNv63PwhY8khw8VWocA==} engines: {node: '>= 8.0.0'} - express@4.21.0: - resolution: {integrity: sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==} + express@4.21.1: + resolution: {integrity: sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==} engines: {node: '>= 0.10.0'} ext@1.7.0: @@ -6236,12 +6324,6 @@ packages: resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==} engines: {node: '>= 10'} - is-alphabetical@1.0.4: - resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} - - is-alphanumerical@1.0.4: - resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} - is-array-buffer@3.0.4: resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} engines: {node: '>= 0.4'} @@ -6286,9 +6368,6 @@ packages: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} - is-decimal@1.0.4: - resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} - is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} @@ -6322,9 +6401,6 @@ packages: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} - is-hexadecimal@1.0.4: - resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} - is-module@1.0.0: resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} @@ -6351,10 +6427,6 @@ packages: resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} engines: {node: '>=8'} - is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} - is-plain-object@2.0.4: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} engines: {node: '>=0.10.0'} @@ -6700,8 +6772,8 @@ packages: json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} - json-editor-vue@0.17.0: - resolution: {integrity: sha512-DaHnueGHeeQYg/zbOEFwBO+0BiJkukK1d/lH0jpsUECtl9qoTMrBlw0ojo5fx/i8Ttz6V3q8UeZ/Vt6/xHKRwQ==} + json-editor-vue@0.17.2: + resolution: {integrity: sha512-P38IvEwQJe4IHFpZe1YG2CWOK6pCjeHmPu2tLs01IiV0kz8QBoHYC7N5ZORlGTL4tQFVOosmnI1gjXztywHtig==} peerDependencies: '@vue/composition-api': '>=1' vue: 2||3 @@ -7005,6 +7077,9 @@ packages: long@4.0.0: resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==} + longest-streak@3.1.0: + resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} + loupe@3.1.1: resolution: {integrity: sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==} @@ -7062,14 +7137,44 @@ packages: markdown-table@2.0.0: resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==} - mdast-util-from-markdown@0.8.5: - resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} + markdown-table@3.0.3: + resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==} + + mdast-util-find-and-replace@3.0.1: + resolution: {integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==} + + mdast-util-from-markdown@2.0.1: + resolution: {integrity: sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==} + + mdast-util-gfm-autolink-literal@2.0.1: + resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==} + + mdast-util-gfm-footnote@2.0.0: + resolution: {integrity: sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==} + + mdast-util-gfm-strikethrough@2.0.0: + resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==} + + mdast-util-gfm-table@2.0.0: + resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==} + + mdast-util-gfm-task-list-item@2.0.0: + resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==} + + mdast-util-gfm@3.0.0: + resolution: {integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==} + + mdast-util-phrasing@4.1.0: + resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==} mdast-util-to-hast@13.2.0: resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} - mdast-util-to-string@2.0.0: - resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} + mdast-util-to-markdown@2.1.0: + resolution: {integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==} + + mdast-util-to-string@4.0.0: + resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} mdn-data@2.0.28: resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} @@ -7121,23 +7226,89 @@ packages: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} engines: {node: '>= 0.6'} + micromark-core-commonmark@2.0.1: + resolution: {integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==} + + micromark-extension-gfm-autolink-literal@2.1.0: + resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==} + + micromark-extension-gfm-footnote@2.1.0: + resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==} + + micromark-extension-gfm-strikethrough@2.1.0: + resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==} + + micromark-extension-gfm-table@2.1.0: + resolution: {integrity: sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==} + + micromark-extension-gfm-tagfilter@2.0.0: + resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==} + + micromark-extension-gfm-task-list-item@2.1.0: + resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==} + + micromark-extension-gfm@3.0.0: + resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==} + + micromark-factory-destination@2.0.0: + resolution: {integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==} + + micromark-factory-label@2.0.0: + resolution: {integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==} + + micromark-factory-space@2.0.0: + resolution: {integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==} + + micromark-factory-title@2.0.0: + resolution: {integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==} + + micromark-factory-whitespace@2.0.0: + resolution: {integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==} + micromark-util-character@2.1.0: resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==} + micromark-util-chunked@2.0.0: + resolution: {integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==} + + micromark-util-classify-character@2.0.0: + resolution: {integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==} + + micromark-util-combine-extensions@2.0.0: + resolution: {integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==} + + micromark-util-decode-numeric-character-reference@2.0.1: + resolution: {integrity: sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==} + + micromark-util-decode-string@2.0.0: + resolution: {integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==} + micromark-util-encode@2.0.0: resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==} + micromark-util-html-tag-name@2.0.0: + resolution: {integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==} + + micromark-util-normalize-identifier@2.0.0: + resolution: {integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==} + + micromark-util-resolve-all@2.0.0: + resolution: {integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==} + micromark-util-sanitize-uri@2.0.0: resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==} + micromark-util-subtokenize@2.0.1: + resolution: {integrity: sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==} + micromark-util-symbol@2.0.0: resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==} micromark-util-types@2.0.0: resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} - micromark@2.11.4: - resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} + micromark@4.0.0: + resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==} micromatch@4.0.8: resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} @@ -7390,6 +7561,9 @@ packages: node-addon-api@6.1.0: resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==} + node-addon-api@7.1.1: + resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} + node-bitmap@0.0.1: resolution: {integrity: sha512-Jx5lPaaLdIaOsj2mVLWMWulXF6GQVdyLvNSxmiYCvZ8Ma2hfKX0POoR2kgKOqz+oFsRreq0yYZjQ2wjE9VNzCA==} engines: {node: '>=v0.6.5'} @@ -7656,9 +7830,6 @@ packages: parse-data-uri@0.2.0: resolution: {integrity: sha512-uOtts8NqDcaCt1rIsO3VFDRsAfgE4c6osG4d9z3l4dCBlxYFzni6Di/oNU270SDrjkfZuUvLZx1rxMyqh46Y9w==} - parse-entities@2.0.0: - resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} - parse-gitignore@2.0.0: resolution: {integrity: sha512-RmVuCHWsfu0QPNW+mraxh/xjQVw/lhUCUru8Zni3Ctq3AoMhpDTq0OVdKS6iesd6Kqb7viCV3isAL43dciOSog==} engines: {node: '>=14'} @@ -7851,8 +8022,8 @@ packages: resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} engines: {node: '>=4'} - pinia-plugin-persistedstate@4.0.2: - resolution: {integrity: sha512-KSApXsnGTrWKnAeHgEpYqtzeO84y4NH7uVM0/KMog+/oR2Py8p25tKjHQUmkcNNluzc0rJjFzlv2i5ZTdLeTXA==} + pinia-plugin-persistedstate@4.1.1: + resolution: {integrity: sha512-fUiUsbfBetGUZzX28z+ImAZw7FDXzwRrk+fN+ljF5OhQMhsSYfYeUzI9FLLtpjekYbfFHWvJiECkLI60RIuiPA==} peerDependencies: '@pinia/nuxt': '>=0.5.0' pinia: '>=2.0.0' @@ -8043,12 +8214,12 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - puppeteer-core@23.4.1: - resolution: {integrity: sha512-uCxGtn8VE9PlKhdFJX/zZySi9K3Ufr3qUZe28jxJoZUqiMJOi+SFh2zhiFDSjWqZIDkc0FtnaCC+rewW3MYXmg==} + puppeteer-core@23.5.3: + resolution: {integrity: sha512-V58MZD/B3CwkYsqSEQlHKbavMJptF04fzhMdUpiCRCmUVhwZNwSGEPhaiZ1f8I3ABQUirg3VNhXVB6Z1ubHXtQ==} engines: {node: '>=18'} - puppeteer@23.4.1: - resolution: {integrity: sha512-+wWfWTkQ8L9IB/3OVGSUp37c0eQ5za/85KdX+LAq2wTZkMdocgYGMCs+/91e2f/RXIYzve4x/uGxN8zG2sj8+w==} + puppeteer@23.5.3: + resolution: {integrity: sha512-FghmfBsr/UUpe48OiCg1gV3W4vVfQJKjQehbF07SjnQvEpWcvPTah1nykfGWdOQQ1ydJPIXcajzWN7fliCU3zw==} engines: {node: '>=18'} hasBin: true @@ -8347,8 +8518,8 @@ packages: engines: {node: '>=14.0.0'} hasBin: true - sass@1.79.4: - resolution: {integrity: sha512-K0QDSNPXgyqO4GZq2HO5Q70TLxTH6cIT59RdoCHMivrC8rqzaTw5ab9prjz9KUN1El4FLXrBXJhik61JR4HcGg==} + sass@1.79.5: + resolution: {integrity: sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==} engines: {node: '>=14.0.0'} hasBin: true @@ -8418,8 +8589,8 @@ packages: reflect-metadata: '*' sequelize: '>=6.20.1' - sequelize@6.37.3: - resolution: {integrity: sha512-V2FTqYpdZjPy3VQrZvjTPnOoLm0KudCRXfGWp48QwhyPPp2yW8z0p0sCYZd/em847Tl2dVxJJ1DR+hF+O77T7A==} + sequelize@6.37.4: + resolution: {integrity: sha512-+8B0p00EKmxJpwwruDI0drxh4wNSC0YB9pVhOajRzfMI+uIDi5V7rJPC8RTTkLmKUoAIatJZn6lW9gj6bmmYKQ==} engines: {node: '>=10.0.0'} peerDependencies: ibm_db: '*' @@ -8515,8 +8686,8 @@ packages: engines: {node: '>=4'} hasBin: true - shiki@1.21.0: - resolution: {integrity: sha512-apCH5BoWTrmHDPGgg3RF8+HAAbEL/CdbYr8rMw7eIrdhCkZHdVGat5mMNlRtd1erNG01VPMIKHNQ0Pj2HMAiog==} + shiki@1.22.0: + resolution: {integrity: sha512-/t5LlhNs+UOKQCYBtl5ZsH/Vclz73GIqT2yQsCBygr8L/ppTdmpL4w3kPLoZJbMKVWtoG77Ue1feOjZfDxvMkw==} side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} @@ -8980,8 +9151,8 @@ packages: resolution: {integrity: sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==} engines: {node: '>=12.0.0'} - tinymce@7.3.0: - resolution: {integrity: sha512-Ls4PgYlpk73XAxBSBqbVmSl8Mb3DuNfgF01GZ0lY6/MOEVRl3IL+VxC1Oe6165e8WqbqVsxO3Qj/PmoYNvQKGQ==} + tinymce@7.4.1: + resolution: {integrity: sha512-g1Ieaio5YU+jLEQZkQyxTT8EY/im+TC/CFBPlqDBCNdsF8YQOeLMot+K6vmFOAXhNc85KhP1rC9Dn2X+iBFDGg==} tinypool@1.0.1: resolution: {integrity: sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==} @@ -9220,8 +9391,8 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.6.2: - resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} + typescript@5.6.3: + resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} engines: {node: '>=14.17'} hasBin: true @@ -9309,9 +9480,6 @@ packages: unist-util-position@5.0.0: resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} - unist-util-stringify-position@2.0.3: - resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} - unist-util-stringify-position@4.0.0: resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} @@ -9435,8 +9603,8 @@ packages: resolution: {integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==} engines: {node: '>= 0.10'} - vanilla-jsoneditor@1.0.6: - resolution: {integrity: sha512-kM/34gubHXpYfcOoH7mSlmJyZPggT8yUjjMFpYRWRJ3D27k6A8HPrunnDzEQjZlvRst6SUj9to1kHClea2e+JA==} + vanilla-jsoneditor@1.0.7: + resolution: {integrity: sha512-wyC5++08UTu5rvhQ1MIyOj03q181lE+Kx9Q+MSu4I+051OSE5eY9FiI2yD/8kjLPDIN10teCKQiePUIKKpptqA==} vanilla-picker@2.12.3: resolution: {integrity: sha512-qVkT1E7yMbUsB2mmJNFmaXMWE2hF8ffqzMMwe9zdAikd8u2VfnsVY2HQcOUi2F38bgbxzlJBEdS1UUhOXdF9GQ==} @@ -9455,8 +9623,8 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - vite-node@2.1.1: - resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} + vite-node@2.1.2: + resolution: {integrity: sha512-HPcGNN5g/7I2OtPjLqgOtCRu/qhVvBxTUD3qzitmL0SrG1cWFzxzhMDWussxSbrRYWqnKf8P2jiNhPMSN+ymsQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -9522,8 +9690,8 @@ packages: terser: optional: true - vitepress@1.3.4: - resolution: {integrity: sha512-I1/F6OW1xl3kW4PaIMC6snxjWgf3qfziq2aqsDoFc/Gt41WbcRv++z8zjw8qGRIJ+I4bUW7ZcKFDHHN/jkH9DQ==} + vitepress@1.4.0: + resolution: {integrity: sha512-JXCv4EsKTDyAFb6C/UjZr7nsGAzZ6mafVk2rx7rG5o8N+B/4QstIk+iEOe/9dKoU6V624UIC6g1pZ+K63rxhlw==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -9534,15 +9702,15 @@ packages: postcss: optional: true - vitest@2.1.1: - resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} + vitest@2.1.2: + resolution: {integrity: sha512-veNjLizOMkRrJ6xxb+pvxN6/QAWg95mzcRjtmkepXdN87FNfxAss9RKe2far/G9cQpipfgP2taqg0KiWsquj8A==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.1 - '@vitest/ui': 2.1.1 + '@vitest/browser': 2.1.2 + '@vitest/ui': 2.1.2 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -9638,8 +9806,8 @@ packages: resolution: {integrity: sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==} deprecated: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. - vue@3.5.10: - resolution: {integrity: sha512-Vy2kmJwHPlouC/tSnIgXVg03SG+9wSqT1xu1Vehc+ChsXsRd7jLkKgMltVEFOzUdBr3uFwBCG+41LJtfAcBRng==} + vue@3.5.12: + resolution: {integrity: sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -9798,8 +9966,8 @@ packages: resolution: {integrity: sha512-qxSTKswC6llEMZKgCQdaWgDuMJQnhuvF5f2Nk3SNXc4byfQ+voo2mX1Px9dkNOuR8p0KAjfPG29PuYUSIb+vSA==} engines: {node: '>= 12.0.0'} - winston@3.14.2: - resolution: {integrity: sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==} + winston@3.15.0: + resolution: {integrity: sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==} engines: {node: '>= 12.0.0'} wkx@0.5.0: @@ -10124,46 +10292,46 @@ snapshots: ts-deepmerge: 6.2.1 zod: 3.23.8 - '@antfu/eslint-config@3.2.2(@typescript-eslint/utils@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(@vue/compiler-sfc@3.5.10)(eslint-plugin-format@0.1.2(eslint@9.11.1(jiti@2.0.0)))(eslint@9.11.1(jiti@2.0.0))(svelte@4.2.19)(typescript@5.6.2)(vitest@2.1.1(@types/node@22.7.4)(jsdom@25.0.1)(sass@1.79.4)(terser@5.34.1))': + '@antfu/eslint-config@3.7.3(@typescript-eslint/utils@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(@vue/compiler-sfc@3.5.12)(eslint-plugin-format@0.1.2(eslint@9.12.0(jiti@2.0.0)))(eslint@9.12.0(jiti@2.0.0))(svelte@4.2.19)(typescript@5.6.3)(vitest@2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(sass@1.79.5)(terser@5.34.1))': dependencies: '@antfu/install-pkg': 0.4.1 '@clack/prompts': 0.7.0 - '@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.11.1(jiti@2.0.0)) - '@stylistic/eslint-plugin': 2.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) - '@typescript-eslint/eslint-plugin': 8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) - '@typescript-eslint/parser': 8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) - '@vitest/eslint-plugin': 1.1.4(@typescript-eslint/utils@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2)(vitest@2.1.1(@types/node@22.7.4)(jsdom@25.0.1)(sass@1.79.4)(terser@5.34.1)) - eslint: 9.11.1(jiti@2.0.0) - eslint-config-flat-gitignore: 0.3.0(eslint@9.11.1(jiti@2.0.0)) - eslint-flat-config-utils: 0.3.1 - eslint-merge-processors: 0.1.0(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-antfu: 2.7.0(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-command: 0.2.6(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-import-x: 4.3.1(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) - eslint-plugin-jsdoc: 50.3.1(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-jsonc: 2.16.0(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-markdown: 5.1.0(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-n: 17.10.3(eslint@9.11.1(jiti@2.0.0)) + '@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.12.0(jiti@2.0.0)) + '@eslint/markdown': 6.2.0 + '@stylistic/eslint-plugin': 2.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/parser': 8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) + '@vitest/eslint-plugin': 1.1.4(@typescript-eslint/utils@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(sass@1.79.5)(terser@5.34.1)) + eslint: 9.12.0(jiti@2.0.0) + eslint-config-flat-gitignore: 0.3.0(eslint@9.12.0(jiti@2.0.0)) + eslint-flat-config-utils: 0.4.0 + eslint-merge-processors: 0.1.0(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-antfu: 2.7.0(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-command: 0.2.6(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-import-x: 4.3.1(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) + eslint-plugin-jsdoc: 50.3.1(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-jsonc: 2.16.0(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-n: 17.10.3(eslint@9.12.0(jiti@2.0.0)) eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-perfectionist: 3.8.0(eslint@9.11.1(jiti@2.0.0))(svelte@4.2.19)(typescript@5.6.2)(vue-eslint-parser@9.4.3(eslint@9.11.1(jiti@2.0.0))) - eslint-plugin-regexp: 2.6.0(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-toml: 0.11.1(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-unicorn: 55.0.0(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-vue: 9.28.0(eslint@9.11.1(jiti@2.0.0)) - eslint-plugin-yml: 1.14.0(eslint@9.11.1(jiti@2.0.0)) - eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.10)(eslint@9.11.1(jiti@2.0.0)) + eslint-plugin-perfectionist: 3.8.0(eslint@9.12.0(jiti@2.0.0))(svelte@4.2.19)(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.0.0))) + eslint-plugin-regexp: 2.6.0(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-toml: 0.11.1(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-unicorn: 55.0.0(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-vue: 9.29.0(eslint@9.12.0(jiti@2.0.0)) + eslint-plugin-yml: 1.14.0(eslint@9.12.0(jiti@2.0.0)) + eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.12)(eslint@9.12.0(jiti@2.0.0)) globals: 15.9.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 parse-gitignore: 2.0.0 picocolors: 1.1.0 toml-eslint-parser: 0.10.0 - vue-eslint-parser: 9.4.3(eslint@9.11.1(jiti@2.0.0)) + vue-eslint-parser: 9.4.3(eslint@9.12.0(jiti@2.0.0)) yaml-eslint-parser: 1.2.3 yargs: 17.7.2 optionalDependencies: - eslint-plugin-format: 0.1.2(eslint@9.11.1(jiti@2.0.0)) + eslint-plugin-format: 0.1.2(eslint@9.12.0(jiti@2.0.0)) transitivePeerDependencies: - '@typescript-eslint/utils' - '@vue/compiler-sfc' @@ -11376,15 +11544,15 @@ snapshots: '@esbuild/win32-x64@0.23.1': optional: true - '@eslint-community/eslint-plugin-eslint-comments@4.4.0(eslint@9.11.1(jiti@2.0.0))': + '@eslint-community/eslint-plugin-eslint-comments@4.4.0(eslint@9.12.0(jiti@2.0.0))': dependencies: escape-string-regexp: 4.0.0 - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) ignore: 5.3.2 - '@eslint-community/eslint-utils@4.4.0(eslint@9.11.1(jiti@2.0.0))': + '@eslint-community/eslint-utils@4.4.0(eslint@9.12.0(jiti@2.0.0))': dependencies: - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.11.1': {} @@ -11415,7 +11583,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.11.1': {} + '@eslint/js@9.12.0': {} + + '@eslint/markdown@6.2.0': + dependencies: + '@eslint/plugin-kit': 0.2.0 + mdast-util-from-markdown: 2.0.1 + mdast-util-gfm: 3.0.0 + micromark-extension-gfm: 3.0.0 + transitivePeerDependencies: + - supports-color '@eslint/object-schema@2.1.4': {} @@ -11466,13 +11643,20 @@ snapshots: '@hexagon/base64@1.1.28': {} + '@humanfs/core@0.19.0': {} + + '@humanfs/node@0.16.5': + dependencies: + '@humanfs/core': 0.19.0 + '@humanwhocodes/retry': 0.3.1 + '@humanwhocodes/module-importer@1.0.1': {} - '@humanwhocodes/retry@0.3.0': {} + '@humanwhocodes/retry@0.3.1': {} '@hutson/parse-repository-url@5.0.0': {} - '@iconify-json/fluent@1.2.2': + '@iconify-json/fluent@1.2.3': dependencies: '@iconify/types': 2.0.0 @@ -11593,27 +11777,27 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2))': + '@jest/core@29.7.0(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + jest-config: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -11638,7 +11822,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -11656,7 +11840,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 22.7.4 + '@types/node': 22.7.5 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -11678,7 +11862,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 22.7.4 + '@types/node': 22.7.5 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -11748,7 +11932,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/yargs': 17.0.33 chalk: 4.1.2 @@ -12015,6 +12199,62 @@ snapshots: '@one-ini/wasm@0.1.1': {} + '@parcel/watcher-android-arm64@2.4.1': + optional: true + + '@parcel/watcher-darwin-arm64@2.4.1': + optional: true + + '@parcel/watcher-darwin-x64@2.4.1': + optional: true + + '@parcel/watcher-freebsd-x64@2.4.1': + optional: true + + '@parcel/watcher-linux-arm-glibc@2.4.1': + optional: true + + '@parcel/watcher-linux-arm64-glibc@2.4.1': + optional: true + + '@parcel/watcher-linux-arm64-musl@2.4.1': + optional: true + + '@parcel/watcher-linux-x64-glibc@2.4.1': + optional: true + + '@parcel/watcher-linux-x64-musl@2.4.1': + optional: true + + '@parcel/watcher-win32-arm64@2.4.1': + optional: true + + '@parcel/watcher-win32-ia32@2.4.1': + optional: true + + '@parcel/watcher-win32-x64@2.4.1': + optional: true + + '@parcel/watcher@2.4.1': + dependencies: + detect-libc: 1.0.3 + is-glob: 4.0.3 + micromatch: 4.0.8 + node-addon-api: 7.1.1 + optionalDependencies: + '@parcel/watcher-android-arm64': 2.4.1 + '@parcel/watcher-darwin-arm64': 2.4.1 + '@parcel/watcher-darwin-x64': 2.4.1 + '@parcel/watcher-freebsd-x64': 2.4.1 + '@parcel/watcher-linux-arm-glibc': 2.4.1 + '@parcel/watcher-linux-arm64-glibc': 2.4.1 + '@parcel/watcher-linux-arm64-musl': 2.4.1 + '@parcel/watcher-linux-x64-glibc': 2.4.1 + '@parcel/watcher-linux-x64-musl': 2.4.1 + '@parcel/watcher-win32-arm64': 2.4.1 + '@parcel/watcher-win32-ia32': 2.4.1 + '@parcel/watcher-win32-x64': 2.4.1 + '@peculiar/asn1-android@2.3.13': dependencies: '@peculiar/asn1-schema': 2.3.13 @@ -12051,7 +12291,7 @@ snapshots: '@pinia/plugin-debounce@1.0.1': {} - '@pixelverse/strichjs-sdk@1.5.2': {} + '@pixelverse/strichjs-sdk@1.5.4': {} '@pkgjs/parseargs@0.11.0': optional: true @@ -12221,36 +12461,36 @@ snapshots: domhandler: 5.0.3 selderee: 0.11.0 - '@shikijs/core@1.21.0': + '@shikijs/core@1.22.0': dependencies: - '@shikijs/engine-javascript': 1.21.0 - '@shikijs/engine-oniguruma': 1.21.0 - '@shikijs/types': 1.21.0 - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/engine-javascript': 1.22.0 + '@shikijs/engine-oniguruma': 1.22.0 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 hast-util-to-html: 9.0.3 - '@shikijs/engine-javascript@1.21.0': + '@shikijs/engine-javascript@1.22.0': dependencies: - '@shikijs/types': 1.21.0 - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 oniguruma-to-js: 0.4.3 - '@shikijs/engine-oniguruma@1.21.0': + '@shikijs/engine-oniguruma@1.22.0': dependencies: - '@shikijs/types': 1.21.0 - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 - '@shikijs/transformers@1.21.0': + '@shikijs/transformers@1.22.0': dependencies: - shiki: 1.21.0 + shiki: 1.22.0 - '@shikijs/types@1.21.0': + '@shikijs/types@1.22.0': dependencies: - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 - '@shikijs/vscode-textmate@9.2.2': {} + '@shikijs/vscode-textmate@9.3.0': {} '@simplewebauthn/browser@10.0.0': dependencies: @@ -12288,10 +12528,10 @@ snapshots: '@streamparser/json@0.0.20': {} - '@stylistic/eslint-plugin@2.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2)': + '@stylistic/eslint-plugin@2.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: - '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) - eslint: 9.11.1(jiti@2.0.0) + '@typescript-eslint/utils': 8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) + eslint: 9.12.0(jiti@2.0.0) eslint-visitor-keys: 4.1.0 espree: 10.2.0 estraverse: 5.3.0 @@ -12317,22 +12557,22 @@ snapshots: '@trysound/sax@0.2.0': {} - '@ts-rest/core@3.51.0(@types/node@22.7.4)(zod@3.23.8)': + '@ts-rest/core@3.51.0(@types/node@22.7.5)(zod@3.23.8)': optionalDependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 zod: 3.23.8 - '@ts-rest/express@3.51.0(@ts-rest/core@3.51.0(@types/node@22.7.4)(zod@3.23.8))(express@4.21.0)(zod@3.23.8)': + '@ts-rest/express@3.51.0(@ts-rest/core@3.51.0(@types/node@22.7.5)(zod@3.23.8))(express@4.21.1)(zod@3.23.8)': dependencies: - '@ts-rest/core': 3.51.0(@types/node@22.7.4)(zod@3.23.8) - express: 4.21.0 + '@ts-rest/core': 3.51.0(@types/node@22.7.5)(zod@3.23.8) + express: 4.21.1 optionalDependencies: zod: 3.23.8 - '@ts-rest/open-api@3.51.0(@ts-rest/core@3.51.0(@types/node@22.7.4)(zod@3.23.8))(zod@3.23.8)': + '@ts-rest/open-api@3.51.0(@ts-rest/core@3.51.0(@types/node@22.7.5)(zod@3.23.8))(zod@3.23.8)': dependencies: '@anatine/zod-openapi': 1.14.2(openapi3-ts@2.0.2)(zod@3.23.8) - '@ts-rest/core': 3.51.0(@types/node@22.7.4)(zod@3.23.8) + '@ts-rest/core': 3.51.0(@types/node@22.7.5)(zod@3.23.8) openapi3-ts: 2.0.2 zod: 3.23.8 @@ -12374,16 +12614,16 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/clean-css@4.2.11': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 source-map: 0.6.1 '@types/connect@3.4.38': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/cookie-parser@1.4.7': dependencies: @@ -12395,11 +12635,11 @@ snapshots: '@types/cors@2.8.17': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/debug@4.1.12': dependencies: @@ -12407,24 +12647,19 @@ snapshots: '@types/decompress@4.2.7': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/dompurify@3.0.5': dependencies: '@types/trusted-types': 2.0.7 - '@types/eslint@9.6.1': - dependencies: - '@types/estree': 1.0.6 - '@types/json-schema': 7.0.15 - '@types/estree@0.0.39': {} '@types/estree@1.0.6': {} '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/qs': 6.9.16 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -12443,18 +12678,18 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/geojson@7946.0.14': {} '@types/glob@7.2.0': dependencies: '@types/minimatch': 3.0.5 - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/hast@3.0.4': dependencies: @@ -12481,7 +12716,7 @@ snapshots: '@types/jsdom@21.1.7': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 @@ -12491,25 +12726,21 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/jsonwebtoken@9.0.7': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/linkify-it@5.0.0': {} - '@types/lodash@4.17.9': {} + '@types/lodash@4.17.10': {} '@types/markdown-it@14.1.2': dependencies: '@types/linkify-it': 5.0.0 '@types/mdurl': 2.0.0 - '@types/mdast@3.0.15': - dependencies: - '@types/unist': 2.0.11 - '@types/mdast@4.0.4': dependencies: '@types/unist': 3.0.3 @@ -12526,7 +12757,7 @@ snapshots: '@types/morgan@1.9.9': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/ms@0.7.34': {} @@ -12538,17 +12769,17 @@ snapshots: '@types/node@17.0.45': {} - '@types/node@22.7.4': + '@types/node@22.7.5': dependencies: undici-types: 6.19.8 '@types/nodemailer@6.4.16': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/nodemon@1.19.6': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/normalize-package-data@2.4.4': {} @@ -12570,12 +12801,12 @@ snapshots: '@types/pg-cursor@2.7.2': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/pg': 8.11.10 '@types/pg@8.11.10': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 pg-protocol: 1.7.0 pg-types: 4.0.2 @@ -12583,12 +12814,12 @@ snapshots: '@types/prompts@2.4.9': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 kleur: 3.0.3 '@types/qrcode@1.5.5': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/qs@6.9.16': {} @@ -12596,26 +12827,26 @@ snapshots: '@types/readable-stream@4.0.15': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 safe-buffer: 5.1.2 '@types/resolve@1.20.2': {} '@types/sax@1.2.7': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/semver@7.5.8': {} '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/send': 0.17.4 '@types/stack-utils@2.0.3': {} @@ -12624,7 +12855,7 @@ snapshots: dependencies: '@types/cookiejar': 2.1.5 '@types/methods': 1.1.4 - '@types/node': 22.7.4 + '@types/node': 22.7.5 form-data: 4.0.0 '@types/supertest@6.0.2': @@ -12642,8 +12873,6 @@ snapshots: '@types/ua-parser-js@0.7.39': {} - '@types/unist@2.0.11': {} - '@types/unist@3.0.3': {} '@types/uuid@10.0.0': {} @@ -12654,7 +12883,7 @@ snapshots: '@types/web-push@3.6.3': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/webidl-conversions@7.0.3': {} @@ -12672,37 +12901,37 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 optional: true - '@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2)': + '@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.11.1 - '@typescript-eslint/parser': 8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) + '@typescript-eslint/parser': 8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) '@typescript-eslint/scope-manager': 8.8.0 - '@typescript-eslint/type-utils': 8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) - '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) + '@typescript-eslint/type-utils': 8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/utils': 8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) '@typescript-eslint/visitor-keys': 8.8.0 - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.6.2) + ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2)': + '@typescript-eslint/parser@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: '@typescript-eslint/scope-manager': 8.8.0 '@typescript-eslint/types': 8.8.0 - '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.2) + '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.3) '@typescript-eslint/visitor-keys': 8.8.0 debug: 4.3.7(supports-color@5.5.0) - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 transitivePeerDependencies: - supports-color @@ -12711,21 +12940,21 @@ snapshots: '@typescript-eslint/types': 8.8.0 '@typescript-eslint/visitor-keys': 8.8.0 - '@typescript-eslint/type-utils@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2)': + '@typescript-eslint/type-utils@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.2) - '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) + '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.3) + '@typescript-eslint/utils': 8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) debug: 4.3.7(supports-color@5.5.0) - ts-api-utils: 1.3.0(typescript@5.6.2) + ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 transitivePeerDependencies: - eslint - supports-color '@typescript-eslint/types@8.8.0': {} - '@typescript-eslint/typescript-estree@8.8.0(typescript@5.6.2)': + '@typescript-eslint/typescript-estree@8.8.0(typescript@5.6.3)': dependencies: '@typescript-eslint/types': 8.8.0 '@typescript-eslint/visitor-keys': 8.8.0 @@ -12734,19 +12963,19 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.6.2) + ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2)': + '@typescript-eslint/utils@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.0.0)) '@typescript-eslint/scope-manager': 8.8.0 '@typescript-eslint/types': 8.8.0 - '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.2) - eslint: 9.11.1(jiti@2.0.0) + '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.3) + eslint: 9.12.0(jiti@2.0.0) transitivePeerDependencies: - supports-color - typescript @@ -12767,7 +12996,7 @@ snapshots: sharp-ico: 0.1.5 unconfig: 0.3.13 - '@vitejs/plugin-legacy@5.4.2(terser@5.34.1)(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1))': + '@vitejs/plugin-legacy@5.4.2(terser@5.34.1)(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1))': dependencies: '@babel/core': 7.25.2 '@babel/preset-env': 7.25.4(@babel/core@7.25.2) @@ -12778,74 +13007,74 @@ snapshots: regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.34.1 - vite: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue2@2.3.1(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1))(vue@2.7.16)': + '@vitejs/plugin-vue2@2.3.1(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1))(vue@2.7.16)': dependencies: - vite: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) vue: 2.7.16 - '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1))(vue@3.5.10(typescript@5.6.2))': + '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3))': dependencies: - vite: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) - vue: 3.5.10(typescript@5.6.2) + vite: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) + vue: 3.5.12(typescript@5.6.3) - '@vitest/eslint-plugin@1.1.4(@typescript-eslint/utils@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2)(vitest@2.1.1(@types/node@22.7.4)(jsdom@25.0.1)(sass@1.79.4)(terser@5.34.1))': + '@vitest/eslint-plugin@1.1.4(@typescript-eslint/utils@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(sass@1.79.5)(terser@5.34.1))': dependencies: - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) optionalDependencies: - '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) - typescript: 5.6.2 - vitest: 2.1.1(@types/node@22.7.4)(jsdom@25.0.1)(sass@1.79.4)(terser@5.34.1) + '@typescript-eslint/utils': 8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) + typescript: 5.6.3 + vitest: 2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(sass@1.79.5)(terser@5.34.1) - '@vitest/expect@2.1.1': + '@vitest/expect@2.1.2': dependencies: - '@vitest/spy': 2.1.1 - '@vitest/utils': 2.1.1 + '@vitest/spy': 2.1.2 + '@vitest/utils': 2.1.2 chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1))': + '@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1))': dependencies: - '@vitest/spy': 2.1.1 + '@vitest/spy': 2.1.2 estree-walker: 3.0.3 magic-string: 0.30.11 optionalDependencies: - vite: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) - '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1))': + '@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1))': dependencies: - '@vitest/spy': 2.1.1 + '@vitest/spy': 2.1.2 estree-walker: 3.0.3 magic-string: 0.30.11 optionalDependencies: - vite: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) optional: true - '@vitest/pretty-format@2.1.1': + '@vitest/pretty-format@2.1.2': dependencies: tinyrainbow: 1.2.0 - '@vitest/runner@2.1.1': + '@vitest/runner@2.1.2': dependencies: - '@vitest/utils': 2.1.1 + '@vitest/utils': 2.1.2 pathe: 1.1.2 - '@vitest/snapshot@2.1.1': + '@vitest/snapshot@2.1.2': dependencies: - '@vitest/pretty-format': 2.1.1 + '@vitest/pretty-format': 2.1.2 magic-string: 0.30.11 pathe: 1.1.2 - '@vitest/spy@2.1.1': + '@vitest/spy@2.1.2': dependencies: tinyspy: 3.0.2 - '@vitest/utils@2.1.1': + '@vitest/utils@2.1.2': dependencies: - '@vitest/pretty-format': 2.1.1 + '@vitest/pretty-format': 2.1.2 loupe: 3.1.1 tinyrainbow: 1.2.0 @@ -12869,11 +13098,24 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 + '@vue/compiler-core@3.5.12': + dependencies: + '@babel/parser': 7.25.6 + '@vue/shared': 3.5.12 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.1 + '@vue/compiler-dom@3.5.10': dependencies: '@vue/compiler-core': 3.5.10 '@vue/shared': 3.5.10 + '@vue/compiler-dom@3.5.12': + dependencies: + '@vue/compiler-core': 3.5.12 + '@vue/shared': 3.5.12 + '@vue/compiler-sfc@2.7.16': dependencies: '@babel/parser': 7.25.6 @@ -12882,22 +13124,22 @@ snapshots: optionalDependencies: prettier: 2.8.8 - '@vue/compiler-sfc@3.5.10': + '@vue/compiler-sfc@3.5.12': dependencies: '@babel/parser': 7.25.6 - '@vue/compiler-core': 3.5.10 - '@vue/compiler-dom': 3.5.10 - '@vue/compiler-ssr': 3.5.10 - '@vue/shared': 3.5.10 + '@vue/compiler-core': 3.5.12 + '@vue/compiler-dom': 3.5.12 + '@vue/compiler-ssr': 3.5.12 + '@vue/shared': 3.5.12 estree-walker: 2.0.2 magic-string: 0.30.11 postcss: 8.4.47 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.10': + '@vue/compiler-ssr@3.5.12': dependencies: - '@vue/compiler-dom': 3.5.10 - '@vue/shared': 3.5.10 + '@vue/compiler-dom': 3.5.12 + '@vue/shared': 3.5.12 '@vue/compiler-vue2@2.7.16': dependencies: @@ -12924,7 +13166,7 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/language-core@2.1.6(typescript@5.6.2)': + '@vue/language-core@2.1.6(typescript@5.6.3)': dependencies: '@volar/language-core': 2.4.5 '@vue/compiler-dom': 3.5.10 @@ -12935,32 +13177,34 @@ snapshots: muggle-string: 0.4.1 path-browserify: 1.0.1 optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 - '@vue/reactivity@3.5.10': + '@vue/reactivity@3.5.12': dependencies: - '@vue/shared': 3.5.10 + '@vue/shared': 3.5.12 - '@vue/runtime-core@3.5.10': + '@vue/runtime-core@3.5.12': dependencies: - '@vue/reactivity': 3.5.10 - '@vue/shared': 3.5.10 + '@vue/reactivity': 3.5.12 + '@vue/shared': 3.5.12 - '@vue/runtime-dom@3.5.10': + '@vue/runtime-dom@3.5.12': dependencies: - '@vue/reactivity': 3.5.10 - '@vue/runtime-core': 3.5.10 - '@vue/shared': 3.5.10 + '@vue/reactivity': 3.5.12 + '@vue/runtime-core': 3.5.12 + '@vue/shared': 3.5.12 csstype: 3.1.3 - '@vue/server-renderer@3.5.10(vue@3.5.10(typescript@5.6.2))': + '@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.6.3))': dependencies: - '@vue/compiler-ssr': 3.5.10 - '@vue/shared': 3.5.10 - vue: 3.5.10(typescript@5.6.2) + '@vue/compiler-ssr': 3.5.12 + '@vue/shared': 3.5.12 + vue: 3.5.12(typescript@5.6.3) '@vue/shared@3.5.10': {} + '@vue/shared@3.5.12': {} + '@vueuse/core@11.1.0(vue@2.7.16)': dependencies: '@types/web-bluetooth': 0.0.20 @@ -12971,21 +13215,21 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/core@11.1.0(vue@3.5.10(typescript@5.6.2))': + '@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 11.1.0 - '@vueuse/shared': 11.1.0(vue@3.5.10(typescript@5.6.2)) - vue-demi: 0.14.10(vue@3.5.10(typescript@5.6.2)) + '@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3)) + vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/integrations@11.1.0(axios@1.7.7)(focus-trap@7.6.0)(jwt-decode@4.0.0)(qrcode@1.5.4)(sortablejs@1.10.2)(vue@3.5.10(typescript@5.6.2))': + '@vueuse/integrations@11.1.0(axios@1.7.7)(focus-trap@7.6.0)(jwt-decode@4.0.0)(qrcode@1.5.4)(sortablejs@1.10.2)(vue@3.5.12(typescript@5.6.3))': dependencies: - '@vueuse/core': 11.1.0(vue@3.5.10(typescript@5.6.2)) - '@vueuse/shared': 11.1.0(vue@3.5.10(typescript@5.6.2)) - vue-demi: 0.14.10(vue@3.5.10(typescript@5.6.2)) + '@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3)) + vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) optionalDependencies: axios: 1.7.7(debug@4.3.7) focus-trap: 7.6.0 @@ -13005,9 +13249,9 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/shared@11.1.0(vue@3.5.10(typescript@5.6.2))': + '@vueuse/shared@11.1.0(vue@3.5.12(typescript@5.6.3))': dependencies: - vue-demi: 0.14.10(vue@3.5.10(typescript@5.6.2)) + vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -13088,17 +13332,17 @@ snapshots: '@webassemblyjs/ast': 1.12.1 '@xtuc/long': 4.2.2 - '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack@5.95.0))(webpack@5.95.0(webpack-cli@5.1.4))': + '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.95.0)': dependencies: webpack: 5.95.0(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack@5.95.0) - '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack@5.95.0))(webpack@5.95.0(webpack-cli@5.1.4))': + '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.95.0)': dependencies: webpack: 5.95.0(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack@5.95.0) - '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack@5.95.0))(webpack@5.95.0(webpack-cli@5.1.4))': + '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.95.0)': dependencies: webpack: 5.95.0(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack@5.95.0) @@ -13303,9 +13547,9 @@ snapshots: dependencies: possible-typed-array-names: 1.0.0 - awesome-phonenumber@7.1.0: {} + awesome-phonenumber@7.2.0: {} - awilix@11.0.0: + awilix@11.0.4: dependencies: camel-case: 4.1.2 fast-glob: 3.3.2 @@ -13565,7 +13809,7 @@ snapshots: builtin-modules@3.3.0: {} - bullmq@5.19.0: + bullmq@5.19.1: dependencies: cron-parser: 4.9.0 ioredis: 5.4.1 @@ -13654,13 +13898,9 @@ snapshots: character-entities-html4@2.1.0: {} - character-entities-legacy@1.1.4: {} - character-entities-legacy@3.0.0: {} - character-entities@1.2.4: {} - - character-reference-invalid@1.1.4: {} + character-entities@2.0.2: {} check-error@2.1.1: {} @@ -13686,7 +13926,7 @@ snapshots: chrome-trace-event@1.0.4: {} - chromium-bidi@0.6.5(devtools-protocol@0.0.1342118): + chromium-bidi@0.8.0(devtools-protocol@0.0.1342118): dependencies: devtools-protocol: 0.0.1342118 mitt: 3.0.1 @@ -13867,9 +14107,9 @@ snapshots: connect-history-api-fallback@1.6.0: {} - connect-redis@7.1.1(express-session@1.18.0): + connect-redis@7.1.1(express-session@1.18.1): dependencies: - express-session: 1.18.0 + express-session: 1.18.1 consola@2.15.3: {} @@ -13965,19 +14205,21 @@ snapshots: convert-source-map@2.0.0: {} - cookie-parser@1.4.6: + cookie-parser@1.4.7: dependencies: - cookie: 0.4.1 + cookie: 0.7.2 cookie-signature: 1.0.6 cookie-signature@1.0.6: {} cookie-signature@1.0.7: {} - cookie@0.4.1: {} - cookie@0.6.0: {} + cookie@0.7.1: {} + + cookie@0.7.2: {} + cookiejar@2.1.4: {} copy-anything@3.0.5: @@ -14003,31 +14245,31 @@ snapshots: corser@2.0.1: {} - cosmiconfig@8.3.6(typescript@5.6.2): + cosmiconfig@8.3.6(typescript@5.6.3): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 - cosmiconfig@9.0.0(typescript@5.6.2): + cosmiconfig@9.0.0(typescript@5.6.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 - create-jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)): + create-jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + jest-config: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -14195,6 +14437,10 @@ snapshots: decode-bmp: 0.2.1 to-data-view: 1.1.0 + decode-named-character-reference@1.0.2: + dependencies: + character-entities: 2.0.2 + decompress-response@6.0.0: dependencies: mimic-response: 3.1.0 @@ -14245,7 +14491,7 @@ snapshots: deep-is@0.1.4: {} - deep-pick-omit@1.2.0: {} + deep-pick-omit@1.2.1: {} deepmerge@4.3.1: {} @@ -14285,6 +14531,8 @@ snapshots: destroy@1.2.0: {} + detect-libc@1.0.3: {} + detect-libc@2.0.3: {} detect-newline@3.1.0: {} @@ -14610,25 +14858,24 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-compat-utils@0.5.1(eslint@9.11.1(jiti@2.0.0)): + eslint-compat-utils@0.5.1(eslint@9.12.0(jiti@2.0.0)): dependencies: - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) semver: 7.6.3 - eslint-config-flat-gitignore@0.3.0(eslint@9.11.1(jiti@2.0.0)): + eslint-config-flat-gitignore@0.3.0(eslint@9.12.0(jiti@2.0.0)): dependencies: '@eslint/compat': 1.1.1 - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) find-up-simple: 1.0.0 - eslint-flat-config-utils@0.3.1: + eslint-flat-config-utils@0.4.0: dependencies: - '@types/eslint': 9.6.1 pathe: 1.1.2 - eslint-formatting-reporter@0.0.0(eslint@9.11.1(jiti@2.0.0)): + eslint-formatting-reporter@0.0.0(eslint@9.12.0(jiti@2.0.0)): dependencies: - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) prettier-linter-helpers: 1.0.0 eslint-import-resolver-node@0.3.9: @@ -14639,46 +14886,46 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-merge-processors@0.1.0(eslint@9.11.1(jiti@2.0.0)): + eslint-merge-processors@0.1.0(eslint@9.12.0(jiti@2.0.0)): dependencies: - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) eslint-parser-plain@0.1.0: {} - eslint-plugin-antfu@2.7.0(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-antfu@2.7.0(eslint@9.12.0(jiti@2.0.0)): dependencies: '@antfu/utils': 0.7.10 - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) - eslint-plugin-command@0.2.6(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-command@0.2.6(eslint@9.12.0(jiti@2.0.0)): dependencies: '@es-joy/jsdoccomment': 0.48.0 - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) - eslint-plugin-es-x@7.8.0(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-es-x@7.8.0(eslint@9.12.0(jiti@2.0.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.0.0)) '@eslint-community/regexpp': 4.11.1 - eslint: 9.11.1(jiti@2.0.0) - eslint-compat-utils: 0.5.1(eslint@9.11.1(jiti@2.0.0)) + eslint: 9.12.0(jiti@2.0.0) + eslint-compat-utils: 0.5.1(eslint@9.12.0(jiti@2.0.0)) - eslint-plugin-format@0.1.2(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-format@0.1.2(eslint@9.12.0(jiti@2.0.0)): dependencies: '@dprint/formatter': 0.3.0 '@dprint/markdown': 0.17.8 '@dprint/toml': 0.6.3 - eslint: 9.11.1(jiti@2.0.0) - eslint-formatting-reporter: 0.0.0(eslint@9.11.1(jiti@2.0.0)) + eslint: 9.12.0(jiti@2.0.0) + eslint-formatting-reporter: 0.0.0(eslint@9.12.0(jiti@2.0.0)) eslint-parser-plain: 0.1.0 prettier: 3.3.3 synckit: 0.9.1 - eslint-plugin-import-x@4.3.1(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2): + eslint-plugin-import-x@4.3.1(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3): dependencies: - '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) + '@typescript-eslint/utils': 8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) debug: 4.3.7(supports-color@5.5.0) doctrine: 3.0.0 - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) eslint-import-resolver-node: 0.3.9 get-tsconfig: 4.8.1 is-glob: 4.0.3 @@ -14690,14 +14937,14 @@ snapshots: - supports-color - typescript - eslint-plugin-jsdoc@50.3.1(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-jsdoc@50.3.1(eslint@9.12.0(jiti@2.0.0)): dependencies: '@es-joy/jsdoccomment': 0.48.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.7(supports-color@5.5.0) escape-string-regexp: 4.0.0 - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) espree: 10.2.0 esquery: 1.6.0 parse-imports: 2.2.1 @@ -14707,30 +14954,23 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jsonc@2.16.0(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-jsonc@2.16.0(eslint@9.12.0(jiti@2.0.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.0.0)) - eslint: 9.11.1(jiti@2.0.0) - eslint-compat-utils: 0.5.1(eslint@9.11.1(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.0.0)) + eslint: 9.12.0(jiti@2.0.0) + eslint-compat-utils: 0.5.1(eslint@9.12.0(jiti@2.0.0)) espree: 9.6.1 graphemer: 1.4.0 jsonc-eslint-parser: 2.4.0 natural-compare: 1.4.0 synckit: 0.6.2 - eslint-plugin-markdown@5.1.0(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-n@17.10.3(eslint@9.12.0(jiti@2.0.0)): dependencies: - eslint: 9.11.1(jiti@2.0.0) - mdast-util-from-markdown: 0.8.5 - transitivePeerDependencies: - - supports-color - - eslint-plugin-n@17.10.3(eslint@9.11.1(jiti@2.0.0)): - dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.0.0)) enhanced-resolve: 5.17.1 - eslint: 9.11.1(jiti@2.0.0) - eslint-plugin-es-x: 7.8.0(eslint@9.11.1(jiti@2.0.0)) + eslint: 9.12.0(jiti@2.0.0) + eslint-plugin-es-x: 7.8.0(eslint@9.12.0(jiti@2.0.0)) get-tsconfig: 4.8.1 globals: 15.9.0 ignore: 5.3.2 @@ -14739,53 +14979,53 @@ snapshots: eslint-plugin-no-only-tests@3.3.0: {} - eslint-plugin-perfectionist@3.8.0(eslint@9.11.1(jiti@2.0.0))(svelte@4.2.19)(typescript@5.6.2)(vue-eslint-parser@9.4.3(eslint@9.11.1(jiti@2.0.0))): + eslint-plugin-perfectionist@3.8.0(eslint@9.12.0(jiti@2.0.0))(svelte@4.2.19)(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.0.0))): dependencies: '@typescript-eslint/types': 8.8.0 - '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) - eslint: 9.11.1(jiti@2.0.0) + '@typescript-eslint/utils': 8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) + eslint: 9.12.0(jiti@2.0.0) minimatch: 9.0.5 natural-compare-lite: 1.4.0 optionalDependencies: svelte: 4.2.19 - vue-eslint-parser: 9.4.3(eslint@9.11.1(jiti@2.0.0)) + vue-eslint-parser: 9.4.3(eslint@9.12.0(jiti@2.0.0)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-regexp@2.6.0(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-regexp@2.6.0(eslint@9.12.0(jiti@2.0.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.0.0)) '@eslint-community/regexpp': 4.11.1 comment-parser: 1.4.1 - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) jsdoc-type-pratt-parser: 4.1.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 scslre: 0.3.0 - eslint-plugin-simple-import-sort@12.1.1(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-simple-import-sort@12.1.1(eslint@9.12.0(jiti@2.0.0)): dependencies: - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) - eslint-plugin-toml@0.11.1(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-toml@0.11.1(eslint@9.12.0(jiti@2.0.0)): dependencies: debug: 4.3.7(supports-color@5.5.0) - eslint: 9.11.1(jiti@2.0.0) - eslint-compat-utils: 0.5.1(eslint@9.11.1(jiti@2.0.0)) + eslint: 9.12.0(jiti@2.0.0) + eslint-compat-utils: 0.5.1(eslint@9.12.0(jiti@2.0.0)) lodash: 4.17.21 toml-eslint-parser: 0.10.0 transitivePeerDependencies: - supports-color - eslint-plugin-unicorn@55.0.0(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-unicorn@55.0.0(eslint@9.12.0(jiti@2.0.0)): dependencies: '@babel/helper-validator-identifier': 7.24.7 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.0.0)) ci-info: 4.0.0 clean-regexp: 1.0.0 core-js-compat: 3.38.1 - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) esquery: 1.6.0 globals: 15.9.0 indent-string: 4.0.0 @@ -14798,41 +15038,41 @@ snapshots: semver: 7.6.3 strip-indent: 3.0.0 - eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.12.0(jiti@2.0.0)): dependencies: - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2))(eslint@9.11.1(jiti@2.0.0))(typescript@5.6.2) + '@typescript-eslint/eslint-plugin': 8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.12.0(jiti@2.0.0))(typescript@5.6.3) - eslint-plugin-vue@9.28.0(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-vue@9.29.0(eslint@9.12.0(jiti@2.0.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.0.0)) - eslint: 9.11.1(jiti@2.0.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.0.0)) + eslint: 9.12.0(jiti@2.0.0) globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.1.2 semver: 7.6.3 - vue-eslint-parser: 9.4.3(eslint@9.11.1(jiti@2.0.0)) + vue-eslint-parser: 9.4.3(eslint@9.12.0(jiti@2.0.0)) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color - eslint-plugin-yml@1.14.0(eslint@9.11.1(jiti@2.0.0)): + eslint-plugin-yml@1.14.0(eslint@9.12.0(jiti@2.0.0)): dependencies: debug: 4.3.7(supports-color@5.5.0) - eslint: 9.11.1(jiti@2.0.0) - eslint-compat-utils: 0.5.1(eslint@9.11.1(jiti@2.0.0)) + eslint: 9.12.0(jiti@2.0.0) + eslint-compat-utils: 0.5.1(eslint@9.12.0(jiti@2.0.0)) lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3 transitivePeerDependencies: - supports-color - eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.10)(eslint@9.11.1(jiti@2.0.0)): + eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.12)(eslint@9.12.0(jiti@2.0.0)): dependencies: - '@vue/compiler-sfc': 3.5.10 - eslint: 9.11.1(jiti@2.0.0) + '@vue/compiler-sfc': 3.5.12 + eslint: 9.12.0(jiti@2.0.0) eslint-scope@5.1.1: dependencies: @@ -14853,18 +15093,18 @@ snapshots: eslint-visitor-keys@4.1.0: {} - eslint@9.11.1(jiti@2.0.0): + eslint@9.12.0(jiti@2.0.0): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.0.0)) '@eslint-community/regexpp': 4.11.1 '@eslint/config-array': 0.18.0 '@eslint/core': 0.6.0 '@eslint/eslintrc': 3.1.0 - '@eslint/js': 9.11.1 + '@eslint/js': 9.12.0 '@eslint/plugin-kit': 0.2.0 + '@humanfs/node': 0.16.5 '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.3.0 - '@nodelib/fs.walk': 1.2.8 + '@humanwhocodes/retry': 0.3.1 '@types/estree': 1.0.6 '@types/json-schema': 7.0.15 ajv: 6.12.6 @@ -14884,13 +15124,11 @@ snapshots: ignore: 5.3.2 imurmurhash: 0.1.4 is-glob: 4.0.3 - is-path-inside: 3.0.3 json-stable-stringify-without-jsonify: 1.0.1 lodash.merge: 4.6.2 minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.4 - strip-ansi: 6.0.1 text-table: 0.2.0 optionalDependencies: jiti: 2.0.0 @@ -14991,13 +15229,13 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - express-rate-limit@7.4.0(express@4.21.0): + express-rate-limit@7.4.1(express@4.21.1): dependencies: - express: 4.21.0 + express: 4.21.1 - express-session@1.18.0: + express-session@1.18.1: dependencies: - cookie: 0.6.0 + cookie: 0.7.2 cookie-signature: 1.0.7 debug: 2.6.9 depd: 2.0.0 @@ -15013,14 +15251,14 @@ snapshots: lodash: 4.17.21 validator: 13.12.0 - express@4.21.0: + express@4.21.1: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 body-parser: 1.20.3 content-disposition: 0.5.4 content-type: 1.0.5 - cookie: 0.6.0 + cookie: 0.7.1 cookie-signature: 1.0.6 debug: 2.6.9 depd: 2.0.0 @@ -15209,12 +15447,12 @@ snapshots: forever-agent@0.6.1: {} - fork-ts-checker-webpack-plugin@9.0.2(typescript@5.6.2)(webpack@5.95.0(webpack-cli@5.1.4)): + fork-ts-checker-webpack-plugin@9.0.2(typescript@5.6.3)(webpack@5.95.0): dependencies: '@babel/code-frame': 7.24.7 chalk: 4.1.2 chokidar: 3.6.0 - cosmiconfig: 8.3.6(typescript@5.6.2) + cosmiconfig: 8.3.6(typescript@5.6.3) deepmerge: 4.3.1 fs-extra: 10.1.0 memfs: 3.5.3 @@ -15223,7 +15461,7 @@ snapshots: schema-utils: 3.3.0 semver: 7.6.3 tapable: 2.2.1 - typescript: 5.6.2 + typescript: 5.6.3 webpack: 5.95.0(webpack-cli@5.1.4) form-data@2.3.3: @@ -15750,13 +15988,6 @@ snapshots: ipaddr.js@2.2.0: {} - is-alphabetical@1.0.4: {} - - is-alphanumerical@1.0.4: - dependencies: - is-alphabetical: 1.0.4 - is-decimal: 1.0.4 - is-array-buffer@3.0.4: dependencies: call-bind: 1.0.7 @@ -15799,8 +16030,6 @@ snapshots: dependencies: has-tostringtag: 1.0.2 - is-decimal@1.0.4: {} - is-docker@2.2.1: {} is-extglob@2.1.1: {} @@ -15821,8 +16050,6 @@ snapshots: dependencies: is-extglob: 2.1.1 - is-hexadecimal@1.0.4: {} - is-module@1.0.0: {} is-natural-number@4.0.1: {} @@ -15839,8 +16066,6 @@ snapshots: is-obj@2.0.0: {} - is-path-inside@3.0.3: {} - is-plain-object@2.0.4: dependencies: isobject: 3.0.1 @@ -15976,7 +16201,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3 @@ -15996,16 +16221,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)): + jest-cli@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + create-jest: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + jest-config: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -16015,7 +16240,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)): + jest-config@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)): dependencies: '@babel/core': 7.25.2 '@jest/test-sequencer': 29.7.0 @@ -16040,8 +16265,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 22.7.4 - ts-node: 10.9.2(@types/node@22.7.4)(typescript@5.6.2) + '@types/node': 22.7.5 + ts-node: 10.9.2(@types/node@22.7.5)(typescript@5.6.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -16070,16 +16295,16 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 jest-mock: 29.7.0 jest-util: 29.7.0 - jest-extended@4.0.2(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2))): + jest-extended@4.0.2(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3))): dependencies: jest-diff: 29.7.0 jest-get-type: 29.6.3 optionalDependencies: - jest: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + jest: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-get-type@29.6.3: {} @@ -16087,7 +16312,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 22.7.4 + '@types/node': 22.7.5 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -16126,7 +16351,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -16161,7 +16386,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -16189,7 +16414,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -16235,7 +16460,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -16254,7 +16479,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -16263,23 +16488,23 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)): + jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + jest-cli: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -16365,9 +16590,9 @@ snapshots: json-buffer@3.0.1: {} - json-editor-vue@0.17.0(@lezer/common@1.2.1)(vue@2.7.16): + json-editor-vue@0.17.2(@lezer/common@1.2.1)(vue@2.7.16): dependencies: - vanilla-jsoneditor: 1.0.6(@lezer/common@1.2.1) + vanilla-jsoneditor: 1.0.7(@lezer/common@1.2.1) vue: 2.7.16 vue-demi: 0.14.10(vue@2.7.16) transitivePeerDependencies: @@ -16503,10 +16728,10 @@ snapshots: kysely@0.27.4: {} - laravel-vite-plugin@1.0.5(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1)): + laravel-vite-plugin@1.0.5(vite@5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1)): dependencies: picocolors: 1.1.0 - vite: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) vite-plugin-full-reload: 1.2.0 leac@0.6.0: {} @@ -16643,6 +16868,8 @@ snapshots: long@4.0.0: {} + longest-streak@3.1.0: {} + loupe@3.1.1: dependencies: get-func-name: 2.0.2 @@ -16692,7 +16919,7 @@ snapshots: mariadb@3.3.2: dependencies: '@types/geojson': 7946.0.14 - '@types/node': 22.7.4 + '@types/node': 22.7.5 denque: 2.1.0 iconv-lite: 0.6.3 lru-cache: 10.4.3 @@ -16703,16 +16930,94 @@ snapshots: dependencies: repeat-string: 1.6.1 - mdast-util-from-markdown@0.8.5: + markdown-table@3.0.3: {} + + mdast-util-find-and-replace@3.0.1: + 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 + + mdast-util-from-markdown@2.0.1: + dependencies: + '@types/mdast': 4.0.4 + '@types/unist': 3.0.3 + decode-named-character-reference: 1.0.2 + devlop: 1.1.0 + mdast-util-to-string: 4.0.0 + micromark: 4.0.0 + micromark-util-decode-numeric-character-reference: 2.0.1 + micromark-util-decode-string: 2.0.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + unist-util-stringify-position: 4.0.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-autolink-literal@2.0.1: + dependencies: + '@types/mdast': 4.0.4 + ccount: 2.0.1 + devlop: 1.1.0 + mdast-util-find-and-replace: 3.0.1 + micromark-util-character: 2.1.0 + + mdast-util-gfm-footnote@2.0.0: + dependencies: + '@types/mdast': 4.0.4 + devlop: 1.1.0 + mdast-util-from-markdown: 2.0.1 + mdast-util-to-markdown: 2.1.0 + micromark-util-normalize-identifier: 2.0.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-strikethrough@2.0.0: dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string: 2.0.0 - micromark: 2.11.4 - parse-entities: 2.0.0 - unist-util-stringify-position: 2.0.3 + '@types/mdast': 4.0.4 + mdast-util-from-markdown: 2.0.1 + mdast-util-to-markdown: 2.1.0 transitivePeerDependencies: - supports-color + mdast-util-gfm-table@2.0.0: + dependencies: + '@types/mdast': 4.0.4 + devlop: 1.1.0 + markdown-table: 3.0.3 + mdast-util-from-markdown: 2.0.1 + mdast-util-to-markdown: 2.1.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-task-list-item@2.0.0: + dependencies: + '@types/mdast': 4.0.4 + devlop: 1.1.0 + mdast-util-from-markdown: 2.0.1 + mdast-util-to-markdown: 2.1.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm@3.0.0: + dependencies: + mdast-util-from-markdown: 2.0.1 + mdast-util-gfm-autolink-literal: 2.0.1 + mdast-util-gfm-footnote: 2.0.0 + mdast-util-gfm-strikethrough: 2.0.0 + mdast-util-gfm-table: 2.0.0 + mdast-util-gfm-task-list-item: 2.0.0 + mdast-util-to-markdown: 2.1.0 + transitivePeerDependencies: + - supports-color + + mdast-util-phrasing@4.1.0: + dependencies: + '@types/mdast': 4.0.4 + unist-util-is: 6.0.0 + mdast-util-to-hast@13.2.0: dependencies: '@types/hast': 3.0.4 @@ -16725,7 +17030,20 @@ snapshots: unist-util-visit: 5.0.0 vfile: 6.0.3 - mdast-util-to-string@2.0.0: {} + mdast-util-to-markdown@2.1.0: + dependencies: + '@types/mdast': 4.0.4 + '@types/unist': 3.0.3 + longest-streak: 3.1.0 + mdast-util-phrasing: 4.1.0 + mdast-util-to-string: 4.0.0 + micromark-util-decode-string: 2.0.0 + unist-util-visit: 5.0.0 + zwitch: 2.0.4 + + mdast-util-to-string@4.0.0: + dependencies: + '@types/mdast': 4.0.4 mdn-data@2.0.28: {} @@ -16766,27 +17084,194 @@ snapshots: methods@1.1.2: {} + micromark-core-commonmark@2.0.1: + dependencies: + decode-named-character-reference: 1.0.2 + devlop: 1.1.0 + micromark-factory-destination: 2.0.0 + micromark-factory-label: 2.0.0 + micromark-factory-space: 2.0.0 + micromark-factory-title: 2.0.0 + micromark-factory-whitespace: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-classify-character: 2.0.0 + micromark-util-html-tag-name: 2.0.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-resolve-all: 2.0.0 + micromark-util-subtokenize: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-autolink-literal@2.1.0: + dependencies: + micromark-util-character: 2.1.0 + micromark-util-sanitize-uri: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-footnote@2.1.0: + dependencies: + devlop: 1.1.0 + micromark-core-commonmark: 2.0.1 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-sanitize-uri: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-strikethrough@2.1.0: + dependencies: + devlop: 1.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-classify-character: 2.0.0 + micromark-util-resolve-all: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-table@2.1.0: + dependencies: + devlop: 1.1.0 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-tagfilter@2.0.0: + dependencies: + micromark-util-types: 2.0.0 + + micromark-extension-gfm-task-list-item@2.1.0: + dependencies: + devlop: 1.1.0 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm@3.0.0: + dependencies: + micromark-extension-gfm-autolink-literal: 2.1.0 + micromark-extension-gfm-footnote: 2.1.0 + micromark-extension-gfm-strikethrough: 2.1.0 + micromark-extension-gfm-table: 2.1.0 + micromark-extension-gfm-tagfilter: 2.0.0 + micromark-extension-gfm-task-list-item: 2.1.0 + micromark-util-combine-extensions: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-factory-destination@2.0.0: + dependencies: + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-factory-label@2.0.0: + dependencies: + devlop: 1.1.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-factory-space@2.0.0: + dependencies: + micromark-util-character: 2.1.0 + micromark-util-types: 2.0.0 + + micromark-factory-title@2.0.0: + dependencies: + micromark-factory-space: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-factory-whitespace@2.0.0: + dependencies: + micromark-factory-space: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + micromark-util-character@2.1.0: dependencies: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-util-chunked@2.0.0: + dependencies: + micromark-util-symbol: 2.0.0 + + micromark-util-classify-character@2.0.0: + dependencies: + micromark-util-character: 2.1.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-util-combine-extensions@2.0.0: + dependencies: + micromark-util-chunked: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-util-decode-numeric-character-reference@2.0.1: + dependencies: + micromark-util-symbol: 2.0.0 + + micromark-util-decode-string@2.0.0: + dependencies: + decode-named-character-reference: 1.0.2 + micromark-util-character: 2.1.0 + micromark-util-decode-numeric-character-reference: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-encode@2.0.0: {} + micromark-util-html-tag-name@2.0.0: {} + + micromark-util-normalize-identifier@2.0.0: + dependencies: + micromark-util-symbol: 2.0.0 + + micromark-util-resolve-all@2.0.0: + dependencies: + micromark-util-types: 2.0.0 + micromark-util-sanitize-uri@2.0.0: dependencies: micromark-util-character: 2.1.0 micromark-util-encode: 2.0.0 micromark-util-symbol: 2.0.0 + micromark-util-subtokenize@2.0.1: + dependencies: + devlop: 1.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + micromark-util-symbol@2.0.0: {} micromark-util-types@2.0.0: {} - micromark@2.11.4: + micromark@4.0.0: dependencies: + '@types/debug': 4.1.12 debug: 4.3.7(supports-color@5.5.0) - parse-entities: 2.0.0 + decode-named-character-reference: 1.0.2 + devlop: 1.1.0 + micromark-core-commonmark: 2.0.1 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-combine-extensions: 2.0.0 + micromark-util-decode-numeric-character-reference: 2.0.1 + micromark-util-encode: 2.0.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-resolve-all: 2.0.0 + micromark-util-sanitize-uri: 2.0.0 + micromark-util-subtokenize: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 transitivePeerDependencies: - supports-color @@ -17054,6 +17539,8 @@ snapshots: node-addon-api@6.1.0: {} + node-addon-api@7.1.1: {} + node-bitmap@0.0.1: {} node-cache@5.1.2: @@ -17084,7 +17571,7 @@ snapshots: nodemailer@6.9.15: {} - nodemon-webpack-plugin@4.8.2(webpack@5.95.0(webpack-cli@5.1.4)): + nodemon-webpack-plugin@4.8.2(webpack@5.95.0): dependencies: '@types/nodemon': 1.19.6 nodemon: 3.0.1 @@ -17340,15 +17827,6 @@ snapshots: dependencies: data-uri-to-buffer: 0.0.3 - parse-entities@2.0.0: - dependencies: - character-entities: 1.2.4 - character-entities-legacy: 1.1.4 - character-reference-invalid: 1.1.4 - is-alphanumerical: 1.0.4 - is-decimal: 1.0.4 - is-hexadecimal: 1.0.4 - parse-gitignore@2.0.0: {} parse-imports@2.2.1: @@ -17519,41 +17997,41 @@ snapshots: pify@3.0.0: {} - pinia-plugin-persistedstate@4.0.2(pinia@2.2.4(typescript@5.6.2)(vue@2.7.16))(rollup@2.79.2)(webpack-sources@3.2.3): + pinia-plugin-persistedstate@4.1.1(pinia@2.2.4(typescript@5.6.3)(vue@2.7.16))(rollup@2.79.2)(webpack-sources@3.2.3): dependencies: '@nuxt/kit': 3.13.2(rollup@2.79.2)(webpack-sources@3.2.3) - deep-pick-omit: 1.2.0 + deep-pick-omit: 1.2.1 defu: 6.1.4 destr: 2.0.3 optionalDependencies: - pinia: 2.2.4(typescript@5.6.2)(vue@2.7.16) + pinia: 2.2.4(typescript@5.6.3)(vue@2.7.16) transitivePeerDependencies: - magicast - rollup - supports-color - webpack-sources - pinia-plugin-persistedstate@4.0.2(pinia@2.2.4(typescript@5.6.2)(vue@2.7.16))(rollup@4.23.0)(webpack-sources@3.2.3): + pinia-plugin-persistedstate@4.1.1(pinia@2.2.4(typescript@5.6.3)(vue@2.7.16))(rollup@4.23.0)(webpack-sources@3.2.3): dependencies: '@nuxt/kit': 3.13.2(rollup@4.23.0)(webpack-sources@3.2.3) - deep-pick-omit: 1.2.0 + deep-pick-omit: 1.2.1 defu: 6.1.4 destr: 2.0.3 optionalDependencies: - pinia: 2.2.4(typescript@5.6.2)(vue@2.7.16) + pinia: 2.2.4(typescript@5.6.3)(vue@2.7.16) transitivePeerDependencies: - magicast - rollup - supports-color - webpack-sources - pinia@2.2.4(typescript@5.6.2)(vue@2.7.16): + pinia@2.2.4(typescript@5.6.3)(vue@2.7.16): dependencies: '@vue/devtools-api': 6.6.4 vue: 2.7.16 vue-demi: 0.14.10(vue@2.7.16) optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 pinkie-promise@2.0.1: dependencies: @@ -17708,10 +18186,10 @@ snapshots: punycode@2.3.1: {} - puppeteer-core@23.4.1: + puppeteer-core@23.5.3: dependencies: '@puppeteer/browsers': 2.4.0 - chromium-bidi: 0.6.5(devtools-protocol@0.0.1342118) + chromium-bidi: 0.8.0(devtools-protocol@0.0.1342118) debug: 4.3.7(supports-color@5.5.0) devtools-protocol: 0.0.1342118 typed-query-selector: 2.12.0 @@ -17721,13 +18199,13 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.4.1(typescript@5.6.2): + puppeteer@23.5.3(typescript@5.6.3): dependencies: '@puppeteer/browsers': 2.4.0 - chromium-bidi: 0.6.5(devtools-protocol@0.0.1342118) - cosmiconfig: 9.0.0(typescript@5.6.2) + chromium-bidi: 0.8.0(devtools-protocol@0.0.1342118) + cosmiconfig: 9.0.0(typescript@5.6.3) devtools-protocol: 0.0.1342118 - puppeteer-core: 23.4.1 + puppeteer-core: 23.5.3 typed-query-selector: 2.12.0 transitivePeerDependencies: - bufferutil @@ -17767,9 +18245,9 @@ snapshots: range-parser@1.2.1: {} - rate-limit-redis@4.2.0(express-rate-limit@7.4.0(express@4.21.0)): + rate-limit-redis@4.2.0(express-rate-limit@7.4.1(express@4.21.1)): dependencies: - express-rate-limit: 7.4.0(express@4.21.0) + express-rate-limit: 7.4.1(express@4.21.1) raw-body@2.5.2: dependencies: @@ -18076,8 +18554,9 @@ snapshots: immutable: 4.3.7 source-map-js: 1.2.1 - sass@1.79.4: + sass@1.79.5: dependencies: + '@parcel/watcher': 2.4.1 chokidar: 4.0.1 immutable: 4.3.7 source-map-js: 1.2.1 @@ -18150,15 +18629,15 @@ snapshots: sequelize-pool@7.1.0: {} - sequelize-typescript@2.1.6(@types/node@22.7.4)(@types/validator@13.12.2)(reflect-metadata@0.2.2)(sequelize@6.37.3(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1)): + sequelize-typescript@2.1.6(@types/node@22.7.5)(@types/validator@13.12.2)(reflect-metadata@0.2.2)(sequelize@6.37.4(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1)): dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 '@types/validator': 13.12.2 glob: 7.2.0 reflect-metadata: 0.2.2 - sequelize: 6.37.3(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1) + sequelize: 6.37.4(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1) - sequelize@6.37.3(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1): + sequelize@6.37.4(mariadb@3.3.2)(pg-hstore@2.3.4)(pg@8.13.0)(tedious@18.6.1): dependencies: '@types/debug': 4.1.12 '@types/validator': 13.12.2 @@ -18286,13 +18765,13 @@ snapshots: interpret: 1.4.0 rechoir: 0.6.2 - shiki@1.21.0: + shiki@1.22.0: dependencies: - '@shikijs/core': 1.21.0 - '@shikijs/engine-javascript': 1.21.0 - '@shikijs/engine-oniguruma': 1.21.0 - '@shikijs/types': 1.21.0 - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/core': 1.22.0 + '@shikijs/engine-javascript': 1.22.0 + '@shikijs/engine-oniguruma': 1.22.0 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 side-channel@1.0.6: @@ -18751,7 +19230,7 @@ snapshots: '@azure/identity': 4.4.1 '@azure/keyvault-keys': 4.8.0 '@js-joda/core': 5.6.3 - '@types/node': 22.7.4 + '@types/node': 22.7.5 bl: 6.0.16 iconv-lite: 0.6.3 js-md4: 0.3.2 @@ -18775,7 +19254,7 @@ snapshots: type-fest: 0.16.0 unique-string: 2.0.0 - terser-webpack-plugin@5.3.10(webpack@5.95.0(webpack-cli@5.1.4)): + terser-webpack-plugin@5.3.10(webpack@5.95.0): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 @@ -18821,7 +19300,7 @@ snapshots: fdir: 6.4.0(picomatch@4.0.2) picomatch: 4.0.2 - tinymce@7.3.0: {} + tinymce@7.4.1: {} tinypool@1.0.1: {} @@ -18884,24 +19363,24 @@ snapshots: triple-beam@1.4.1: {} - ts-api-utils@1.3.0(typescript@5.6.2): + ts-api-utils@1.3.0(typescript@5.6.3): dependencies: - typescript: 5.6.2 + typescript: 5.6.3 ts-deepmerge@6.2.1: {} - ts-jest@29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)))(typescript@5.6.2): + ts-jest@29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)))(typescript@5.6.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2)) + jest: 29.7.0(@types/node@22.7.5)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.6.3 - typescript: 5.6.2 + typescript: 5.6.3 yargs-parser: 21.1.1 optionalDependencies: '@babel/core': 7.25.2 @@ -18909,31 +19388,31 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.25.2) - ts-loader@9.5.1(typescript@5.6.2)(webpack@5.95.0(webpack-cli@5.1.4)): + ts-loader@9.5.1(typescript@5.6.3)(webpack@5.95.0): dependencies: chalk: 4.1.2 enhanced-resolve: 5.17.1 micromatch: 4.0.8 semver: 7.6.3 source-map: 0.7.4 - typescript: 5.6.2 + typescript: 5.6.3 webpack: 5.95.0(webpack-cli@5.1.4) - ts-node@10.9.2(@types/node@22.7.4)(typescript@5.6.2): + ts-node@10.9.2(@types/node@22.7.5)(typescript@5.6.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.7.4 + '@types/node': 22.7.5 acorn: 8.12.1 acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.6.2 + typescript: 5.6.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -19058,7 +19537,7 @@ snapshots: typescript@3.9.10: {} - typescript@5.6.2: {} + typescript@5.6.3: {} ua-parser-js@1.0.39: {} @@ -19179,10 +19658,6 @@ snapshots: dependencies: '@types/unist': 3.0.3 - unist-util-stringify-position@2.0.3: - dependencies: - '@types/unist': 2.0.11 - unist-util-stringify-position@4.0.0: dependencies: '@types/unist': 3.0.3 @@ -19324,7 +19799,7 @@ snapshots: validator@13.12.0: {} - vanilla-jsoneditor@1.0.6(@lezer/common@1.2.1): + vanilla-jsoneditor@1.0.7(@lezer/common@1.2.1): dependencies: '@codemirror/autocomplete': 6.18.1(@codemirror/language@6.10.3)(@codemirror/state@6.4.1)(@codemirror/view@6.34.1)(@lezer/common@1.2.1) '@codemirror/commands': 6.6.2 @@ -19378,12 +19853,12 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-node@2.1.1(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1): + vite-node@2.1.2(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1): dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@5.5.0) pathe: 1.1.2 - vite: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) transitivePeerDependencies: - '@types/node' - less @@ -19395,12 +19870,12 @@ snapshots: - supports-color - terser - vite-node@2.1.1(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1): + vite-node@2.1.2(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1): dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@5.5.0) pathe: 1.1.2 - vite: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) transitivePeerDependencies: - '@types/node' - less @@ -19418,7 +19893,7 @@ snapshots: picocolors: 1.1.0 picomatch: 2.3.1 - vite-plugin-html@3.2.2(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)): + vite-plugin-html@3.2.2(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)): dependencies: '@rollup/pluginutils': 4.2.1 colorette: 2.0.20 @@ -19432,24 +19907,24 @@ snapshots: html-minifier-terser: 6.1.0 node-html-parser: 5.4.2 pathe: 0.2.0 - vite: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) - vite-plugin-mkcert@1.17.6(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)): + vite-plugin-mkcert@1.17.6(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)): dependencies: '@octokit/rest': 20.1.1 axios: 1.7.7(debug@4.3.7) debug: 4.3.7(supports-color@5.5.0) picocolors: 1.1.0 - vite: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) transitivePeerDependencies: - supports-color - vite-plugin-pwa@0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): + vite-plugin-pwa@0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): dependencies: debug: 4.3.7(supports-color@5.5.0) pretty-bytes: 6.1.1 tinyglobby: 0.2.9 - vite: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) workbox-build: 7.1.0(@types/babel__core@7.20.5) workbox-window: 7.1.0 optionalDependencies: @@ -19457,12 +19932,12 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-pwa@0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): + vite-plugin-pwa@0.20.5(@vite-pwa/assets-generator@0.2.6)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): dependencies: debug: 4.3.7(supports-color@5.5.0) pretty-bytes: 6.1.1 tinyglobby: 0.2.9 - vite: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) workbox-build: 7.1.0(@types/babel__core@7.20.5) workbox-window: 7.1.0 optionalDependencies: @@ -19470,56 +19945,57 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-webfont-dl@3.9.5(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)): + vite-plugin-webfont-dl@3.9.5(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)): dependencies: axios: 1.7.7(debug@4.3.7) clean-css: 5.3.3 flat-cache: 5.0.0 picocolors: 1.1.0 - vite: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) transitivePeerDependencies: - debug - vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1): + vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1): dependencies: esbuild: 0.21.5 postcss: 8.4.47 rollup: 4.23.0 optionalDependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 fsevents: 2.3.3 sass: 1.32.13 terser: 5.34.1 - vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1): + vite@5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1): dependencies: esbuild: 0.21.5 postcss: 8.4.47 rollup: 4.23.0 optionalDependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 fsevents: 2.3.3 - sass: 1.79.4 + sass: 1.79.5 terser: 5.34.1 - vitepress@1.3.4(@algolia/client-search@4.24.0)(@types/node@22.7.4)(axios@1.7.7)(jwt-decode@4.0.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.4)(search-insights@2.13.0)(sortablejs@1.10.2)(terser@5.34.1)(typescript@5.6.2): + vitepress@1.4.0(@algolia/client-search@4.24.0)(@types/node@22.7.5)(axios@1.7.7)(jwt-decode@4.0.0)(postcss@8.4.47)(qrcode@1.5.4)(sass@1.79.5)(search-insights@2.13.0)(sortablejs@1.10.2)(terser@5.34.1)(typescript@5.6.3): dependencies: '@docsearch/css': 3.6.2 '@docsearch/js': 3.6.2(@algolia/client-search@4.24.0)(search-insights@2.13.0) - '@shikijs/core': 1.21.0 - '@shikijs/transformers': 1.21.0 + '@shikijs/core': 1.22.0 + '@shikijs/transformers': 1.22.0 + '@shikijs/types': 1.22.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.1.4(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1))(vue@3.5.10(typescript@5.6.2)) + '@vitejs/plugin-vue': 5.1.4(vite@5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1))(vue@3.5.12(typescript@5.6.3)) '@vue/devtools-api': 7.4.6 - '@vue/shared': 3.5.10 - '@vueuse/core': 11.1.0(vue@3.5.10(typescript@5.6.2)) - '@vueuse/integrations': 11.1.0(axios@1.7.7)(focus-trap@7.6.0)(jwt-decode@4.0.0)(qrcode@1.5.4)(sortablejs@1.10.2)(vue@3.5.10(typescript@5.6.2)) + '@vue/shared': 3.5.12 + '@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/integrations': 11.1.0(axios@1.7.7)(focus-trap@7.6.0)(jwt-decode@4.0.0)(qrcode@1.5.4)(sortablejs@1.10.2)(vue@3.5.12(typescript@5.6.3)) focus-trap: 7.6.0 mark.js: 8.11.1 minisearch: 7.1.0 - shiki: 1.21.0 - vite: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) - vue: 3.5.10(typescript@5.6.2) + shiki: 1.22.0 + vite: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) + vue: 3.5.12(typescript@5.6.3) optionalDependencies: postcss: 8.4.47 transitivePeerDependencies: @@ -19550,15 +20026,15 @@ snapshots: - typescript - universal-cookie - vitest@2.1.1(@types/node@22.7.4)(jsdom@25.0.1)(sass@1.32.13)(terser@5.34.1): + vitest@2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(sass@1.32.13)(terser@5.34.1): dependencies: - '@vitest/expect': 2.1.1 - '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1)) - '@vitest/pretty-format': 2.1.1 - '@vitest/runner': 2.1.1 - '@vitest/snapshot': 2.1.1 - '@vitest/spy': 2.1.1 - '@vitest/utils': 2.1.1 + '@vitest/expect': 2.1.2 + '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1)) + '@vitest/pretty-format': 2.1.2 + '@vitest/runner': 2.1.2 + '@vitest/snapshot': 2.1.2 + '@vitest/spy': 2.1.2 + '@vitest/utils': 2.1.2 chai: 5.1.1 debug: 4.3.7(supports-color@5.5.0) magic-string: 0.30.11 @@ -19568,11 +20044,11 @@ snapshots: tinyexec: 0.3.0 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.8(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) - vite-node: 2.1.1(@types/node@22.7.4)(sass@1.32.13)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) + vite-node: 2.1.2(@types/node@22.7.5)(sass@1.32.13)(terser@5.34.1) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 jsdom: 25.0.1 transitivePeerDependencies: - less @@ -19585,15 +20061,15 @@ snapshots: - supports-color - terser - vitest@2.1.1(@types/node@22.7.4)(jsdom@25.0.1)(sass@1.79.4)(terser@5.34.1): + vitest@2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(sass@1.79.5)(terser@5.34.1): dependencies: - '@vitest/expect': 2.1.1 - '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1)) - '@vitest/pretty-format': 2.1.1 - '@vitest/runner': 2.1.1 - '@vitest/snapshot': 2.1.1 - '@vitest/spy': 2.1.1 - '@vitest/utils': 2.1.1 + '@vitest/expect': 2.1.2 + '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1)) + '@vitest/pretty-format': 2.1.2 + '@vitest/runner': 2.1.2 + '@vitest/snapshot': 2.1.2 + '@vitest/spy': 2.1.2 + '@vitest/utils': 2.1.2 chai: 5.1.1 debug: 4.3.7(supports-color@5.5.0) magic-string: 0.30.11 @@ -19603,11 +20079,11 @@ snapshots: tinyexec: 0.3.0 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.8(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) - vite-node: 2.1.1(@types/node@22.7.4)(sass@1.79.4)(terser@5.34.1) + vite: 5.4.8(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) + vite-node: 2.1.2(@types/node@22.7.5)(sass@1.79.5)(terser@5.34.1) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 jsdom: 25.0.1 transitivePeerDependencies: - less @@ -19631,9 +20107,9 @@ snapshots: dependencies: vue: 2.7.16 - vue-demi@0.14.10(vue@3.5.10(typescript@5.6.2)): + vue-demi@0.14.10(vue@3.5.12(typescript@5.6.3)): dependencies: - vue: 3.5.10(typescript@5.6.2) + vue: 3.5.12(typescript@5.6.3) vue-dompurify-html@4.1.4(vue@2.7.16): dependencies: @@ -19643,20 +20119,20 @@ snapshots: transitivePeerDependencies: - '@vue/composition-api' - vue-echarts@7.0.3(@vue/runtime-core@3.5.10)(echarts@5.5.1)(vue@2.7.16): + vue-echarts@7.0.3(@vue/runtime-core@3.5.12)(echarts@5.5.1)(vue@2.7.16): dependencies: echarts: 5.5.1 vue: 2.7.16 vue-demi: 0.13.11(vue@2.7.16) optionalDependencies: - '@vue/runtime-core': 3.5.10 + '@vue/runtime-core': 3.5.12 transitivePeerDependencies: - '@vue/composition-api' - vue-eslint-parser@9.4.3(eslint@9.11.1(jiti@2.0.0)): + vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.0.0)): dependencies: debug: 4.3.7(supports-color@5.5.0) - eslint: 9.11.1(jiti@2.0.0) + eslint: 9.12.0(jiti@2.0.0) eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -19688,27 +20164,27 @@ snapshots: he: 1.2.0 optional: true - vue-tsc@2.1.6(typescript@5.6.2): + vue-tsc@2.1.6(typescript@5.6.3): dependencies: '@volar/typescript': 2.4.5 - '@vue/language-core': 2.1.6(typescript@5.6.2) + '@vue/language-core': 2.1.6(typescript@5.6.3) semver: 7.6.3 - typescript: 5.6.2 + typescript: 5.6.3 vue@2.7.16: dependencies: '@vue/compiler-sfc': 2.7.16 csstype: 3.1.3 - vue@3.5.10(typescript@5.6.2): + vue@3.5.12(typescript@5.6.3): dependencies: - '@vue/compiler-dom': 3.5.10 - '@vue/compiler-sfc': 3.5.10 - '@vue/runtime-dom': 3.5.10 - '@vue/server-renderer': 3.5.10(vue@3.5.10(typescript@5.6.2)) - '@vue/shared': 3.5.10 + '@vue/compiler-dom': 3.5.12 + '@vue/compiler-sfc': 3.5.12 + '@vue/runtime-dom': 3.5.12 + '@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.6.3)) + '@vue/shared': 3.5.12 optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 vuedraggable@2.24.3: dependencies: @@ -19754,9 +20230,9 @@ snapshots: webpack-cli@5.1.4(webpack@5.95.0): dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(webpack@5.95.0))(webpack@5.95.0(webpack-cli@5.1.4)) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(webpack@5.95.0))(webpack@5.95.0(webpack-cli@5.1.4)) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(webpack@5.95.0))(webpack@5.95.0(webpack-cli@5.1.4)) + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.95.0) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.95.0) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.95.0) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -19802,7 +20278,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(webpack@5.95.0(webpack-cli@5.1.4)) + terser-webpack-plugin: 5.3.10(webpack@5.95.0) watchpack: 2.4.2 webpack-sources: 3.2.3 optionalDependencies: @@ -19812,7 +20288,7 @@ snapshots: - esbuild - uglify-js - webpackbar@6.0.1(webpack@5.95.0(webpack-cli@5.1.4)): + webpackbar@6.0.1(webpack@5.95.0): dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -19888,12 +20364,12 @@ snapshots: wildcard@2.0.1: {} - winston-daily-rotate-file@5.0.0(winston@3.14.2): + winston-daily-rotate-file@5.0.0(winston@3.15.0): dependencies: file-stream-rotator: 0.6.1 object-hash: 3.0.0 triple-beam: 1.4.1 - winston: 3.14.2 + winston: 3.15.0 winston-transport: 4.8.0 winston-transport@4.8.0: @@ -19902,7 +20378,7 @@ snapshots: readable-stream: 4.5.2 triple-beam: 1.4.1 - winston@3.14.2: + winston@3.15.0: dependencies: '@colors/colors': 1.6.0 '@dabh/diagnostics': 2.0.3 @@ -19918,7 +20394,7 @@ snapshots: wkx@0.5.0: dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.5 word-wrap@1.2.5: {}