diff --git a/apps/admin/package.json b/apps/admin/package.json index 84e6cbd2b8..6cb447102a 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -24,7 +24,7 @@ "@simplewebauthn/browser": "^10.0.0", "@tinymce/tinymce-vue": "^3.2.8", "@vueuse/core": "^10.11.1", - "axios": "^1.7.3", + "axios": "^1.7.4", "axios-retry": "^4.5.0", "cronstrue": "^2.50.0", "date-fns": "^3.6.0", @@ -38,7 +38,7 @@ "lodash": "^4.17.21", "nanoid": "^3.3.7", "object-to-formdata": "^4.5.1", - "pinia": "^2.2.1", + "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^3.2.1", "pluralize": "^8.0.0", "tinymce": "^7.3.0", @@ -63,9 +63,9 @@ "sass": "~1.32.13", "typescript": "^5.5.4", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.0", + "vite": "^5.4.1", "vite-plugin-html": "^3.2.2", - "vite-plugin-mkcert": "^1.17.5", + "vite-plugin-mkcert": "^1.17.6", "vite-plugin-pwa": "^0.20.1", "vite-plugin-webfont-dl": "^3.9.5", "vitest": "^2.0.5", diff --git a/apps/api/package.json b/apps/api/package.json index c19d8bcd9f..4c3877f496 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -35,12 +35,12 @@ "@json2csv/node": "^7.0.6", "@json2csv/plainjs": "^7.0.6", "@simplewebauthn/server": "^10.0.1", - "@ts-rest/core": "^3.49.3", - "@ts-rest/express": "^3.49.3", + "@ts-rest/core": "^3.50.0", + "@ts-rest/express": "^3.50.0", "awilix": "^10.0.2", - "axios": "^1.7.3", + "axios": "^1.7.4", "body-parser": "^1.20.2", - "bullmq": "^5.12.5", + "bullmq": "^5.12.6", "clean-css": "^5.3.3", "connect-redis": "^7.1.1", "cookie-parser": "^1.4.6", @@ -76,7 +76,7 @@ "pg": "^8.12.0", "pg-hstore": "^2.3.4", "pluralize": "^8.0.0", - "puppeteer": "^23.0.2", + "puppeteer": "^23.1.0", "qrcode": "^1.5.4", "rate-limit-redis": "^4.2.0", "reflect-metadata": "^0.2.2", diff --git a/apps/portal/package.json b/apps/portal/package.json index 58b6ff392d..370ab9a80c 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -58,7 +58,7 @@ "ts-loader": "^9.5.1", "tsconfig-paths-webpack-plugin": "^4.1.0", "typescript": "^5.5.4", - "vite": "^5.4.0", + "vite": "^5.4.1", "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0", diff --git a/apps/survey/package.json b/apps/survey/package.json index 5d9e723594..70191679dc 100644 --- a/apps/survey/package.json +++ b/apps/survey/package.json @@ -25,7 +25,7 @@ "@fortawesome/fontawesome-free": "^6.6.0", "@vueuse/core": "^10.11.1", "awesome-phonenumber": "^6.10.0", - "axios": "^1.7.3", + "axios": "^1.7.4", "axios-retry": "^4.5.0", "date-fns": "^3.6.0", "dotenv": "^16.4.5", @@ -34,7 +34,7 @@ "flag-icons": "^7.2.3", "helmet": "^7.1.0", "lodash": "^4.17.21", - "pinia": "^2.2.1", + "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^3.2.1", "uuid": "^10.0.0", "vue": "^2.7.16", @@ -51,7 +51,7 @@ "@types/node": "^20.14.15", "@types/uuid": "^10.0.0", "@vite-pwa/assets-generator": "^0.2.4", - "@vitejs/plugin-legacy": "^5.4.1", + "@vitejs/plugin-legacy": "^5.4.2", "@vitejs/plugin-vue2": "^2.3.1", "@vue/compiler-sfc": "^2.7.16", "cross-env": "^7.0.3", @@ -61,9 +61,9 @@ "typescript": "^5.5.4", "unplugin-icons": "^0.19.2", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.0", + "vite": "^5.4.1", "vite-plugin-html": "^3.2.2", - "vite-plugin-mkcert": "^1.17.5", + "vite-plugin-mkcert": "^1.17.6", "vite-plugin-pwa": "^0.20.1", "vite-plugin-webfont-dl": "^3.9.5", "vitest": "^2.0.5", diff --git a/package.json b/package.json index 6c27153551..7eadea6e4b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "2024.4", "private": true, - "packageManager": "pnpm@9.7.0", + "packageManager": "pnpm@9.7.1", "description": "Dietary recall system", "author": "", "license": "Apache-2.0", @@ -47,9 +47,9 @@ "test:integration:coverage": "pnpm --filter * test:integration:coverage" }, "devDependencies": { - "@antfu/eslint-config": "^2.25.1", + "@antfu/eslint-config": "^2.25.2", "@jest/types": "^29.6.3", - "@ts-rest/open-api": "^3.49.3", + "@ts-rest/open-api": "^3.50.0", "@types/jest": "^29.5.12", "@types/node": "^20.14.15", "@types/prompts": "^2.4.9", @@ -71,7 +71,7 @@ "ts-node": "^10.9.2", "tsx": "^4.17.0", "typescript": "^5.5.4", - "vite": "^5.4.0", + "vite": "^5.4.1", "vitepress": "^1.3.2" }, "pnpm": { diff --git a/packages/api-client-v3/package.json b/packages/api-client-v3/package.json index e6a3ca936d..b52b943a1e 100644 --- a/packages/api-client-v3/package.json +++ b/packages/api-client-v3/package.json @@ -9,8 +9,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "axios": "^1.7.3", + "axios": "^1.7.4", "p-limit": "^3.1.0", - "winston": "^3.14.1" + "winston": "^3.14.2" } } diff --git a/packages/api-client-v4/package.json b/packages/api-client-v4/package.json index d6f3bfb0c6..cdf6620764 100644 --- a/packages/api-client-v4/package.json +++ b/packages/api-client-v4/package.json @@ -9,13 +9,13 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "axios": "^1.7.3", + "axios": "^1.7.4", "cookie": "^0.6.0", "formdata-node": "4.4.1", "lodash": "^4.17.21", "mime-types": "^2.1.35", "p-queue": "^6.6.2", - "winston": "^3.14.1" + "winston": "^3.14.2" }, "devDependencies": { "@types/cookie": "^0.6.0", diff --git a/packages/common-backend/package.json b/packages/common-backend/package.json index 24d73e6217..6a6bcb2289 100644 --- a/packages/common-backend/package.json +++ b/packages/common-backend/package.json @@ -19,7 +19,7 @@ "html-to-text": "^9.0.5", "jsdom": "^24.1.1", "nodemailer": "^6.9.14", - "winston": "^3.14.1", + "winston": "^3.14.2", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { diff --git a/packages/common/package.json b/packages/common/package.json index 5da7734349..063ca87388 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@anatine/zod-openapi": "^2.2.6", - "@ts-rest/core": "^3.49.3", + "@ts-rest/core": "^3.50.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "awesome-phonenumber": "^6.10.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index c5e32202cf..aa673fc20a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -21,12 +21,12 @@ "@pinia/plugin-debounce": "^1.0.1", "@pixelverse/strichjs-sdk": "^1.4.9", "@vueuse/core": "^10.11.1", - "axios": "^1.7.3", + "axios": "^1.7.4", "echarts": "^5.5.1", "js-file-download": "^0.4.12", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", - "pinia": "^2.2.1", + "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^3.2.1", "svg-gauge": "^1.0.7", "vue": "^2.7.16", @@ -41,7 +41,7 @@ "@types/node": "^20.14.15", "type-fest": "^4.24.0", "typescript": "^5.5.4", - "vite": "^5.4.0", + "vite": "^5.4.1", "vite-plugin-pwa": "^0.20.1", "workbox-window": "^7.1.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d3261587f1..ed5be809ff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,14 +9,14 @@ importers: .: devDependencies: '@antfu/eslint-config': - specifier: ^2.25.1 - version: 2.25.1(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.37)(eslint-plugin-format@0.1.2(eslint@9.9.0(jiti@1.21.6)))(eslint@9.9.0(jiti@1.21.6))(svelte@4.2.18)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.31.6)) + specifier: ^2.25.2 + version: 2.25.2(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.37)(eslint-plugin-format@0.1.2(eslint@9.9.0(jiti@1.21.6)))(eslint@9.9.0(jiti@1.21.6))(svelte@4.2.18)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.31.6)) '@jest/types': specifier: ^29.6.3 version: 29.6.3 '@ts-rest/open-api': - specifier: ^3.49.3 - version: 3.49.3(@ts-rest/core@3.49.3(zod@3.23.8))(zod@3.23.8) + specifier: ^3.50.0 + version: 3.50.0(@ts-rest/core@3.50.0(@types/node@20.14.15)(zod@3.23.8))(zod@3.23.8) '@types/jest': specifier: ^29.5.12 version: 29.5.12 @@ -81,11 +81,11 @@ importers: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) vitepress: specifier: ^1.3.2 - version: 1.3.2(@algolia/client-search@4.24.0)(@types/node@20.14.15)(axios@1.7.3)(postcss@8.4.41)(qrcode@1.5.4)(sass@1.77.8)(search-insights@2.13.0)(sortablejs@1.10.2)(terser@5.31.6)(typescript@5.5.4) + version: 1.3.2(@algolia/client-search@4.24.0)(@types/node@20.14.15)(axios@1.7.4)(postcss@8.4.41)(qrcode@1.5.4)(sass@1.77.8)(search-insights@2.13.0)(sortablejs@1.10.2)(terser@5.31.6)(typescript@5.5.4) apps/admin: dependencies: @@ -102,11 +102,11 @@ importers: specifier: ^10.11.1 version: 10.11.1(vue@2.7.16) axios: - specifier: ^1.7.3 - version: 1.7.3(debug@4.3.6) + specifier: ^1.7.4 + version: 1.7.4(debug@4.3.6) axios-retry: specifier: ^4.5.0 - version: 4.5.0(axios@1.7.3) + version: 4.5.0(axios@1.7.4) cronstrue: specifier: ^2.50.0 version: 2.50.0 @@ -144,11 +144,11 @@ importers: specifier: ^4.5.1 version: 4.5.1 pinia: - specifier: ^2.2.1 - version: 2.2.1(typescript@5.5.4)(vue@2.7.16) + specifier: ^2.2.2 + version: 2.2.2(typescript@5.5.4)(vue@2.7.16) pinia-plugin-persistedstate: specifier: ^3.2.1 - version: 3.2.1(pinia@2.2.1(typescript@5.5.4)(vue@2.7.16)) + version: 3.2.1(pinia@2.2.2(typescript@5.5.4)(vue@2.7.16)) pluralize: specifier: ^8.0.0 version: 8.0.0 @@ -197,7 +197,7 @@ importers: version: 0.2.4 '@vitejs/plugin-vue2': specifier: ^2.3.1 - version: 2.3.1(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(vue@2.7.16) + version: 2.3.1(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(vue@2.7.16) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -214,20 +214,20 @@ importers: specifier: ^0.27.4 version: 0.27.4(@babel/parser@7.25.3)(rollup@2.79.1)(vue@2.7.16) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) vite-plugin-html: specifier: ^3.2.2 - version: 3.2.2(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) + version: 3.2.2(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) vite-plugin-mkcert: - specifier: ^1.17.5 - version: 1.17.5(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) + specifier: ^1.17.6 + version: 1.17.6(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) vite-plugin-pwa: specifier: ^0.20.1 - version: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) + version: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(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.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) + version: 3.9.5(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) vitest: specifier: ^2.0.5 version: 2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.32.13)(terser@5.31.6) @@ -256,23 +256,23 @@ importers: specifier: ^10.0.1 version: 10.0.1 '@ts-rest/core': - specifier: ^3.49.3 - version: 3.49.3(zod@3.23.8) + specifier: ^3.50.0 + version: 3.50.0(@types/node@20.14.15)(zod@3.23.8) '@ts-rest/express': - specifier: ^3.49.3 - version: 3.49.3(@ts-rest/core@3.49.3(zod@3.23.8))(express@4.19.2)(zod@3.23.8) + specifier: ^3.50.0 + version: 3.50.0(@ts-rest/core@3.50.0(@types/node@20.14.15)(zod@3.23.8))(express@4.19.2)(zod@3.23.8) awilix: specifier: ^10.0.2 version: 10.0.2 axios: - specifier: ^1.7.3 - version: 1.7.3(debug@4.3.6) + specifier: ^1.7.4 + version: 1.7.4(debug@4.3.6) body-parser: specifier: ^1.20.2 version: 1.20.2 bullmq: - specifier: ^5.12.5 - version: 5.12.5 + specifier: ^5.12.6 + version: 5.12.6 clean-css: specifier: ^5.3.3 version: 5.3.3 @@ -379,8 +379,8 @@ importers: specifier: ^8.0.0 version: 8.0.0 puppeteer: - specifier: ^23.0.2 - version: 23.0.2(typescript@5.5.4) + specifier: ^23.1.0 + version: 23.1.0(typescript@5.5.4) qrcode: specifier: ^1.5.4 version: 1.5.4 @@ -722,7 +722,7 @@ importers: version: 9.0.2(typescript@5.5.4)(webpack@5.93.0(webpack-cli@5.1.4)) laravel-vite-plugin: specifier: ^1.0.5 - version: 1.0.5(vite@5.4.0(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6)) + version: 1.0.5(vite@5.4.1(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6)) nodemon: specifier: ^3.1.4 version: 3.1.4 @@ -754,8 +754,8 @@ importers: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6) + specifier: ^5.4.1 + version: 5.4.1(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6) webpack: specifier: ^5.93.0 version: 5.93.0(webpack-cli@5.1.4) @@ -787,11 +787,11 @@ importers: specifier: ^6.10.0 version: 6.10.0 axios: - specifier: ^1.7.3 - version: 1.7.3(debug@4.3.6) + specifier: ^1.7.4 + version: 1.7.4(debug@4.3.6) axios-retry: specifier: ^4.5.0 - version: 4.5.0(axios@1.7.3) + version: 4.5.0(axios@1.7.4) date-fns: specifier: ^3.6.0 version: 3.6.0 @@ -814,11 +814,11 @@ importers: specifier: ^4.17.21 version: 4.17.21 pinia: - specifier: ^2.2.1 - version: 2.2.1(typescript@5.5.4)(vue@2.7.16) + specifier: ^2.2.2 + version: 2.2.2(typescript@5.5.4)(vue@2.7.16) pinia-plugin-persistedstate: specifier: ^3.2.1 - version: 3.2.1(pinia@2.2.1(typescript@5.5.4)(vue@2.7.16)) + version: 3.2.1(pinia@2.2.2(typescript@5.5.4)(vue@2.7.16)) uuid: specifier: ^10.0.0 version: 10.0.0 @@ -860,11 +860,11 @@ importers: specifier: ^0.2.4 version: 0.2.4 '@vitejs/plugin-legacy': - specifier: ^5.4.1 - version: 5.4.1(terser@5.31.6)(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) + specifier: ^5.4.2 + version: 5.4.2(terser@5.31.6)(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) '@vitejs/plugin-vue2': specifier: ^2.3.1 - version: 2.3.1(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(vue@2.7.16) + version: 2.3.1(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(vue@2.7.16) '@vue/compiler-sfc': specifier: ^2.7.16 version: 2.7.16 @@ -890,20 +890,20 @@ importers: specifier: ^0.27.4 version: 0.27.4(@babel/parser@7.25.3)(rollup@4.20.0)(vue@2.7.16) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) vite-plugin-html: specifier: ^3.2.2 - version: 3.2.2(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) + version: 3.2.2(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) vite-plugin-mkcert: - specifier: ^1.17.5 - version: 1.17.5(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) + specifier: ^1.17.6 + version: 1.17.6(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) vite-plugin-pwa: specifier: ^0.20.1 - version: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) + version: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(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.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) + version: 3.9.5(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)) vitest: specifier: ^2.0.5 version: 2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.32.13)(terser@5.31.6) @@ -920,20 +920,20 @@ importers: packages/api-client-v3: dependencies: axios: - specifier: ^1.7.3 - version: 1.7.3(debug@4.3.6) + specifier: ^1.7.4 + version: 1.7.4(debug@4.3.6) p-limit: specifier: ^3.1.0 version: 3.1.0 winston: - specifier: ^3.14.1 - version: 3.14.1 + specifier: ^3.14.2 + version: 3.14.2 packages/api-client-v4: dependencies: axios: - specifier: ^1.7.3 - version: 1.7.3(debug@4.3.6) + specifier: ^1.7.4 + version: 1.7.4(debug@4.3.6) cookie: specifier: ^0.6.0 version: 0.6.0 @@ -950,8 +950,8 @@ importers: specifier: ^6.6.2 version: 6.6.2 winston: - specifier: ^3.14.1 - version: 3.14.1 + specifier: ^3.14.2 + version: 3.14.2 devDependencies: '@types/cookie': specifier: ^0.6.0 @@ -969,8 +969,8 @@ importers: specifier: ^2.2.6 version: 2.2.6(openapi3-ts@4.3.1)(zod@3.23.8) '@ts-rest/core': - specifier: ^3.49.3 - version: 3.49.3(zod@3.23.8) + specifier: ^3.50.0 + version: 3.50.0(@types/node@22.2.0)(zod@3.23.8) ajv: specifier: ^8.17.1 version: 8.17.1 @@ -1075,11 +1075,11 @@ importers: specifier: ^6.9.14 version: 6.9.14 winston: - specifier: ^3.14.1 - version: 3.14.1 + specifier: ^3.14.2 + version: 3.14.2 winston-daily-rotate-file: specifier: ^5.0.0 - version: 5.0.0(winston@3.14.1) + version: 5.0.0(winston@3.14.2) devDependencies: '@types/bcryptjs': specifier: ^2.4.6 @@ -1220,8 +1220,8 @@ importers: specifier: ^10.11.1 version: 10.11.1(vue@2.7.16) axios: - specifier: ^1.7.3 - version: 1.7.3(debug@4.3.6) + specifier: ^1.7.4 + version: 1.7.4(debug@4.3.6) echarts: specifier: ^5.5.1 version: 5.5.1 @@ -1235,11 +1235,11 @@ importers: specifier: ^4.17.21 version: 4.17.21 pinia: - specifier: ^2.2.1 - version: 2.2.1(typescript@5.5.4)(vue@2.7.16) + specifier: ^2.2.2 + version: 2.2.2(typescript@5.5.4)(vue@2.7.16) pinia-plugin-persistedstate: specifier: ^3.2.1 - version: 3.2.1(pinia@2.2.1(typescript@5.5.4)(vue@2.7.16)) + version: 3.2.1(pinia@2.2.2(typescript@5.5.4)(vue@2.7.16)) svg-gauge: specifier: ^1.0.7 version: 1.0.7 @@ -1275,11 +1275,11 @@ importers: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) vite-plugin-pwa: specifier: ^0.20.1 - version: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) + version: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6))(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 @@ -1367,8 +1367,8 @@ packages: openapi3-ts: ^4.1.2 zod: ^3.20.0 - '@antfu/eslint-config@2.25.1': - resolution: {integrity: sha512-aWnq8kNL4MM3RjXJtMvCGhzzXiukbNn4oXT3RFVgQ2KkBmryrlCos8HW7zfF27gggSqrMX8p75wHk8zM/Mo9+Q==} + '@antfu/eslint-config@2.25.2': + resolution: {integrity: sha512-6I2PmkHAmFXiAqkfw50XkxVjSAGZyVEve61uFQWsq/jgz1xylzU1edMAfc7zled4XBBDAoZspUZDpgqshxWpDA==} hasBin: true peerDependencies: '@eslint-react/eslint-plugin': ^1.5.8 @@ -1419,6 +1419,9 @@ packages: '@antfu/install-pkg@0.3.4': resolution: {integrity: sha512-xmYFuDsaS5hlqVSJYVIzBGnUBhZR6NpwelQx/qr9wHTenqMF14YhsexWADcFyMCKwf/vApnvLTfEEnaOBvo5SA==} + '@antfu/install-pkg@0.3.5': + resolution: {integrity: sha512-HwIACY0IzrM7FGafMbWZOqEDBSfCwPcylu+GacaRcxJm4Yvvuh3Dy2vZwqdJAzXponc6aLO9FaH4l75pq8/ZSA==} + '@antfu/utils@0.7.10': resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} @@ -2211,8 +2214,8 @@ packages: resolution: {integrity: sha512-I238eDtOolvCuvtxrnqtlBaw0BwdQuYqK7eA6XIonicMdOOOb75mqdIzkGDUbS04+1Di007rgm9snFRNeVrOog==} engines: {node: '>=16'} - '@es-joy/jsdoccomment@0.46.0': - resolution: {integrity: sha512-C3Axuq1xd/9VqFZpW4YAzOx5O9q/LP46uIQy/iNDpHG3fmPa6TBtvfglMCs3RBiBxAIi0Go97r8+jvTt55XMyQ==} + '@es-joy/jsdoccomment@0.48.0': + resolution: {integrity: sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==} engines: {node: '>=16'} '@esbuild/aix-ppc64@0.21.5': @@ -2497,6 +2500,12 @@ packages: cpu: [x64] os: [win32] + '@eslint-community/eslint-plugin-eslint-comments@4.4.0': + resolution: {integrity: sha512-yljsWl5Qv3IkIRmJ38h3NrHXFCm4EUl55M8doGTF6hvzvFF8kRpextgSrg2dwHev9lzBZyafCr9RelGIyQm6fw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + '@eslint-community/eslint-utils@4.4.0': resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2809,6 +2818,10 @@ packages: '@js-joda/core@5.6.3': resolution: {integrity: sha512-T1rRxzdqkEXcou0ZprN1q9yDRlvzCPLqmlNt5IIsGBzoEVgLCCYrKEwc84+TvsXuAc95VAZwtWD2zVsKPY4bcA==} + '@jsdevtools/ez-spawn@3.0.4': + resolution: {integrity: sha512-f5DRIOZf7wxogefH03RjMPMdBF7ADTWUMoOs9kaJo06EfwF+aFhMZMDZxHg/Xe12hptN9xoZjGso2fdjapBRIA==} + engines: {node: '>=10'} + '@json2csv/formatters@7.0.6': resolution: {integrity: sha512-hjIk1H1TR4ydU5ntIENEPgoMGW+Q7mJ+537sDFDbsk+Y3EPl2i4NfFVjw0NJRgT+ihm8X30M67mA8AS6jPidSA==} @@ -2969,8 +2982,8 @@ packages: '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} - '@puppeteer/browsers@2.3.0': - resolution: {integrity: sha512-ioXoq9gPxkss4MYhD+SFaU9p1IHFUX0ILAWFPyjGaBdjLsYAlZw6j1iLA0N/m12uVHLFDfSYNF7EQccjinIMDA==} + '@puppeteer/browsers@2.3.1': + resolution: {integrity: sha512-uK7o3hHkK+naEobMSJ+2ySYyXtQkBxIH8Gn4MK9ciePjNV+Pf+PgY/W7iPzn2MTjl3stcYB5AlcTmPYw7AXDwA==} engines: {node: '>=18'} hasBin: true @@ -3177,31 +3190,31 @@ packages: '@streamparser/json@0.0.20': resolution: {integrity: sha512-VqAAkydywPpkw63WQhPVKCD3SdwXuihCUVZbbiY3SfSTGQyHmwRoq27y4dmJdZuJwd5JIlQoMPyGvMbUPY0RKQ==} - '@stylistic/eslint-plugin-js@2.6.2': - resolution: {integrity: sha512-wCr/kVctAPayMU3pcOI1MKR7MoKIh6VKZU89lPklAqtJoxT+Em6RueiiARbpznUYG5eg3LymiU+aMD+aIZXdqA==} + '@stylistic/eslint-plugin-js@2.6.3': + resolution: {integrity: sha512-VkfqvbP9ro4XlP7wjIe6tWJjh6rzEJYYeIr5oWHTiayHfKgtRgUIRIWTZu1vbJg49aP2CsM0GRFI6iX5xwqTXA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' - '@stylistic/eslint-plugin-jsx@2.6.2': - resolution: {integrity: sha512-dSXK/fSPA938J1fBi10QmhzLKtZ/2TuyVNHQMk8jUhWfKJDleAogaSqcWNAbN8fwcoe9UWmt/3StiIf2oYC1aQ==} + '@stylistic/eslint-plugin-jsx@2.6.3': + resolution: {integrity: sha512-33GvA4L4uHvD0cdOE6ufy52W2pmpGtjIAQQWlROv5NRFw0mKpe7wK5++mOXmujlY5gbX51k8poPjvludIUK2og==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' - '@stylistic/eslint-plugin-plus@2.6.2': - resolution: {integrity: sha512-cANcPASfRvq3VTbbQCrSIXq+2AI0IW68PNYaZoXXS0ENlp7HDB8dmrsJnOgWCcoEvdCB8z/eWcG/eq/v5Qcl+Q==} + '@stylistic/eslint-plugin-plus@2.6.3': + resolution: {integrity: sha512-lQ/BtROkPAOSTORfEsRcL+3lNt8+H/jS7mFF2j859PSyb487bmoO6npmGCr4dNfFrz5d0h11i3zp1hT/trZ8HA==} peerDependencies: eslint: '*' - '@stylistic/eslint-plugin-ts@2.6.2': - resolution: {integrity: sha512-6OEN3VtUNxjgOvWPavnC10MByr1H4zsgwNND3rQXr5lDFv93MLUnTsH+/SH15OkuqdyJgrQILI6b9lYecb1vIg==} + '@stylistic/eslint-plugin-ts@2.6.3': + resolution: {integrity: sha512-eb8v1ad/FgALhPDptANIGP/rpd9b3ESmG/j4q489KK4MmQyeJYiZCks8xN6AHGkJ8QsLziw0xXWNb74KuxbB7g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' - '@stylistic/eslint-plugin@2.6.2': - resolution: {integrity: sha512-Ic5oFNM/25iuagob6LiIBkSI/A2y45TsyKtDtODXHRZDy52WfPfeexI6r+OH5+aWN9QGob2Bw+4JRM9/4areWw==} + '@stylistic/eslint-plugin@2.6.3': + resolution: {integrity: sha512-QCt1XviL9qghGN1Jnb6PCRzQTbvkUq11ybFrASi6ypuiLO1i6Oo/j22uKE3wXKG8lnOkvfjLFm0dumyaqaPG+g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' @@ -3224,28 +3237,31 @@ packages: resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} engines: {node: '>=10.13.0'} - '@ts-rest/core@3.49.3': - resolution: {integrity: sha512-h/4aSH7SGsQfBZ5LcF2k8+TVtFSITYG4qI91tdf0YMddPsSZJho2OV9jhvycNEt+sosPsw/FDV2QFKBAUEr22w==} + '@ts-rest/core@3.50.0': + resolution: {integrity: sha512-dCdIxH6l4xLhOkuOsFU9c+4evT4wipIgh/Ns3xGqBHh38B89OZoQkgjnohbQPYqx8vd98Dp+RER+WolktlQNjw==} peerDependencies: + '@types/node': ^18.18.7 || >=20.8.4 zod: ^3.22.3 peerDependenciesMeta: + '@types/node': + optional: true zod: optional: true - '@ts-rest/express@3.49.3': - resolution: {integrity: sha512-+ybB1yvzyPclxlSLMoZGuEL26DqxH/bLbWShWC2C28kRq0k768xYe8EvDD9VRrZMJqmnO+sndXdcGq40hvhcKA==} + '@ts-rest/express@3.50.0': + resolution: {integrity: sha512-ve5T/9p4boCsNJ3NoYdUwpuiJzhXmMLsVO6yKOLW5aZVwhT6AEYk7682AXhle1LDuoaM5BF06seP+/HiPdRq+g==} peerDependencies: - '@ts-rest/core': ~3.49.0 + '@ts-rest/core': ~3.50.0 express: ^4.0.0 zod: ^3.22.3 peerDependenciesMeta: zod: optional: true - '@ts-rest/open-api@3.49.3': - resolution: {integrity: sha512-5N71UP/5KtjOyagc076arPwGkemDBlqGv7c42AbV2ca4dj1dlveis41VIpHsfWOdsFS548X+C9b0td7YVCdpqA==} + '@ts-rest/open-api@3.50.0': + resolution: {integrity: sha512-tfc3JYcFzbL5AZzaBIccgrB9zntSveGRacD96xPnAEubdKi9miv+y2nvOccCXEM7vUfgiypfuVJ6U19eU1uwEQ==} peerDependencies: - '@ts-rest/core': ~3.49.0 + '@ts-rest/core': ~3.50.0 zod: ^3.22.3 '@tsconfig/node10@1.0.11': @@ -3641,8 +3657,8 @@ packages: engines: {node: '>=16.14.0'} hasBin: true - '@vitejs/plugin-legacy@5.4.1': - resolution: {integrity: sha512-kee0l7dVevCNs1l3u2PnihVunvQ0WTJL2UJ/siQGD3Iht546mR9NO16tCv32uCP6lcGO1QDLqlPqInJtV1FE7A==} + '@vitejs/plugin-legacy@5.4.2': + resolution: {integrity: sha512-hlyyQL+wEIyOWdwsUKX+0g3kBU4AbHmVzHarLvVKiGGGqLIYjttMvvjk6zGY8RD9dab6QuFNhDoxg0YFhQ26xA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: terser: ^5.4.0 @@ -3662,8 +3678,8 @@ packages: vite: ^5.0.0 vue: ^3.2.25 - '@vitest/eslint-plugin@1.0.1': - resolution: {integrity: sha512-albpL56cL9XMwHJWCWZqjDxkuDkBXBF3WpPGOv6q2WA3cipCP41cKEwfSGktoRNGmPN77wuX452O8pM+z+ApNw==} + '@vitest/eslint-plugin@1.0.3': + resolution: {integrity: sha512-7hTONh+lqN+TEimHy2aWVdHVqYohcxLGD4yYBwSVvhyiti/j9CqBNMQvOa6xLoVcEtaWAoCCDbYgvxwNqA4lsA==} peerDependencies: '@typescript-eslint/utils': '>= 8.0' eslint: '>= 8.57.0' @@ -4103,8 +4119,8 @@ packages: peerDependencies: axios: 0.x || 1.x - axios@1.7.3: - resolution: {integrity: sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==} + axios@1.7.4: + resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -4289,8 +4305,8 @@ packages: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} - bullmq@5.12.5: - resolution: {integrity: sha512-lchCvFuPdaIbq01qnyS7MOt2piPeCDHzCqIxNAQEgDSzZ+Eb4RBboUUMgmW90UtMjV46mEqsWY9B1l/7/C13SA==} + bullmq@5.12.6: + resolution: {integrity: sha512-MFww2rvhmUWe5kx3UGOGV3vh9HeKPX9v5VyhNGUGTduWrJ/KH0ETpoUwWyD8tq/QzQEIWkrUpSIiu3EyvZDXfA==} busboy@1.6.0: resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} @@ -4308,6 +4324,9 @@ packages: resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} engines: {node: '>= 0.4'} + call-me-maybe@1.0.2: + resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} + callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -5260,12 +5279,6 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-eslint-comments@3.2.0: - resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} - engines: {node: '>=6.5.0'} - peerDependencies: - eslint: '>=4.19.1' - eslint-plugin-format@0.1.2: resolution: {integrity: sha512-ZrcO3aiumgJ6ENAv65IWkPjtW77ML/5mp0YrRK0jdvvaZJb+4kKWbaQTMr/XbJo6CtELRmCApAziEKh7L2NbdQ==} peerDependencies: @@ -5277,8 +5290,8 @@ packages: peerDependencies: eslint: ^8.56.0 || ^9.0.0-0 - eslint-plugin-jsdoc@50.0.1: - resolution: {integrity: sha512-UayhAysIk1Du8InV27WMbV4AMSJSu60+bekmeuGK2OUy4QJSFPr1srYT6AInykGkmMdRuHfDX6Q0tJEr8BtDtg==} + eslint-plugin-jsdoc@50.2.2: + resolution: {integrity: sha512-i0ZMWA199DG7sjxlzXn5AeYZxpRfMJjDPUl7lL9eJJX8TPRoIaxJU4ys/joP5faM5AXE1eqW/dslCj3uj4Nqpg==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -5301,12 +5314,12 @@ packages: peerDependencies: eslint: '>=8.23.0' - eslint-plugin-no-only-tests@3.1.0: - resolution: {integrity: sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==} + eslint-plugin-no-only-tests@3.3.0: + resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==} engines: {node: '>=5.0.0'} - eslint-plugin-perfectionist@3.1.3: - resolution: {integrity: sha512-eFRkBvMnnHjle5MuqTzoTIukWIr7Gm2wXvhTj3HyT/ku2J5oj7quBRbvZ8iYkjPyUFBpir3ZBnVQ5vFYswvpQg==} + eslint-plugin-perfectionist@3.2.0: + resolution: {integrity: sha512-cX1aztMbSfRWPKJH8CD+gadrbkS+RNH1OGWuNGws8J6rHzYYhawxWTU/yzMYjq2IRJCpBCfhgfa7BHRXQYxLHA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: astro-eslint-parser: ^1.0.2 @@ -7663,8 +7676,8 @@ packages: peerDependencies: pinia: ^2.0.0 - pinia@2.2.1: - resolution: {integrity: sha512-ltEU3xwiz5ojVMizdP93AHi84Rtfz0+yKd8ud75hr9LVyWX2alxp7vLbY1kFm7MXFmHHr/9B08Xf8Jj6IHTEiQ==} + pinia@2.2.2: + resolution: {integrity: sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -7841,12 +7854,12 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - puppeteer-core@23.0.2: - resolution: {integrity: sha512-MvOHn+g1TYkAR2oVd/bf/YWXKqFTJmkhyyurYgxkrjh8rBOL1ZH5VyOsLJi0bLO7/yoipAmk1gFZEx9HUJnaoA==} + puppeteer-core@23.1.0: + resolution: {integrity: sha512-SvAsu+xnLN2FMXE/59bp3s3WXp8ewqUGzVV4AQtml/2xmsciZnU/bXcCW+eETHPWQ6Agg2vTI7QzWXPpEARK2g==} engines: {node: '>=18'} - puppeteer@23.0.2: - resolution: {integrity: sha512-I/l1P8s8brcLG+oW9AwF8hUaOSGGJcGKMflXRgULUH0S3ABptlLI9ZKjqWDo8ipY6v789ZKd+bNKtcCwpTh5Ww==} + puppeteer@23.1.0: + resolution: {integrity: sha512-m+CyicDlGN1AVUeOsCa6/+KQydJzxfsPowL7fQy+VGNeaWafB0m8G5aGfXdfZztKMxzCsdz7KNNzbJPeG9wwFw==} engines: {node: '>=18'} hasBin: true @@ -8968,6 +8981,9 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} + typed-query-selector@2.12.0: + resolution: {integrity: sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==} + typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} @@ -9202,8 +9218,8 @@ packages: peerDependencies: vite: '>=2.0.0' - vite-plugin-mkcert@1.17.5: - resolution: {integrity: sha512-KKGY3iHx/9zb7ow8JJ+nLN2HiNIBuPBwj34fJ+jAJT89/8qfk7msO7G7qipR8VDEm9xMCys0xT11QOJbZcg3/Q==} + vite-plugin-mkcert@1.17.6: + resolution: {integrity: sha512-4JR1RN0HEg/w17eRQJ/Ve2pSa6KCVQcQO6yKtIaKQCFDyd63zGfXHWpygBkvvRSpqa0GcqNKf0fjUJ0HiJQXVQ==} engines: {node: '>=v16.7.0'} peerDependencies: vite: '>=3' @@ -9225,8 +9241,8 @@ packages: peerDependencies: vite: ^2 || ^3 || ^4 || ^5 - vite@5.4.0: - resolution: {integrity: sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==} + vite@5.4.1: + resolution: {integrity: sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -9532,8 +9548,8 @@ packages: resolution: {integrity: sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==} engines: {node: '>= 12.0.0'} - winston@3.14.1: - resolution: {integrity: sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==} + winston@3.14.2: + resolution: {integrity: sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==} engines: {node: '>= 12.0.0'} wkx@0.5.0: @@ -9855,28 +9871,28 @@ snapshots: ts-deepmerge: 6.2.1 zod: 3.23.8 - '@antfu/eslint-config@2.25.1(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.37)(eslint-plugin-format@0.1.2(eslint@9.9.0(jiti@1.21.6)))(eslint@9.9.0(jiti@1.21.6))(svelte@4.2.18)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.31.6))': + '@antfu/eslint-config@2.25.2(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.37)(eslint-plugin-format@0.1.2(eslint@9.9.0(jiti@1.21.6)))(eslint@9.9.0(jiti@1.21.6))(svelte@4.2.18)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.31.6))': dependencies: - '@antfu/install-pkg': 0.3.4 + '@antfu/install-pkg': 0.3.5 '@clack/prompts': 0.7.0 - '@stylistic/eslint-plugin': 2.6.2(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + '@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.9.0(jiti@1.21.6)) + '@stylistic/eslint-plugin': 2.6.3(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) '@typescript-eslint/eslint-plugin': 8.1.0(@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) '@typescript-eslint/parser': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) - '@vitest/eslint-plugin': 1.0.1(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.31.6)) + '@vitest/eslint-plugin': 1.0.3(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.31.6)) eslint: 9.9.0(jiti@1.21.6) eslint-config-flat-gitignore: 0.1.8 eslint-flat-config-utils: 0.3.0 eslint-merge-processors: 0.1.0(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-antfu: 2.3.5(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-command: 0.2.3(eslint@9.9.0(jiti@1.21.6)) - eslint-plugin-eslint-comments: 3.2.0(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-import-x: 3.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) - eslint-plugin-jsdoc: 50.0.1(eslint@9.9.0(jiti@1.21.6)) + eslint-plugin-jsdoc: 50.2.2(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-jsonc: 2.16.0(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-markdown: 5.1.0(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-n: 17.10.2(eslint@9.9.0(jiti@1.21.6)) - eslint-plugin-no-only-tests: 3.1.0 - eslint-plugin-perfectionist: 3.1.3(eslint@9.9.0(jiti@1.21.6))(svelte@4.2.18)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.9.0(jiti@1.21.6))) + eslint-plugin-no-only-tests: 3.3.0 + eslint-plugin-perfectionist: 3.2.0(eslint@9.9.0(jiti@1.21.6))(svelte@4.2.18)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.9.0(jiti@1.21.6))) eslint-plugin-regexp: 2.6.0(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-toml: 0.11.1(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-unicorn: 55.0.0(eslint@9.9.0(jiti@1.21.6)) @@ -9912,6 +9928,10 @@ snapshots: dependencies: tinyexec: 0.1.4 + '@antfu/install-pkg@0.3.5': + dependencies: + '@jsdevtools/ez-spawn': 3.0.4 + '@antfu/utils@0.7.10': {} '@apideck/better-ajv-errors@0.3.6(ajv@8.17.1)': @@ -10961,7 +10981,7 @@ snapshots: '@duosecurity/duo_universal@2.0.3': dependencies: - axios: 1.7.3(debug@4.3.6) + axios: 1.7.4(debug@4.3.6) jsonwebtoken: 9.0.2 transitivePeerDependencies: - debug @@ -10991,11 +11011,11 @@ snapshots: esquery: 1.6.0 jsdoc-type-pratt-parser: 4.0.0 - '@es-joy/jsdoccomment@0.46.0': + '@es-joy/jsdoccomment@0.48.0': dependencies: comment-parser: 1.4.1 esquery: 1.6.0 - jsdoc-type-pratt-parser: 4.0.0 + jsdoc-type-pratt-parser: 4.1.0 '@esbuild/aix-ppc64@0.21.5': optional: true @@ -11138,6 +11158,12 @@ snapshots: '@esbuild/win32-x64@0.23.0': optional: true + '@eslint-community/eslint-plugin-eslint-comments@4.4.0(eslint@9.9.0(jiti@1.21.6))': + dependencies: + escape-string-regexp: 4.0.0 + eslint: 9.9.0(jiti@1.21.6) + ignore: 5.3.2 + '@eslint-community/eslint-utils@4.4.0(eslint@9.9.0(jiti@1.21.6))': dependencies: eslint: 9.9.0(jiti@1.21.6) @@ -11529,6 +11555,13 @@ snapshots: '@js-joda/core@5.6.3': {} + '@jsdevtools/ez-spawn@3.0.4': + dependencies: + call-me-maybe: 1.0.2 + cross-spawn: 7.0.3 + string-argv: 0.3.2 + type-detect: 4.0.8 + '@json2csv/formatters@7.0.6': {} '@json2csv/node@7.0.6': @@ -11704,7 +11737,7 @@ snapshots: '@popperjs/core@2.11.8': {} - '@puppeteer/browsers@2.3.0': + '@puppeteer/browsers@2.3.1': dependencies: debug: 4.3.6(supports-color@5.5.0) extract-zip: 2.0.1 @@ -11908,7 +11941,7 @@ snapshots: '@streamparser/json@0.0.20': {} - '@stylistic/eslint-plugin-js@2.6.2(eslint@9.9.0(jiti@1.21.6))': + '@stylistic/eslint-plugin-js@2.6.3(eslint@9.9.0(jiti@1.21.6))': dependencies: '@types/eslint': 9.6.0 acorn: 8.12.1 @@ -11916,26 +11949,24 @@ snapshots: eslint-visitor-keys: 4.0.0 espree: 10.1.0 - '@stylistic/eslint-plugin-jsx@2.6.2(eslint@9.9.0(jiti@1.21.6))': + '@stylistic/eslint-plugin-jsx@2.6.3(eslint@9.9.0(jiti@1.21.6))': dependencies: - '@stylistic/eslint-plugin-js': 2.6.2(eslint@9.9.0(jiti@1.21.6)) + '@stylistic/eslint-plugin-js': 2.6.3(eslint@9.9.0(jiti@1.21.6)) '@types/eslint': 9.6.0 eslint: 9.9.0(jiti@1.21.6) + eslint-visitor-keys: 4.0.0 + espree: 10.1.0 estraverse: 5.3.0 picomatch: 4.0.2 - '@stylistic/eslint-plugin-plus@2.6.2(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)': + '@stylistic/eslint-plugin-plus@2.6.3(eslint@9.9.0(jiti@1.21.6))': dependencies: '@types/eslint': 9.6.0 - '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) eslint: 9.9.0(jiti@1.21.6) - transitivePeerDependencies: - - supports-color - - typescript - '@stylistic/eslint-plugin-ts@2.6.2(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)': + '@stylistic/eslint-plugin-ts@2.6.3(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)': dependencies: - '@stylistic/eslint-plugin-js': 2.6.2(eslint@9.9.0(jiti@1.21.6)) + '@stylistic/eslint-plugin-js': 2.6.3(eslint@9.9.0(jiti@1.21.6)) '@types/eslint': 9.6.0 '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) eslint: 9.9.0(jiti@1.21.6) @@ -11943,12 +11974,12 @@ snapshots: - supports-color - typescript - '@stylistic/eslint-plugin@2.6.2(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)': + '@stylistic/eslint-plugin@2.6.3(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)': dependencies: - '@stylistic/eslint-plugin-js': 2.6.2(eslint@9.9.0(jiti@1.21.6)) - '@stylistic/eslint-plugin-jsx': 2.6.2(eslint@9.9.0(jiti@1.21.6)) - '@stylistic/eslint-plugin-plus': 2.6.2(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) - '@stylistic/eslint-plugin-ts': 2.6.2(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + '@stylistic/eslint-plugin-js': 2.6.3(eslint@9.9.0(jiti@1.21.6)) + '@stylistic/eslint-plugin-jsx': 2.6.3(eslint@9.9.0(jiti@1.21.6)) + '@stylistic/eslint-plugin-plus': 2.6.3(eslint@9.9.0(jiti@1.21.6)) + '@stylistic/eslint-plugin-ts': 2.6.3(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) '@types/eslint': 9.6.0 eslint: 9.9.0(jiti@1.21.6) transitivePeerDependencies: @@ -11972,21 +12003,27 @@ snapshots: '@trysound/sax@0.2.0': {} - '@ts-rest/core@3.49.3(zod@3.23.8)': + '@ts-rest/core@3.50.0(@types/node@20.14.15)(zod@3.23.8)': optionalDependencies: + '@types/node': 20.14.15 + zod: 3.23.8 + + '@ts-rest/core@3.50.0(@types/node@22.2.0)(zod@3.23.8)': + optionalDependencies: + '@types/node': 22.2.0 zod: 3.23.8 - '@ts-rest/express@3.49.3(@ts-rest/core@3.49.3(zod@3.23.8))(express@4.19.2)(zod@3.23.8)': + '@ts-rest/express@3.50.0(@ts-rest/core@3.50.0(@types/node@20.14.15)(zod@3.23.8))(express@4.19.2)(zod@3.23.8)': dependencies: - '@ts-rest/core': 3.49.3(zod@3.23.8) + '@ts-rest/core': 3.50.0(@types/node@20.14.15)(zod@3.23.8) express: 4.19.2 optionalDependencies: zod: 3.23.8 - '@ts-rest/open-api@3.49.3(@ts-rest/core@3.49.3(zod@3.23.8))(zod@3.23.8)': + '@ts-rest/open-api@3.50.0(@ts-rest/core@3.50.0(@types/node@20.14.15)(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.49.3(zod@3.23.8) + '@ts-rest/core': 3.50.0(@types/node@20.14.15)(zod@3.23.8) openapi3-ts: 2.0.2 zod: 3.23.8 @@ -12467,7 +12504,7 @@ snapshots: sharp-ico: 0.1.5 unconfig: 0.3.13 - '@vitejs/plugin-legacy@5.4.1(terser@5.31.6)(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))': + '@vitejs/plugin-legacy@5.4.2(terser@5.31.6)(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))': dependencies: '@babel/core': 7.25.2 '@babel/preset-env': 7.25.3(@babel/core@7.25.2) @@ -12478,21 +12515,21 @@ snapshots: regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.31.6 - vite: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue2@2.3.1(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(vue@2.7.16)': + '@vitejs/plugin-vue2@2.3.1(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(vue@2.7.16)': dependencies: - vite: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) vue: 2.7.16 - '@vitejs/plugin-vue@5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6))(vue@3.4.37(typescript@5.5.4))': + '@vitejs/plugin-vue@5.1.2(vite@5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6))(vue@3.4.37(typescript@5.5.4))': dependencies: - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) vue: 3.4.37(typescript@5.5.4) - '@vitest/eslint-plugin@1.0.1(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.31.6))': + '@vitest/eslint-plugin@1.0.3(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.31.6))': dependencies: eslint: 9.9.0(jiti@1.21.6) optionalDependencies: @@ -12665,13 +12702,13 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/integrations@10.11.1(axios@1.7.3)(focus-trap@7.5.4)(qrcode@1.5.4)(sortablejs@1.10.2)(vue@3.4.37(typescript@5.5.4))': + '@vueuse/integrations@10.11.1(axios@1.7.4)(focus-trap@7.5.4)(qrcode@1.5.4)(sortablejs@1.10.2)(vue@3.4.37(typescript@5.5.4))': dependencies: '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4)) '@vueuse/shared': 10.11.1(vue@3.4.37(typescript@5.5.4)) vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4)) optionalDependencies: - axios: 1.7.3(debug@4.3.6) + axios: 1.7.4(debug@4.3.6) focus-trap: 7.5.4 qrcode: 1.5.4 sortablejs: 1.10.2 @@ -13001,12 +13038,12 @@ snapshots: aws4@1.13.1: {} - axios-retry@4.5.0(axios@1.7.3): + axios-retry@4.5.0(axios@1.7.4): dependencies: - axios: 1.7.3(debug@4.3.6) + axios: 1.7.4(debug@4.3.6) is-retry-allowed: 2.2.0 - axios@1.7.3(debug@4.3.6): + axios@1.7.4(debug@4.3.6): dependencies: follow-redirects: 1.15.6(debug@4.3.6) form-data: 4.0.0 @@ -13248,7 +13285,7 @@ snapshots: builtin-modules@3.3.0: {} - bullmq@5.12.5: + bullmq@5.12.6: dependencies: cron-parser: 4.9.0 ioredis: 5.4.1 @@ -13276,6 +13313,8 @@ snapshots: get-intrinsic: 1.2.4 set-function-length: 1.2.2 + call-me-maybe@1.0.2: {} + callsites@3.1.0: {} calver@24.1.0: @@ -14315,12 +14354,6 @@ snapshots: eslint: 9.9.0(jiti@1.21.6) eslint-compat-utils: 0.5.1(eslint@9.9.0(jiti@1.21.6)) - eslint-plugin-eslint-comments@3.2.0(eslint@9.9.0(jiti@1.21.6)): - dependencies: - escape-string-regexp: 1.0.5 - eslint: 9.9.0(jiti@1.21.6) - ignore: 5.3.2 - eslint-plugin-format@0.1.2(eslint@9.9.0(jiti@1.21.6)): dependencies: '@dprint/formatter': 0.3.0 @@ -14349,9 +14382,9 @@ snapshots: - supports-color - typescript - eslint-plugin-jsdoc@50.0.1(eslint@9.9.0(jiti@1.21.6)): + eslint-plugin-jsdoc@50.2.2(eslint@9.9.0(jiti@1.21.6)): dependencies: - '@es-joy/jsdoccomment': 0.46.0 + '@es-joy/jsdoccomment': 0.48.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.6(supports-color@5.5.0) @@ -14396,9 +14429,9 @@ snapshots: minimatch: 9.0.5 semver: 7.6.3 - eslint-plugin-no-only-tests@3.1.0: {} + eslint-plugin-no-only-tests@3.3.0: {} - eslint-plugin-perfectionist@3.1.3(eslint@9.9.0(jiti@1.21.6))(svelte@4.2.18)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.9.0(jiti@1.21.6))): + eslint-plugin-perfectionist@3.2.0(eslint@9.9.0(jiti@1.21.6))(svelte@4.2.18)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.9.0(jiti@1.21.6))): dependencies: '@typescript-eslint/types': 8.1.0 '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) @@ -16112,10 +16145,10 @@ snapshots: kysely@0.27.4: {} - laravel-vite-plugin@1.0.5(vite@5.4.0(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6)): + laravel-vite-plugin@1.0.5(vite@5.4.1(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6)): dependencies: picocolors: 1.0.1 - vite: 5.4.0(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6) + vite: 5.4.1(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6) vite-plugin-full-reload: 1.2.0 leac@0.6.0: {} @@ -17067,11 +17100,11 @@ snapshots: pify@3.0.0: {} - pinia-plugin-persistedstate@3.2.1(pinia@2.2.1(typescript@5.5.4)(vue@2.7.16)): + pinia-plugin-persistedstate@3.2.1(pinia@2.2.2(typescript@5.5.4)(vue@2.7.16)): dependencies: - pinia: 2.2.1(typescript@5.5.4)(vue@2.7.16) + pinia: 2.2.2(typescript@5.5.4)(vue@2.7.16) - pinia@2.2.1(typescript@5.5.4)(vue@2.7.16): + pinia@2.2.2(typescript@5.5.4)(vue@2.7.16): dependencies: '@vue/devtools-api': 6.6.3 vue: 2.7.16 @@ -17230,25 +17263,27 @@ snapshots: punycode@2.3.1: {} - puppeteer-core@23.0.2: + puppeteer-core@23.1.0: dependencies: - '@puppeteer/browsers': 2.3.0 + '@puppeteer/browsers': 2.3.1 chromium-bidi: 0.6.4(devtools-protocol@0.0.1312386) debug: 4.3.6(supports-color@5.5.0) devtools-protocol: 0.0.1312386 + typed-query-selector: 2.12.0 ws: 8.18.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - puppeteer@23.0.2(typescript@5.5.4): + puppeteer@23.1.0(typescript@5.5.4): dependencies: - '@puppeteer/browsers': 2.3.0 + '@puppeteer/browsers': 2.3.1 chromium-bidi: 0.6.4(devtools-protocol@0.0.1312386) cosmiconfig: 9.0.0(typescript@5.5.4) devtools-protocol: 0.0.1312386 - puppeteer-core: 23.0.2 + puppeteer-core: 23.1.0 + typed-query-selector: 2.12.0 transitivePeerDependencies: - bufferutil - supports-color @@ -18527,6 +18562,8 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 + typed-query-selector@2.12.0: {} + typedarray@0.0.6: {} typescript-json-schema@0.38.3: @@ -18787,7 +18824,7 @@ snapshots: debug: 4.3.6(supports-color@5.5.0) pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) transitivePeerDependencies: - '@types/node' - less @@ -18805,7 +18842,7 @@ snapshots: debug: 4.3.6(supports-color@5.5.0) pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) transitivePeerDependencies: - '@types/node' - less @@ -18823,7 +18860,7 @@ snapshots: picocolors: 1.0.1 picomatch: 2.3.1 - vite-plugin-html@3.2.2(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)): + vite-plugin-html@3.2.2(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)): dependencies: '@rollup/pluginutils': 4.2.1 colorette: 2.0.20 @@ -18837,24 +18874,24 @@ snapshots: html-minifier-terser: 6.1.0 node-html-parser: 5.4.2 pathe: 0.2.0 - vite: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) - vite-plugin-mkcert@1.17.5(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)): + vite-plugin-mkcert@1.17.6(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)): dependencies: '@octokit/rest': 20.1.1 - axios: 1.7.3(debug@4.3.6) + axios: 1.7.4(debug@4.3.6) debug: 4.3.6(supports-color@5.5.0) picocolors: 1.0.1 - vite: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) transitivePeerDependencies: - supports-color - vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): + vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): dependencies: debug: 4.3.6(supports-color@5.5.0) pretty-bytes: 6.1.1 tinyglobby: 0.2.2 - vite: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) workbox-build: 7.1.0(@types/babel__core@7.20.5) workbox-window: 7.1.0 optionalDependencies: @@ -18862,12 +18899,12 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): + vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): dependencies: debug: 4.3.6(supports-color@5.5.0) pretty-bytes: 6.1.1 tinyglobby: 0.2.2 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) workbox-build: 7.1.0(@types/babel__core@7.20.5) workbox-window: 7.1.0 optionalDependencies: @@ -18875,17 +18912,17 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-webfont-dl@3.9.5(vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)): + vite-plugin-webfont-dl@3.9.5(vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6)): dependencies: - axios: 1.7.3(debug@4.3.6) + axios: 1.7.4(debug@4.3.6) clean-css: 5.3.3 flat-cache: 5.0.0 picocolors: 1.0.1 - vite: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) transitivePeerDependencies: - debug - vite@5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6): + vite@5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6): dependencies: esbuild: 0.21.5 postcss: 8.4.41 @@ -18896,7 +18933,7 @@ snapshots: sass: 1.32.13 terser: 5.31.6 - vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6): + vite@5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6): dependencies: esbuild: 0.21.5 postcss: 8.4.41 @@ -18907,7 +18944,7 @@ snapshots: sass: 1.77.8 terser: 5.31.6 - vite@5.4.0(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6): + vite@5.4.1(@types/node@22.2.0)(sass@1.77.8)(terser@5.31.6): dependencies: esbuild: 0.21.5 postcss: 8.4.41 @@ -18918,23 +18955,23 @@ snapshots: sass: 1.77.8 terser: 5.31.6 - vitepress@1.3.2(@algolia/client-search@4.24.0)(@types/node@20.14.15)(axios@1.7.3)(postcss@8.4.41)(qrcode@1.5.4)(sass@1.77.8)(search-insights@2.13.0)(sortablejs@1.10.2)(terser@5.31.6)(typescript@5.5.4): + vitepress@1.3.2(@algolia/client-search@4.24.0)(@types/node@20.14.15)(axios@1.7.4)(postcss@8.4.41)(qrcode@1.5.4)(sass@1.77.8)(search-insights@2.13.0)(sortablejs@1.10.2)(terser@5.31.6)(typescript@5.5.4): dependencies: '@docsearch/css': 3.6.1 '@docsearch/js': 3.6.1(@algolia/client-search@4.24.0)(search-insights@2.13.0) '@shikijs/core': 1.12.1 '@shikijs/transformers': 1.12.1 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6))(vue@3.4.37(typescript@5.5.4)) + '@vitejs/plugin-vue': 5.1.2(vite@5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6))(vue@3.4.37(typescript@5.5.4)) '@vue/devtools-api': 7.3.8 '@vue/shared': 3.4.37 '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4)) - '@vueuse/integrations': 10.11.1(axios@1.7.3)(focus-trap@7.5.4)(qrcode@1.5.4)(sortablejs@1.10.2)(vue@3.4.37(typescript@5.5.4)) + '@vueuse/integrations': 10.11.1(axios@1.7.4)(focus-trap@7.5.4)(qrcode@1.5.4)(sortablejs@1.10.2)(vue@3.4.37(typescript@5.5.4)) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 7.1.0 shiki: 1.12.1 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) vue: 3.4.37(typescript@5.5.4) optionalDependencies: postcss: 8.4.41 @@ -18984,7 +19021,7 @@ snapshots: tinybench: 2.9.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.4.0(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) vite-node: 2.0.5(@types/node@20.14.15)(sass@1.32.13)(terser@5.31.6) why-is-node-running: 2.3.0 optionalDependencies: @@ -19018,7 +19055,7 @@ snapshots: tinybench: 2.9.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) + vite: 5.4.1(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) vite-node: 2.0.5(@types/node@20.14.15)(sass@1.77.8)(terser@5.31.6) why-is-node-running: 2.3.0 optionalDependencies: @@ -19303,12 +19340,12 @@ snapshots: wildcard@2.0.1: {} - winston-daily-rotate-file@5.0.0(winston@3.14.1): + winston-daily-rotate-file@5.0.0(winston@3.14.2): dependencies: file-stream-rotator: 0.6.1 object-hash: 3.0.0 triple-beam: 1.4.1 - winston: 3.14.1 + winston: 3.14.2 winston-transport: 4.7.1 winston-transport@4.7.1: @@ -19317,7 +19354,7 @@ snapshots: readable-stream: 3.6.2 triple-beam: 1.4.1 - winston@3.14.1: + winston@3.14.2: dependencies: '@colors/colors': 1.6.0 '@dabh/diagnostics': 2.0.3