From e5f81e283fa177ebc15cf76d39a4fdb35b9ae240 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:47:45 +0000 Subject: [PATCH] chore(deps): update dependencies (non-major) (#690) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/mortal-ui/package.json | 12 +- packages/react-renderer/package.json | 2 +- packages/vue-basis/package.json | 10 +- packages/vue-challenges/package.json | 4 +- packages/vue-design/package.json | 2 +- packages/vue-trello/package.json | 10 +- pnpm-lock.yaml | 1438 +++++++++++++------------- 8 files changed, 740 insertions(+), 740 deletions(-) diff --git a/package.json b/package.json index b4032aa5..30229f46 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@dg-scripts/eslint-config": "^5.21.3", "@dg-scripts/stylelint-config": "^5.21.3", - "@types/node": "^20.16.3", + "@types/node": "^20.16.5", "eslint": "^8.57.0", "lerna": "^8.1.8", "prettier": "^3.3.3", diff --git a/packages/mortal-ui/package.json b/packages/mortal-ui/package.json index 4e75b618..cb0bb0e7 100644 --- a/packages/mortal-ui/package.json +++ b/packages/mortal-ui/package.json @@ -19,16 +19,16 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", - "@unhead/vue": "^1.10.0", - "element-plus": "^2.8.1", + "@unhead/vue": "^1.10.4", + "element-plus": "^2.8.2", "pinia": "^2.2.2", - "vue": "^3.4.38", + "vue": "^3.5.3", "vue-i18n": "^9.14.0" }, "devDependencies": { "@dg-scripts/eslint-config": "^5.21.3", "@types/jsdom": "^21.1.7", - "@types/node": "^20.16.3", + "@types/node": "^20.16.5", "@vitejs/plugin-vue": "^5.1.3", "@vitest/coverage-v8": "^2.0.5", "@vue/test-utils": "^2.4.6", @@ -40,8 +40,8 @@ "typescript": "^5.5.4", "unplugin-auto-import": "^0.18.2", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.2", + "vite": "^5.4.3", "vitest": "^2.0.5", - "vue-tsc": "^2.1.4" + "vue-tsc": "^2.1.6" } } diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 3c845172..cfc8956a 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -28,7 +28,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.12", - "@types/node": "^20.16.3", + "@types/node": "^20.16.5", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@types/react-reconciler": "^0.28.8", diff --git a/packages/vue-basis/package.json b/packages/vue-basis/package.json index b09db409..8efbe649 100644 --- a/packages/vue-basis/package.json +++ b/packages/vue-basis/package.json @@ -14,23 +14,23 @@ "serve": "vite preview" }, "dependencies": { - "vue": "^3.4.38", + "vue": "^3.5.3", "vue-router": "^4.4.3", "vuex": "^4.1.0" }, "devDependencies": { "@dg-scripts/eslint-config": "^5.21.3", "@dg-scripts/stylelint-config": "^5.21.3", - "@types/node": "^20.16.3", + "@types/node": "^20.16.5", "@vitejs/plugin-vue": "^5.1.3", "autoprefixer": "^10.4.20", "eslint": "^8.57.0", - "postcss": "^8.4.42", + "postcss": "^8.4.45", "prettier": "^3.3.3", "stylelint": "^16.9.0", "tailwindcss": "^3.4.10", "typescript": "^5.5.4", - "vite": "^5.4.2", - "vue-tsc": "^2.1.4" + "vite": "^5.4.3", + "vue-tsc": "^2.1.6" } } diff --git a/packages/vue-challenges/package.json b/packages/vue-challenges/package.json index 68c44b6c..3347e959 100644 --- a/packages/vue-challenges/package.json +++ b/packages/vue-challenges/package.json @@ -31,8 +31,8 @@ "eslint": "^8.57.0", "jsdom": "^25.0.0", "typescript": "^5.5.4", - "vite": "^5.4.2", + "vite": "^5.4.3", "vitest": "^2.0.5", - "vue": "^3.4.38" + "vue": "^3.5.3" } } diff --git a/packages/vue-design/package.json b/packages/vue-design/package.json index 2ae85599..e985980b 100644 --- a/packages/vue-design/package.json +++ b/packages/vue-design/package.json @@ -23,6 +23,6 @@ "eslint": "^8.57.0", "prettier": "^3.3.3", "typescript": "^5.5.4", - "vite": "^5.4.2" + "vite": "^5.4.3" } } diff --git a/packages/vue-trello/package.json b/packages/vue-trello/package.json index 3ca3b78c..89a3a4e7 100644 --- a/packages/vue-trello/package.json +++ b/packages/vue-trello/package.json @@ -15,23 +15,23 @@ }, "dependencies": { "nanoid": "^5.0.7", - "vue": "^3.4.38", + "vue": "^3.5.3", "vue-router": "^4.4.3", "vuex": "^4.1.0" }, "devDependencies": { "@dg-scripts/eslint-config": "^5.21.3", "@dg-scripts/stylelint-config": "^5.21.3", - "@types/node": "^20.16.3", + "@types/node": "^20.16.5", "@vitejs/plugin-vue": "^5.1.3", "autoprefixer": "^10.4.20", "eslint": "^8.57.0", - "postcss": "^8.4.42", + "postcss": "^8.4.45", "prettier": "^3.3.3", "stylelint": "^16.9.0", "tailwindcss": "^3.4.10", "typescript": "^5.5.4", - "vite": "^5.4.2", - "vue-tsc": "^2.1.4" + "vite": "^5.4.3", + "vue-tsc": "^2.1.6" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5ed4143..8ef59ba1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,13 +10,13 @@ importers: devDependencies: '@dg-scripts/eslint-config': specifier: ^5.21.3 - version: 5.21.3(@vue/compiler-sfc@3.4.38)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.5.3)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1)) '@dg-scripts/stylelint-config': specifier: ^5.21.3 - version: 5.21.3(postcss@8.4.42)(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)) + version: 5.21.3(postcss@8.4.45)(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)) '@types/node': - specifier: ^20.16.3 - version: 20.16.3 + specifier: ^20.16.5 + version: 20.16.5 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -31,7 +31,7 @@ importers: version: 16.9.0(typescript@5.5.4) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@20.16.3)(typescript@5.5.4) + version: 10.9.2(@types/node@20.16.5)(typescript@5.5.4) typescript: specifier: ^5.5.4 version: 5.5.4 @@ -40,38 +40,38 @@ importers: dependencies: '@element-plus/icons-vue': specifier: ^2.3.1 - version: 2.3.1(vue@3.4.38(typescript@5.5.4)) + version: 2.3.1(vue@3.5.3(typescript@5.5.4)) '@unhead/vue': - specifier: ^1.10.0 - version: 1.10.0(vue@3.4.38(typescript@5.5.4)) + specifier: ^1.10.4 + version: 1.10.4(vue@3.5.3(typescript@5.5.4)) element-plus: - specifier: ^2.8.1 - version: 2.8.1(vue@3.4.38(typescript@5.5.4)) + specifier: ^2.8.2 + version: 2.8.2(vue@3.5.3(typescript@5.5.4)) pinia: specifier: ^2.2.2 - version: 2.2.2(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)) + version: 2.2.2(typescript@5.5.4)(vue@3.5.3(typescript@5.5.4)) vue: - specifier: ^3.4.38 - version: 3.4.38(typescript@5.5.4) + specifier: ^3.5.3 + version: 3.5.3(typescript@5.5.4) vue-i18n: specifier: ^9.14.0 - version: 9.14.0(vue@3.4.38(typescript@5.5.4)) + version: 9.14.0(vue@3.5.3(typescript@5.5.4)) devDependencies: '@dg-scripts/eslint-config': specifier: ^5.21.3 - version: 5.21.3(@vue/compiler-sfc@3.4.38)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.5.3)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1)) '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^20.16.3 - version: 20.16.3 + specifier: ^20.16.5 + version: 20.16.5 '@vitejs/plugin-vue': specifier: ^5.1.3 - version: 5.1.3(vite@5.4.2(@types/node@20.16.3)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) + version: 5.1.3(vite@5.4.3(@types/node@20.16.5)(terser@5.28.1))(vue@3.5.3(typescript@5.5.4)) '@vitest/coverage-v8': specifier: ^2.0.5 - version: 2.0.5(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1)) + version: 2.0.5(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1)) '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -95,19 +95,19 @@ importers: version: 5.5.4 unplugin-auto-import: specifier: ^0.18.2 - version: 0.18.2(@vueuse/core@9.13.0(vue@3.4.38(typescript@5.5.4)))(rollup@4.21.0) + version: 0.18.2(@vueuse/core@9.13.0(vue@3.5.3(typescript@5.5.4)))(rollup@4.21.0) unplugin-vue-components: specifier: ^0.27.4 - version: 0.27.4(@babel/parser@7.24.8)(rollup@4.21.0)(vue@3.4.38(typescript@5.5.4)) + version: 0.27.4(@babel/parser@7.25.6)(rollup@4.21.0)(vue@3.5.3(typescript@5.5.4)) vite: - specifier: ^5.4.2 - version: 5.4.2(@types/node@20.16.3)(terser@5.28.1) + specifier: ^5.4.3 + version: 5.4.3(@types/node@20.16.5)(terser@5.28.1) vitest: specifier: ^2.0.5 - version: 2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1) + version: 2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1) vue-tsc: - specifier: ^2.1.4 - version: 2.1.4(typescript@5.5.4) + specifier: ^2.1.6 + version: 2.1.6(typescript@5.5.4) packages/react-renderer: dependencies: @@ -123,7 +123,7 @@ importers: devDependencies: '@sabertazimi/react-scripts': specifier: ^5.21.3 - version: 5.21.3(@types/babel__core@7.20.5)(@types/node@20.16.3)(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(babel-plugin-macros@3.1.0)(react@18.3.1)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4))(type-fest@3.13.1)(typescript@5.5.4)(vue-template-compiler@2.7.16) + version: 5.21.3(@types/babel__core@7.20.5)(@types/node@20.16.5)(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(babel-plugin-macros@3.1.0)(react@18.3.1)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4))(type-fest@3.13.1)(typescript@5.5.4)(vue-template-compiler@2.7.16) '@testing-library/dom': specifier: ^10.4.0 version: 10.4.0 @@ -140,8 +140,8 @@ importers: specifier: ^29.5.12 version: 29.5.12 '@types/node': - specifier: ^20.16.3 - version: 20.16.3 + specifier: ^20.16.5 + version: 20.16.5 '@types/react': specifier: ^18.3.5 version: 18.3.5 @@ -158,36 +158,36 @@ importers: packages/vue-basis: dependencies: vue: - specifier: ^3.4.38 - version: 3.4.38(typescript@5.5.4) + specifier: ^3.5.3 + version: 3.5.3(typescript@5.5.4) vue-router: specifier: ^4.4.3 - version: 4.4.3(vue@3.4.38(typescript@5.5.4)) + version: 4.4.3(vue@3.5.3(typescript@5.5.4)) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.4.38(typescript@5.5.4)) + version: 4.1.0(vue@3.5.3(typescript@5.5.4)) devDependencies: '@dg-scripts/eslint-config': specifier: ^5.21.3 - version: 5.21.3(@vue/compiler-sfc@3.4.38)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.5.3)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1)) '@dg-scripts/stylelint-config': specifier: ^5.21.3 - version: 5.21.3(postcss@8.4.42)(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)) + version: 5.21.3(postcss@8.4.45)(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)) '@types/node': - specifier: ^20.16.3 - version: 20.16.3 + specifier: ^20.16.5 + version: 20.16.5 '@vitejs/plugin-vue': specifier: ^5.1.3 - version: 5.1.3(vite@5.4.2(@types/node@20.16.3)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) + version: 5.1.3(vite@5.4.3(@types/node@20.16.5)(terser@5.28.1))(vue@3.5.3(typescript@5.5.4)) autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.42) + version: 10.4.20(postcss@8.4.45) eslint: specifier: ^8.57.0 version: 8.57.0 postcss: - specifier: ^8.4.42 - version: 8.4.42 + specifier: ^8.4.45 + version: 8.4.45 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -196,22 +196,22 @@ importers: version: 16.9.0(typescript@5.5.4) tailwindcss: specifier: ^3.4.10 - version: 3.4.10(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + version: 3.4.10(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) typescript: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.2 - version: 5.4.2(@types/node@20.16.3)(terser@5.28.1) + specifier: ^5.4.3 + version: 5.4.3(@types/node@20.16.5)(terser@5.28.1) vue-tsc: - specifier: ^2.1.4 - version: 2.1.4(typescript@5.5.4) + specifier: ^2.1.6 + version: 2.1.6(typescript@5.5.4) packages/vue-challenges: devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.3 - version: 5.1.3(vite@5.4.2(@types/node@20.16.3)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) + version: 5.1.3(vite@5.4.3(@types/node@20.16.5)(terser@5.28.1))(vue@3.5.3(typescript@5.5.4)) '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -225,14 +225,14 @@ importers: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.2 - version: 5.4.2(@types/node@20.16.3)(terser@5.28.1) + specifier: ^5.4.3 + version: 5.4.3(@types/node@20.16.5)(terser@5.28.1) vitest: specifier: ^2.0.5 - version: 2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1) + version: 2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1) vue: - specifier: ^3.4.38 - version: 3.4.38(typescript@5.5.4) + specifier: ^3.5.3 + version: 3.5.3(typescript@5.5.4) packages/vue-design: dependencies: @@ -242,7 +242,7 @@ importers: devDependencies: '@dg-scripts/eslint-config': specifier: ^5.21.3 - version: 5.21.3(@vue/compiler-sfc@3.4.38)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.5.3)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -253,8 +253,8 @@ importers: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.2 - version: 5.4.2(@types/node@20.16.3)(terser@5.28.1) + specifier: ^5.4.3 + version: 5.4.3(@types/node@20.16.5)(terser@5.28.1) packages/vue-trello: dependencies: @@ -262,36 +262,36 @@ importers: specifier: ^5.0.7 version: 5.0.7 vue: - specifier: ^3.4.38 - version: 3.4.38(typescript@5.5.4) + specifier: ^3.5.3 + version: 3.5.3(typescript@5.5.4) vue-router: specifier: ^4.4.3 - version: 4.4.3(vue@3.4.38(typescript@5.5.4)) + version: 4.4.3(vue@3.5.3(typescript@5.5.4)) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.4.38(typescript@5.5.4)) + version: 4.1.0(vue@3.5.3(typescript@5.5.4)) devDependencies: '@dg-scripts/eslint-config': specifier: ^5.21.3 - version: 5.21.3(@vue/compiler-sfc@3.4.38)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.5.3)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1)) '@dg-scripts/stylelint-config': specifier: ^5.21.3 - version: 5.21.3(postcss@8.4.42)(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)) + version: 5.21.3(postcss@8.4.45)(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)) '@types/node': - specifier: ^20.16.3 - version: 20.16.3 + specifier: ^20.16.5 + version: 20.16.5 '@vitejs/plugin-vue': specifier: ^5.1.3 - version: 5.1.3(vite@5.4.2(@types/node@20.16.3)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) + version: 5.1.3(vite@5.4.3(@types/node@20.16.5)(terser@5.28.1))(vue@3.5.3(typescript@5.5.4)) autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.42) + version: 10.4.20(postcss@8.4.45) eslint: specifier: ^8.57.0 version: 8.57.0 postcss: - specifier: ^8.4.42 - version: 8.4.42 + specifier: ^8.4.45 + version: 8.4.45 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -300,16 +300,16 @@ importers: version: 16.9.0(typescript@5.5.4) tailwindcss: specifier: ^3.4.10 - version: 3.4.10(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + version: 3.4.10(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) typescript: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.2 - version: 5.4.2(@types/node@20.16.3)(terser@5.28.1) + specifier: ^5.4.3 + version: 5.4.3(@types/node@20.16.5)(terser@5.28.1) vue-tsc: - specifier: ^2.1.4 - version: 2.1.4(typescript@5.5.4) + specifier: ^2.1.6 + version: 2.1.6(typescript@5.5.4) packages: @@ -530,8 +530,8 @@ packages: resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.24.8': - resolution: {integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==} + '@babel/parser@7.25.6': + resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==} engines: {node: '>=6.0.0'} hasBin: true @@ -1106,8 +1106,8 @@ packages: resolution: {integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.9': - resolution: {integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==} + '@babel/types@7.25.6': + resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@0.2.3': @@ -2517,8 +2517,8 @@ packages: '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} - '@types/node@20.16.3': - resolution: {integrity: sha512-/wdGiWRkMOm53gAsSyFMXFZHbVg7C6CbkrzHNpaHoYfsUWPg7m6ZRKtvQjgvQ9i8WT540a3ydRlRQbxjY30XxQ==} + '@types/node@20.16.5': + resolution: {integrity: sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2761,17 +2761,17 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@unhead/dom@1.10.0': - resolution: {integrity: sha512-LdgtOlyMHOyuQNsUKM+1d8ViiiY4LxjCPJlgUU/5CwgqeRYf4LWFu8oRMQfSQVTusbPwwvr3MolM9iTUu2I4BQ==} + '@unhead/dom@1.10.4': + resolution: {integrity: sha512-ehMy9k6efo4GTLmiP27wCtywWYdiggrP3m7h6kD/d1uhfORH3yCgsd4yXQnmDoSbsMyX6GlY5DBzy5bnYPp/Xw==} - '@unhead/schema@1.10.0': - resolution: {integrity: sha512-hmgkFdLzm/VPLAXBF89Iry4Wz/6FpHMfMKCnAdihAt1Ublsi04RrA0hQuAiuGG2CZiKL4VCxtmV++UXj/kyakA==} + '@unhead/schema@1.10.4': + resolution: {integrity: sha512-nX9sJgKPy2t4GHB9ky/vkMLbYqXl9Num5NZToTr0rKrIGkshzHhUrbn/EiHreIjcGI1eIpu+edniCDIwGTJgmw==} - '@unhead/shared@1.10.0': - resolution: {integrity: sha512-Lv7pP0AoWJy+YaiWd4kGD+TK78ahPUwnIRx6YCC6FjPmE0KCqooeDS4HbInYaklLlEMQZislXyIwLczK2DTWiw==} + '@unhead/shared@1.10.4': + resolution: {integrity: sha512-C5wsps9i/XCBObMVQUrbXPvZG17a/e5yL0IsxpICaT4QSiZAj9v7JrNQ5WpM5JOZVMKRI5MYRdafNDw3iSmqZg==} - '@unhead/vue@1.10.0': - resolution: {integrity: sha512-Cv9BViaOwCBdXy3bsTvJ10Rs808FSSq/ZfeBXzOjOxt08sbubf6Mr5opBdOlv/i1bzyFVIAqe5ABmrhC9mB80w==} + '@unhead/vue@1.10.4': + resolution: {integrity: sha512-Q45F/KOvDeitc8GkfkPY45V8Dmw1m1b9A/aHM5A2BwRV8GyoRV+HRWVw5h02e0AO1TsICvcW8tI90qeCM2oGSA==} peerDependencies: vue: '>=2.7 || >=3' @@ -2814,17 +2814,17 @@ packages: '@volar/typescript@2.4.1': resolution: {integrity: sha512-UoRzC0PXcwajFQTu8XxKSYNsWNBtVja6Y9gC8eLv7kYm+UEKJCcZ8g7dialsOYA0HKs3Vpg57MeCsawFLC6m9Q==} - '@vue/compiler-core@3.4.38': - resolution: {integrity: sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==} + '@vue/compiler-core@3.5.3': + resolution: {integrity: sha512-adAfy9boPkP233NTyvLbGEqVuIfK/R0ZsBsIOW4BZNfb4BRpRW41Do1u+ozJpsb+mdoy80O20IzAsHaihRb5qA==} - '@vue/compiler-dom@3.4.38': - resolution: {integrity: sha512-Osc/c7ABsHXTsETLgykcOwIxFktHfGSUDkb05V61rocEfsFDcjDLH/IHJSNJP+/Sv9KeN2Lx1V6McZzlSb9EhQ==} + '@vue/compiler-dom@3.5.3': + resolution: {integrity: sha512-wnzFArg9zpvk/811CDOZOadJRugf1Bgl/TQ3RfV4nKfSPok4hi0w10ziYUQR6LnnBAUlEXYLUfZ71Oj9ds/+QA==} - '@vue/compiler-sfc@3.4.38': - resolution: {integrity: sha512-s5QfZ+9PzPh3T5H4hsQDJtI8x7zdJaew/dCGgqZ2630XdzaZ3AD8xGZfBqpT8oaD/p2eedd+pL8tD5vvt5ZYJQ==} + '@vue/compiler-sfc@3.5.3': + resolution: {integrity: sha512-P3uATLny2tfyvMB04OQFe7Sczteno7SLFxwrOA/dw01pBWQHB5HL15a8PosoNX2aG/EAMGqnXTu+1LnmzFhpTQ==} - '@vue/compiler-ssr@3.4.38': - resolution: {integrity: sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==} + '@vue/compiler-ssr@3.5.3': + resolution: {integrity: sha512-F/5f+r2WzL/2YAPl7UlKcJWHrvoZN8XwEBLnT7S4BXwncH25iDOabhO2M2DWioyTguJAGavDOawejkFXj8EM1w==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -2832,30 +2832,30 @@ packages: '@vue/devtools-api@6.6.3': resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==} - '@vue/language-core@2.1.4': - resolution: {integrity: sha512-i8pfAgNjTNjabBX1xRsuV6aRw2E8bdQXwd5H8m3cUkTVJju3QN5nfdoXET0uK+yXsuloNJPzo6PXFujRRPNmMA==} + '@vue/language-core@2.1.6': + resolution: {integrity: sha512-MW569cSky9R/ooKMh6xa2g1D0AtRKbL56k83dzus/bx//RDJk24RHWkMzbAlXjMdDNyxAaagKPRquBIxkxlCkg==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true - '@vue/reactivity@3.4.38': - resolution: {integrity: sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==} + '@vue/reactivity@3.5.3': + resolution: {integrity: sha512-2w61UnRWTP7+rj1H/j6FH706gRBHdFVpIqEkSDAyIpafBXYH8xt4gttstbbCWdU3OlcSWO8/3mbKl/93/HSMpw==} - '@vue/runtime-core@3.4.38': - resolution: {integrity: sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==} + '@vue/runtime-core@3.5.3': + resolution: {integrity: sha512-5b2AQw5OZlmCzSsSBWYoZOsy75N4UdMWenTfDdI5bAzXnuVR7iR8Q4AOzQm2OGoA41xjk53VQKrqQhOz2ktWaw==} - '@vue/runtime-dom@3.4.38': - resolution: {integrity: sha512-afZzmUreU7vKwKsV17H1NDThEEmdYI+GCAK/KY1U957Ig2NATPVjCROv61R19fjZNzMmiU03n79OMnXyJVN0UA==} + '@vue/runtime-dom@3.5.3': + resolution: {integrity: sha512-wPR1DEGc3XnQ7yHbmkTt3GoY0cEnVGQnARRdAkDzZ8MbUKEs26gogCQo6AOvvgahfjIcnvWJzkZArQ1fmWjcSg==} - '@vue/server-renderer@3.4.38': - resolution: {integrity: sha512-NggOTr82FbPEkkUvBm4fTGcwUY8UuTsnWC/L2YZBmvaQ4C4Jl/Ao4HHTB+l7WnFCt5M/dN3l0XLuyjzswGYVCA==} + '@vue/server-renderer@3.5.3': + resolution: {integrity: sha512-28volmaZVG2PGO3V3+gBPKoSHvLlE8FGfG/GKXKkjjfxLuj/50B/0OQGakM/g6ehQeqCrZYM4eHC4Ks48eig1Q==} peerDependencies: - vue: 3.4.38 + vue: 3.5.3 - '@vue/shared@3.4.38': - resolution: {integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==} + '@vue/shared@3.5.3': + resolution: {integrity: sha512-Jp2v8nylKBT+PlOUjun2Wp/f++TfJVFjshLzNtJDdmFJabJa7noGMncqXRM1vXGX+Yo2V7WykQFNxusSim8SCA==} '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -4150,8 +4150,8 @@ packages: electron-to-chromium@1.5.4: resolution: {integrity: sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==} - element-plus@2.8.1: - resolution: {integrity: sha512-p11/6w/O0+hGvPhiN3jrcgh+XG+eg5jZlLdQVYvcPHZYhhCh3J3YeZWW1JO/REPES1vevkboT6VAi+9wHA8Dsg==} + element-plus@2.8.2: + resolution: {integrity: sha512-pqoQlaUmzUFCjjTHyxGO7Cd0CizsQpIaad1ozV9PCaYjh2T4MIMnjfifqiYs2lWoZ/8GVwrRG1WTCfnZEjwfcg==} peerDependencies: vue: ^3.2.0 @@ -7258,8 +7258,8 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.4.42: - resolution: {integrity: sha512-hywKUQB9Ra4dR1mGhldy5Aj1X3MWDSIA1cEi+Uy0CjheLvP6Ual5RlwMCh8i/X121yEDLDIKBsrCQ8ba3FDMfQ==} + postcss@8.4.45: + resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.1.2: @@ -8570,8 +8570,8 @@ packages: undici-types@6.19.6: resolution: {integrity: sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==} - unhead@1.10.0: - resolution: {integrity: sha512-nv75Hvhu0asuD/rbP6b3tSRJUltxmThq/iZU5rLCGEkCqTkFk7ruQGNk+TRtx/RCYqL0R/IzIY9aqvhNOGe3mg==} + unhead@1.10.4: + resolution: {integrity: sha512-qKiYhgZ4IuDbylP409cdwK/8WEIi5cOSIBei/OXzxFs4uxiTZHSSa8NC1qPu2kooxHqxyoXGBw8ARms9zOsbxw==} unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} @@ -8712,8 +8712,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite@5.4.2: - resolution: {integrity: sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==} + vite@5.4.3: + resolution: {integrity: sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -8805,14 +8805,14 @@ packages: vue-template-compiler@2.7.16: resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} - vue-tsc@2.1.4: - resolution: {integrity: sha512-XTzMXQcsixAvNbpou/9qngEsZawaiJRZH3Ja+lfgRfv2A1TJv9vnZ/Kyv7XxPqv/TaZVFSnjGpM87VbWIg6yQg==} + vue-tsc@2.1.6: + resolution: {integrity: sha512-f98dyZp5FOukcYmbFpuSCJ4Z0vHSOSmxGttZJCsFeX0M4w/Rsq0s4uKXjcSRsZqsRgQa6z7SfuO+y0HVICE57Q==} hasBin: true peerDependencies: typescript: '>=5.0.0' - vue@3.4.38: - resolution: {integrity: sha512-f0ZgN+mZ5KFgVv9wz0f4OgVKukoXtS3nwET4c2vLBGQR50aI8G0cqbFtLlX9Yiyg3LFGBitruPHt2PxwTduJEw==} + vue@3.5.3: + resolution: {integrity: sha512-xvRbd0HpuLovYbOHXRHlSBsSvmUJbo0pzbkKTApWnQGf3/cu5Z39mQeA5cZdLRVIoNf3zI6MSoOgHUT5i2jO+Q==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -9200,7 +9200,7 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@antfu/eslint-config@2.23.1(@eslint-react/eslint-plugin@1.5.28(eslint@8.57.0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint-plugin-format@0.1.2(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react-refresh@0.4.8(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1))': + '@antfu/eslint-config@2.23.1(@eslint-react/eslint-plugin@1.5.28(eslint@8.57.0)(typescript@5.5.4))(@vue/compiler-sfc@3.5.3)(eslint-plugin-format@0.1.2(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react-refresh@0.4.8(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1))': dependencies: '@antfu/eslint-plugin-unused-imports': 4.0.0(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) '@antfu/install-pkg': 0.3.3 @@ -9225,10 +9225,10 @@ snapshots: eslint-plugin-regexp: 2.6.0(eslint@8.57.0) eslint-plugin-toml: 0.11.1(eslint@8.57.0) eslint-plugin-unicorn: 54.0.0(eslint@8.57.0) - eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1)) + eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1)) eslint-plugin-vue: 9.27.0(eslint@8.57.0) eslint-plugin-yml: 1.14.0(eslint@8.57.0) - eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.38)(eslint@8.57.0) + eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.3)(eslint@8.57.0) globals: 15.8.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 @@ -9285,10 +9285,10 @@ snapshots: '@babel/helper-compilation-targets': 7.24.8 '@babel/helper-module-transforms': 7.24.9(@babel/core@7.24.9) '@babel/helpers': 7.24.8 - '@babel/parser': 7.24.8 + '@babel/parser': 7.25.6 '@babel/template': 7.24.7 '@babel/traverse': 7.24.8 - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 convert-source-map: 2.0.0 debug: 4.3.6 gensync: 1.0.0-beta.2 @@ -9307,18 +9307,18 @@ snapshots: '@babel/generator@7.24.10': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 '@babel/helper-annotate-as-pure@7.22.5': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helper-compilation-targets@7.24.8': dependencies: @@ -9361,25 +9361,25 @@ snapshots: '@babel/helper-environment-visitor@7.24.7': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helper-function-name@7.24.7': dependencies: '@babel/template': 7.24.7 - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helper-hoist-variables@7.24.7': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helper-member-expression-to-functions@7.23.0': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helper-module-imports@7.24.7': dependencies: '@babel/traverse': 7.24.8 - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color @@ -9396,7 +9396,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.22.5': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helper-plugin-utils@7.24.0': {} @@ -9417,17 +9417,17 @@ snapshots: '@babel/helper-simple-access@7.24.7': dependencies: '@babel/traverse': 7.24.8 - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.22.5': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helper-string-parser@7.24.8': {} @@ -9439,12 +9439,12 @@ snapshots: dependencies: '@babel/helper-function-name': 7.24.7 '@babel/template': 7.24.7 - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/helpers@7.24.8': dependencies: '@babel/template': 7.24.7 - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/highlight@7.24.7': dependencies: @@ -9453,9 +9453,9 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.0.1 - '@babel/parser@7.24.8': + '@babel/parser@7.25.6': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.24.9)': dependencies: @@ -9913,7 +9913,7 @@ snapshots: '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.9) - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color @@ -10093,7 +10093,7 @@ snapshots: dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.0 - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 esutils: 2.0.3 '@babel/preset-react@7.23.3(@babel/core@7.24.9)': @@ -10128,8 +10128,8 @@ snapshots: '@babel/template@7.24.7': dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.24.8 - '@babel/types': 7.24.9 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 '@babel/traverse@7.24.8': dependencies: @@ -10139,14 +10139,14 @@ snapshots: '@babel/helper-function-name': 7.24.7 '@babel/helper-hoist-variables': 7.24.7 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/parser': 7.24.8 - '@babel/types': 7.24.9 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 debug: 4.3.6 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.24.9': + '@babel/types@7.25.6': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 @@ -10212,201 +10212,201 @@ snapshots: '@csstools/normalize.css@12.1.1': {} - '@csstools/postcss-cascade-layers@4.0.6(postcss@8.4.42)': + '@csstools/postcss-cascade-layers@4.0.6(postcss@8.4.45)': dependencies: '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.2) - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - '@csstools/postcss-color-function@3.0.19(postcss@8.4.42)': + '@csstools/postcss-color-function@3.0.19(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-color-mix-function@2.0.19(postcss@8.4.42)': + '@csstools/postcss-color-mix-function@2.0.19(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-content-alt-text@1.0.0(postcss@8.4.42)': + '@csstools/postcss-content-alt-text@1.0.0(postcss@8.4.45)': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-exponential-functions@1.0.9(postcss@8.4.42)': + '@csstools/postcss-exponential-functions@1.0.9(postcss@8.4.45)': dependencies: '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-font-format-keywords@3.0.2(postcss@8.4.42)': + '@csstools/postcss-font-format-keywords@3.0.2(postcss@8.4.45)': dependencies: - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-gamut-mapping@1.0.11(postcss@8.4.42)': + '@csstools/postcss-gamut-mapping@1.0.11(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-gradients-interpolation-method@4.0.20(postcss@8.4.42)': + '@csstools/postcss-gradients-interpolation-method@4.0.20(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-hwb-function@3.0.18(postcss@8.4.42)': + '@csstools/postcss-hwb-function@3.0.18(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-ic-unit@3.0.7(postcss@8.4.42)': + '@csstools/postcss-ic-unit@3.0.7(postcss@8.4.45)': dependencies: - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-initial@1.0.1(postcss@8.4.42)': + '@csstools/postcss-initial@1.0.1(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-is-pseudo-class@4.0.8(postcss@8.4.42)': + '@csstools/postcss-is-pseudo-class@4.0.8(postcss@8.4.45)': dependencies: '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.2) - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - '@csstools/postcss-light-dark-function@1.0.8(postcss@8.4.42)': + '@csstools/postcss-light-dark-function@1.0.8(postcss@8.4.45)': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-logical-float-and-clear@2.0.1(postcss@8.4.42)': + '@csstools/postcss-logical-float-and-clear@2.0.1(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-logical-overflow@1.0.1(postcss@8.4.42)': + '@csstools/postcss-logical-overflow@1.0.1(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-logical-overscroll-behavior@1.0.1(postcss@8.4.42)': + '@csstools/postcss-logical-overscroll-behavior@1.0.1(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-logical-resize@2.0.1(postcss@8.4.42)': + '@csstools/postcss-logical-resize@2.0.1(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-logical-viewport-units@2.0.11(postcss@8.4.42)': + '@csstools/postcss-logical-viewport-units@2.0.11(postcss@8.4.45)': dependencies: '@csstools/css-tokenizer': 2.4.1 - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-media-minmax@1.1.8(postcss@8.4.42)': + '@csstools/postcss-media-minmax@1.1.8(postcss@8.4.45)': dependencies: '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.11(postcss@8.4.42)': + '@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.11(postcss@8.4.45)': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-nested-calc@3.0.2(postcss@8.4.42)': + '@csstools/postcss-nested-calc@3.0.2(postcss@8.4.45)': dependencies: - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-normalize-display-values@3.0.2(postcss@8.4.42)': + '@csstools/postcss-normalize-display-values@3.0.2(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-oklab-function@3.0.19(postcss@8.4.42)': + '@csstools/postcss-oklab-function@3.0.19(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-progressive-custom-properties@3.3.0(postcss@8.4.42)': + '@csstools/postcss-progressive-custom-properties@3.3.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-relative-color-syntax@2.0.19(postcss@8.4.42)': + '@csstools/postcss-relative-color-syntax@2.0.19(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-scope-pseudo-class@3.0.1(postcss@8.4.42)': + '@csstools/postcss-scope-pseudo-class@3.0.1(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - '@csstools/postcss-stepped-value-functions@3.0.10(postcss@8.4.42)': + '@csstools/postcss-stepped-value-functions@3.0.10(postcss@8.4.45)': dependencies: '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-text-decoration-shorthand@3.0.7(postcss@8.4.42)': + '@csstools/postcss-text-decoration-shorthand@3.0.7(postcss@8.4.45)': dependencies: '@csstools/color-helpers': 4.2.1 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-trigonometric-functions@3.0.10(postcss@8.4.42)': + '@csstools/postcss-trigonometric-functions@3.0.10(postcss@8.4.45)': dependencies: '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-unset-value@3.0.1(postcss@8.4.42)': + '@csstools/postcss-unset-value@3.0.1(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 '@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.1.2)': dependencies: @@ -10420,15 +10420,15 @@ snapshots: dependencies: postcss-selector-parser: 6.1.2 - '@csstools/utilities@1.0.0(postcss@8.4.42)': + '@csstools/utilities@1.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 '@ctrl/tinycolor@3.6.1': {} - '@dg-scripts/eslint-config@5.21.3(@vue/compiler-sfc@3.4.38)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1))': + '@dg-scripts/eslint-config@5.21.3(@vue/compiler-sfc@3.5.3)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1))': dependencies: - '@antfu/eslint-config': 2.23.1(@eslint-react/eslint-plugin@1.5.28(eslint@8.57.0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint-plugin-format@0.1.2(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react-refresh@0.4.8(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1)) + '@antfu/eslint-config': 2.23.1(@eslint-react/eslint-plugin@1.5.28(eslint@8.57.0)(typescript@5.5.4))(@vue/compiler-sfc@3.5.3)(eslint-plugin-format@0.1.2(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react-refresh@0.4.8(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1)) '@eslint-react/eslint-plugin': 1.5.28(eslint@8.57.0)(typescript@5.5.4) '@eslint/eslintrc': 3.1.0 eslint: 8.57.0 @@ -10456,11 +10456,11 @@ snapshots: - svelte-eslint-parser - vitest - '@dg-scripts/stylelint-config@5.21.3(postcss@8.4.42)(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4))': + '@dg-scripts/stylelint-config@5.21.3(postcss@8.4.45)(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4))': dependencies: prettier: 3.3.3 stylelint: 16.9.0(typescript@5.5.4) - stylelint-config-bod: 5.21.3(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)) + stylelint-config-bod: 5.21.3(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)) stylelint-prettier: 5.0.2(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)) transitivePeerDependencies: - postcss @@ -10476,9 +10476,9 @@ snapshots: '@dual-bundle/import-meta-resolve@4.1.0': {} - '@element-plus/icons-vue@2.3.1(vue@3.4.38(typescript@5.5.4))': + '@element-plus/icons-vue@2.3.1(vue@3.5.3(typescript@5.5.4))': dependencies: - vue: 3.4.38(typescript@5.5.4) + vue: 3.5.3(typescript@5.5.4) '@es-joy/jsdoccomment@0.41.0': dependencies: @@ -10765,27 +10765,27 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.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(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4))': 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': 20.16.3 + '@types/node': 20.16.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@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -10810,7 +10810,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -10828,7 +10828,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -10850,7 +10850,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -10920,7 +10920,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -11461,12 +11461,12 @@ snapshots: '@rtsao/scc@1.1.0': {} - '@sabertazimi/react-scripts@5.21.3(@types/babel__core@7.20.5)(@types/node@20.16.3)(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(babel-plugin-macros@3.1.0)(react@18.3.1)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4))(type-fest@3.13.1)(typescript@5.5.4)(vue-template-compiler@2.7.16)': + '@sabertazimi/react-scripts@5.21.3(@types/babel__core@7.20.5)(@types/node@20.16.5)(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(babel-plugin-macros@3.1.0)(react@18.3.1)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4))(type-fest@3.13.1)(typescript@5.5.4)(vue-template-compiler@2.7.16)': dependencies: '@babel/core': 7.24.9 '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(type-fest@3.13.1)(webpack-dev-server@5.0.4(webpack@5.93.0))(webpack@5.93.0) '@svgr/webpack': 8.1.0(typescript@5.5.4) - autoprefixer: 10.4.20(postcss@8.4.42) + autoprefixer: 10.4.20(postcss@8.4.45) babel-jest: 29.7.0(@babel/core@7.24.9) babel-loader: 9.1.3(@babel/core@7.24.9)(webpack@5.93.0) babel-plugin-named-asset-import: 0.3.8(@babel/core@7.24.9) @@ -11480,22 +11480,22 @@ snapshots: dotenv: 16.4.5 dotenv-expand: 11.0.6 eslint: 8.57.0 - eslint-config-bod: 5.21.3(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)))(typescript@5.5.4) + eslint-config-bod: 5.21.3(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)))(typescript@5.5.4) eslint-webpack-plugin: 4.2.0(eslint@8.57.0)(webpack@5.93.0) file-loader: 6.2.0(webpack@5.93.0) fs-extra: 11.2.0 html-webpack-plugin: 5.6.0(webpack@5.93.0) identity-obj-proxy: 3.0.0 - jest: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-environment-jsdom: 29.7.0 jest-resolve: 29.7.0 - jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4))) + jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4))) mini-css-extract-plugin: 2.9.0(webpack@5.93.0) - postcss: 8.4.42 - postcss-flexbugs-fixes: 5.0.2(postcss@8.4.42) - postcss-loader: 8.1.1(postcss@8.4.42)(typescript@5.5.4)(webpack@5.93.0) - postcss-normalize: 10.0.1(browserslist@4.23.3)(postcss@8.4.42) - postcss-preset-env: 9.6.0(postcss@8.4.42) + postcss: 8.4.45 + postcss-flexbugs-fixes: 5.0.2(postcss@8.4.45) + postcss-loader: 8.1.1(postcss@8.4.45)(typescript@5.5.4)(webpack@5.93.0) + postcss-normalize: 10.0.1(browserslist@4.23.3)(postcss@8.4.45) + postcss-preset-env: 9.6.0(postcss@8.4.45) prettier: 3.3.3 prettier-plugin-tailwindcss: 0.6.5(prettier@3.3.3) prompts: 2.4.2 @@ -11510,10 +11510,10 @@ snapshots: source-map-loader: 5.0.0(webpack@5.93.0) style-loader: 4.0.0(webpack@5.93.0) stylelint: 16.9.0(typescript@5.5.4) - stylelint-config-bod: 5.21.3(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)) + stylelint-config-bod: 5.21.3(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)) stylelint-prettier: 5.0.2(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)) stylelint-webpack-plugin: 5.0.1(stylelint@16.9.0(typescript@5.5.4))(webpack@5.93.0) - tailwindcss: 3.4.10(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + tailwindcss: 3.4.10(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) terser-webpack-plugin: 5.3.10(webpack@5.93.0) webpack: 5.93.0 webpack-bundle-analyzer: 4.10.2 @@ -11769,7 +11769,7 @@ snapshots: '@svgr/hast-util-to-babel-ast@8.0.0': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 entities: 4.5.0 '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.4))': @@ -11865,42 +11865,42 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.24.8 - '@babel/types': 7.24.9 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.5 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.24.8 - '@babel/types': 7.24.9 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 '@types/babel__traverse@7.20.5': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 4.17.43 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/connect@3.4.38': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/eslint-scope@3.7.7': dependencies: @@ -11918,7 +11918,7 @@ snapshots: '@types/express-serve-static-core@4.17.43': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/qs': 6.9.12 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -11932,7 +11932,7 @@ snapshots: '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/html-minifier-terser@6.1.0': {} @@ -11940,7 +11940,7 @@ snapshots: '@types/http-proxy@1.17.14': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/istanbul-lib-coverage@2.0.6': {} @@ -11959,13 +11959,13 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 '@types/jsdom@21.1.7': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 @@ -11991,9 +11991,9 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 - '@types/node@20.16.3': + '@types/node@20.16.5': dependencies: undici-types: 6.19.6 @@ -12029,7 +12029,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/serve-index@1.9.4': dependencies: @@ -12039,11 +12039,11 @@ snapshots: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/stack-utils@2.0.3': {} @@ -12057,7 +12057,7 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/yargs-parser@21.0.3': {} @@ -12308,34 +12308,34 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@unhead/dom@1.10.0': + '@unhead/dom@1.10.4': dependencies: - '@unhead/schema': 1.10.0 - '@unhead/shared': 1.10.0 + '@unhead/schema': 1.10.4 + '@unhead/shared': 1.10.4 - '@unhead/schema@1.10.0': + '@unhead/schema@1.10.4': dependencies: hookable: 5.5.3 zhead: 2.2.4 - '@unhead/shared@1.10.0': + '@unhead/shared@1.10.4': dependencies: - '@unhead/schema': 1.10.0 + '@unhead/schema': 1.10.4 - '@unhead/vue@1.10.0(vue@3.4.38(typescript@5.5.4))': + '@unhead/vue@1.10.4(vue@3.5.3(typescript@5.5.4))': dependencies: - '@unhead/schema': 1.10.0 - '@unhead/shared': 1.10.0 + '@unhead/schema': 1.10.4 + '@unhead/shared': 1.10.4 hookable: 5.5.3 - unhead: 1.10.0 - vue: 3.4.38(typescript@5.5.4) + unhead: 1.10.4 + vue: 3.5.3(typescript@5.5.4) - '@vitejs/plugin-vue@5.1.3(vite@5.4.2(@types/node@20.16.3)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4))': + '@vitejs/plugin-vue@5.1.3(vite@5.4.3(@types/node@20.16.5)(terser@5.28.1))(vue@3.5.3(typescript@5.5.4))': dependencies: - vite: 5.4.2(@types/node@20.16.3)(terser@5.28.1) - vue: 3.4.38(typescript@5.5.4) + vite: 5.4.3(@types/node@20.16.5)(terser@5.28.1) + vue: 3.5.3(typescript@5.5.4) - '@vitest/coverage-v8@2.0.5(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1))': + '@vitest/coverage-v8@2.0.5(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -12349,7 +12349,7 @@ snapshots: std-env: 3.7.0 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1) + vitest: 2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1) transitivePeerDependencies: - supports-color @@ -12398,35 +12398,35 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.0.8 - '@vue/compiler-core@3.4.38': + '@vue/compiler-core@3.5.3': dependencies: - '@babel/parser': 7.24.8 - '@vue/shared': 3.4.38 + '@babel/parser': 7.25.6 + '@vue/shared': 3.5.3 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.38': + '@vue/compiler-dom@3.5.3': dependencies: - '@vue/compiler-core': 3.4.38 - '@vue/shared': 3.4.38 + '@vue/compiler-core': 3.5.3 + '@vue/shared': 3.5.3 - '@vue/compiler-sfc@3.4.38': + '@vue/compiler-sfc@3.5.3': dependencies: - '@babel/parser': 7.24.8 - '@vue/compiler-core': 3.4.38 - '@vue/compiler-dom': 3.4.38 - '@vue/compiler-ssr': 3.4.38 - '@vue/shared': 3.4.38 + '@babel/parser': 7.25.6 + '@vue/compiler-core': 3.5.3 + '@vue/compiler-dom': 3.5.3 + '@vue/compiler-ssr': 3.5.3 + '@vue/shared': 3.5.3 estree-walker: 2.0.2 magic-string: 0.30.11 - postcss: 8.4.42 + postcss: 8.4.45 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.38': + '@vue/compiler-ssr@3.5.3': dependencies: - '@vue/compiler-dom': 3.4.38 - '@vue/shared': 3.4.38 + '@vue/compiler-dom': 3.5.3 + '@vue/shared': 3.5.3 '@vue/compiler-vue2@2.7.16': dependencies: @@ -12435,12 +12435,12 @@ snapshots: '@vue/devtools-api@6.6.3': {} - '@vue/language-core@2.1.4(typescript@5.5.4)': + '@vue/language-core@2.1.6(typescript@5.5.4)': dependencies: '@volar/language-core': 2.4.1 - '@vue/compiler-dom': 3.4.38 + '@vue/compiler-dom': 3.5.3 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.4.38 + '@vue/shared': 3.5.3 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -12448,29 +12448,29 @@ snapshots: optionalDependencies: typescript: 5.5.4 - '@vue/reactivity@3.4.38': + '@vue/reactivity@3.5.3': dependencies: - '@vue/shared': 3.4.38 + '@vue/shared': 3.5.3 - '@vue/runtime-core@3.4.38': + '@vue/runtime-core@3.5.3': dependencies: - '@vue/reactivity': 3.4.38 - '@vue/shared': 3.4.38 + '@vue/reactivity': 3.5.3 + '@vue/shared': 3.5.3 - '@vue/runtime-dom@3.4.38': + '@vue/runtime-dom@3.5.3': dependencies: - '@vue/reactivity': 3.4.38 - '@vue/runtime-core': 3.4.38 - '@vue/shared': 3.4.38 + '@vue/reactivity': 3.5.3 + '@vue/runtime-core': 3.5.3 + '@vue/shared': 3.5.3 csstype: 3.1.3 - '@vue/server-renderer@3.4.38(vue@3.4.38(typescript@5.5.4))': + '@vue/server-renderer@3.5.3(vue@3.5.3(typescript@5.5.4))': dependencies: - '@vue/compiler-ssr': 3.4.38 - '@vue/shared': 3.4.38 - vue: 3.4.38(typescript@5.5.4) + '@vue/compiler-ssr': 3.5.3 + '@vue/shared': 3.5.3 + vue: 3.5.3(typescript@5.5.4) - '@vue/shared@3.4.38': {} + '@vue/shared@3.5.3': {} '@vue/test-utils@2.4.6': dependencies: @@ -12479,21 +12479,21 @@ snapshots: '@vue/tsconfig@0.5.1': {} - '@vueuse/core@9.13.0(vue@3.4.38(typescript@5.5.4))': + '@vueuse/core@9.13.0(vue@3.5.3(typescript@5.5.4))': dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.13.0 - '@vueuse/shared': 9.13.0(vue@3.4.38(typescript@5.5.4)) - vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) + '@vueuse/shared': 9.13.0(vue@3.5.3(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.5.3(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@9.13.0(vue@3.4.38(typescript@5.5.4))': + '@vueuse/shared@9.13.0(vue@3.5.3(typescript@5.5.4))': dependencies: - vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.5.3(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -12816,14 +12816,14 @@ snapshots: at-least-node@1.0.0: {} - autoprefixer@10.4.20(postcss@8.4.42): + autoprefixer@10.4.20(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-lite: 1.0.30001646 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -12877,7 +12877,7 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: '@babel/template': 7.24.7 - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.5 @@ -13443,13 +13443,13 @@ snapshots: optionalDependencies: typescript: 5.5.4 - create-jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + create-jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): 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@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -13468,32 +13468,32 @@ snapshots: crypto-random-string@2.0.0: {} - css-blank-pseudo@6.0.2(postcss@8.4.42): + css-blank-pseudo@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - css-declaration-sorter@7.2.0(postcss@8.4.42): + css-declaration-sorter@7.2.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 css-functions-list@3.2.2: {} - css-has-pseudo@6.0.5(postcss@8.4.42): + css-has-pseudo@6.0.5(postcss@8.4.45): dependencies: '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.2) - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 css-loader@7.1.2(webpack@5.93.0): dependencies: - icss-utils: 5.1.0(postcss@8.4.42) - postcss: 8.4.42 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.42) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.42) - postcss-modules-scope: 3.2.0(postcss@8.4.42) - postcss-modules-values: 4.0.0(postcss@8.4.42) + icss-utils: 5.1.0(postcss@8.4.45) + postcss: 8.4.45 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.45) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.45) + postcss-modules-scope: 3.2.0(postcss@8.4.45) + postcss-modules-values: 4.0.0(postcss@8.4.45) postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: @@ -13502,16 +13502,16 @@ snapshots: css-minimizer-webpack-plugin@7.0.0(webpack@5.93.0): dependencies: '@jridgewell/trace-mapping': 0.3.25 - cssnano: 7.0.4(postcss@8.4.42) + cssnano: 7.0.4(postcss@8.4.45) jest-worker: 29.7.0 - postcss: 8.4.42 + postcss: 8.4.45 schema-utils: 4.2.0 serialize-javascript: 6.0.2 webpack: 5.93.0 - css-prefers-color-scheme@9.0.1(postcss@8.4.42): + css-prefers-color-scheme@9.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 css-select@4.3.0: dependencies: @@ -13547,49 +13547,49 @@ snapshots: cssesc@3.0.0: {} - cssnano-preset-default@7.0.4(postcss@8.4.42): + cssnano-preset-default@7.0.4(postcss@8.4.45): dependencies: browserslist: 4.23.3 - css-declaration-sorter: 7.2.0(postcss@8.4.42) - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 - postcss-calc: 10.0.0(postcss@8.4.42) - postcss-colormin: 7.0.1(postcss@8.4.42) - postcss-convert-values: 7.0.2(postcss@8.4.42) - postcss-discard-comments: 7.0.1(postcss@8.4.42) - postcss-discard-duplicates: 7.0.0(postcss@8.4.42) - postcss-discard-empty: 7.0.0(postcss@8.4.42) - postcss-discard-overridden: 7.0.0(postcss@8.4.42) - postcss-merge-longhand: 7.0.2(postcss@8.4.42) - postcss-merge-rules: 7.0.2(postcss@8.4.42) - postcss-minify-font-values: 7.0.0(postcss@8.4.42) - postcss-minify-gradients: 7.0.0(postcss@8.4.42) - postcss-minify-params: 7.0.1(postcss@8.4.42) - postcss-minify-selectors: 7.0.2(postcss@8.4.42) - postcss-normalize-charset: 7.0.0(postcss@8.4.42) - postcss-normalize-display-values: 7.0.0(postcss@8.4.42) - postcss-normalize-positions: 7.0.0(postcss@8.4.42) - postcss-normalize-repeat-style: 7.0.0(postcss@8.4.42) - postcss-normalize-string: 7.0.0(postcss@8.4.42) - postcss-normalize-timing-functions: 7.0.0(postcss@8.4.42) - postcss-normalize-unicode: 7.0.1(postcss@8.4.42) - postcss-normalize-url: 7.0.0(postcss@8.4.42) - postcss-normalize-whitespace: 7.0.0(postcss@8.4.42) - postcss-ordered-values: 7.0.1(postcss@8.4.42) - postcss-reduce-initial: 7.0.1(postcss@8.4.42) - postcss-reduce-transforms: 7.0.0(postcss@8.4.42) - postcss-svgo: 7.0.1(postcss@8.4.42) - postcss-unique-selectors: 7.0.1(postcss@8.4.42) - - cssnano-utils@5.0.0(postcss@8.4.42): - dependencies: - postcss: 8.4.42 - - cssnano@7.0.4(postcss@8.4.42): - dependencies: - cssnano-preset-default: 7.0.4(postcss@8.4.42) + css-declaration-sorter: 7.2.0(postcss@8.4.45) + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 + postcss-calc: 10.0.0(postcss@8.4.45) + postcss-colormin: 7.0.1(postcss@8.4.45) + postcss-convert-values: 7.0.2(postcss@8.4.45) + postcss-discard-comments: 7.0.1(postcss@8.4.45) + postcss-discard-duplicates: 7.0.0(postcss@8.4.45) + postcss-discard-empty: 7.0.0(postcss@8.4.45) + postcss-discard-overridden: 7.0.0(postcss@8.4.45) + postcss-merge-longhand: 7.0.2(postcss@8.4.45) + postcss-merge-rules: 7.0.2(postcss@8.4.45) + postcss-minify-font-values: 7.0.0(postcss@8.4.45) + postcss-minify-gradients: 7.0.0(postcss@8.4.45) + postcss-minify-params: 7.0.1(postcss@8.4.45) + postcss-minify-selectors: 7.0.2(postcss@8.4.45) + postcss-normalize-charset: 7.0.0(postcss@8.4.45) + postcss-normalize-display-values: 7.0.0(postcss@8.4.45) + postcss-normalize-positions: 7.0.0(postcss@8.4.45) + postcss-normalize-repeat-style: 7.0.0(postcss@8.4.45) + postcss-normalize-string: 7.0.0(postcss@8.4.45) + postcss-normalize-timing-functions: 7.0.0(postcss@8.4.45) + postcss-normalize-unicode: 7.0.1(postcss@8.4.45) + postcss-normalize-url: 7.0.0(postcss@8.4.45) + postcss-normalize-whitespace: 7.0.0(postcss@8.4.45) + postcss-ordered-values: 7.0.1(postcss@8.4.45) + postcss-reduce-initial: 7.0.1(postcss@8.4.45) + postcss-reduce-transforms: 7.0.0(postcss@8.4.45) + postcss-svgo: 7.0.1(postcss@8.4.45) + postcss-unique-selectors: 7.0.1(postcss@8.4.45) + + cssnano-utils@5.0.0(postcss@8.4.45): + dependencies: + postcss: 8.4.45 + + cssnano@7.0.4(postcss@8.4.45): + dependencies: + cssnano-preset-default: 7.0.4(postcss@8.4.45) lilconfig: 3.1.2 - postcss: 8.4.42 + postcss: 8.4.45 csso@5.0.5: dependencies: @@ -13866,15 +13866,15 @@ snapshots: electron-to-chromium@1.5.4: {} - element-plus@2.8.1(vue@3.4.38(typescript@5.5.4)): + element-plus@2.8.2(vue@3.5.3(typescript@5.5.4)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.1(vue@3.4.38(typescript@5.5.4)) + '@element-plus/icons-vue': 2.3.1(vue@3.5.3(typescript@5.5.4)) '@floating-ui/dom': 1.6.3 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.14.202 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(vue@3.4.38(typescript@5.5.4)) + '@vueuse/core': 9.13.0(vue@3.5.3(typescript@5.5.4)) async-validator: 4.2.5 dayjs: 1.11.10 escape-html: 1.0.3 @@ -13883,7 +13883,7 @@ snapshots: lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.4.38(typescript@5.5.4) + vue: 3.5.3(typescript@5.5.4) transitivePeerDependencies: - '@vue/composition-api' @@ -14103,7 +14103,7 @@ snapshots: eslint: 8.57.0 semver: 7.6.3 - eslint-config-bod@5.21.3(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)))(typescript@5.5.4): + eslint-config-bod@5.21.3(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)))(typescript@5.5.4): dependencies: '@babel/core': 7.24.9 '@babel/eslint-parser': 7.24.8(@babel/core@7.24.9)(eslint@8.57.0) @@ -14113,7 +14113,7 @@ snapshots: eslint: 8.57.0 eslint-config-eslint: 9.0.0(eslint@8.57.0) eslint-plugin-import-x: 3.0.1(eslint@8.57.0)(typescript@5.5.4) - eslint-plugin-jest: 28.6.0(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)))(typescript@5.5.4) + eslint-plugin-jest: 28.6.0(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)))(typescript@5.5.4) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) eslint-plugin-react: 7.35.0(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) @@ -14218,13 +14218,13 @@ snapshots: - supports-color - typescript - eslint-plugin-jest@28.6.0(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)))(typescript@5.5.4): + eslint-plugin-jest@28.6.0(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)))(typescript@5.5.4): dependencies: '@typescript-eslint/utils': 7.16.1(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 optionalDependencies: '@typescript-eslint/eslint-plugin': 7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) - jest: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) transitivePeerDependencies: - supports-color - typescript @@ -14540,13 +14540,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1)): + eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1)): dependencies: '@typescript-eslint/utils': 7.16.1(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 optionalDependencies: '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) - vitest: 2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1) + vitest: 2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1) transitivePeerDependencies: - supports-color - typescript @@ -14576,9 +14576,9 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.38)(eslint@8.57.0): + eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.3)(eslint@8.57.0): dependencies: - '@vue/compiler-sfc': 3.4.38 + '@vue/compiler-sfc': 3.5.3 eslint: 8.57.0 eslint-rule-composer@0.3.0: {} @@ -15343,9 +15343,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.4.42): + icss-utils@5.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 idb@7.1.1: {} @@ -15644,7 +15644,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.24.9 - '@babel/parser': 7.24.8 + '@babel/parser': 7.25.6 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -15654,7 +15654,7 @@ snapshots: istanbul-lib-instrument@6.0.2: dependencies: '@babel/core': 7.24.9 - '@babel/parser': 7.24.8 + '@babel/parser': 7.25.6 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.6.3 @@ -15721,7 +15721,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3(babel-plugin-macros@3.1.0) @@ -15741,16 +15741,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + jest-cli@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + create-jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -15760,7 +15760,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: '@babel/core': 7.24.9 '@jest/test-sequencer': 29.7.0 @@ -15785,8 +15785,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.16.3 - ts-node: 10.9.2(@types/node@20.16.3)(typescript@5.5.4) + '@types/node': 20.16.5 + ts-node: 10.9.2(@types/node@20.16.5)(typescript@5.5.4) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -15816,7 +15816,7 @@ snapshots: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -15830,7 +15830,7 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -15840,7 +15840,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.16.3 + '@types/node': 20.16.5 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -15879,7 +15879,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -15914,7 +15914,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -15942,7 +15942,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -15966,7 +15966,7 @@ snapshots: '@babel/generator': 7.24.10 '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.9) '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.9) - '@babel/types': 7.24.9 + '@babel/types': 7.25.6 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 @@ -15988,7 +15988,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -16003,11 +16003,11 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4))): + jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4))): dependencies: ansi-escapes: 6.2.0 chalk: 5.3.0 - jest: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-regex-util: 29.6.3 jest-watcher: 29.7.0 slash: 5.1.0 @@ -16018,7 +16018,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -16027,23 +16027,23 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest-cli: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -16473,8 +16473,8 @@ snapshots: magicast@0.3.4: dependencies: - '@babel/parser': 7.24.8 - '@babel/types': 7.24.9 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 source-map-js: 1.2.0 make-dir@2.1.0: @@ -17256,11 +17256,11 @@ snapshots: pify@5.0.0: {} - pinia@2.2.2(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)): + pinia@2.2.2(typescript@5.5.4)(vue@3.5.3(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 - vue: 3.4.38(typescript@5.5.4) - vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) + vue: 3.5.3(typescript@5.5.4) + vue-demi: 0.14.10(vue@3.5.3(typescript@5.5.4)) optionalDependencies: typescript: 5.5.4 @@ -17288,194 +17288,194 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-attribute-case-insensitive@6.0.3(postcss@8.4.42): + postcss-attribute-case-insensitive@6.0.3(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-browser-comments@4.0.0(browserslist@4.23.3)(postcss@8.4.42): + postcss-browser-comments@4.0.0(browserslist@4.23.3)(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 - postcss-calc@10.0.0(postcss@8.4.42): + postcss-calc@10.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 - postcss-clamp@4.1.0(postcss@8.4.42): + postcss-clamp@4.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-color-functional-notation@6.0.14(postcss@8.4.42): + postcss-color-functional-notation@6.0.14(postcss@8.4.45): dependencies: '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - postcss-color-hex-alpha@9.0.4(postcss@8.4.42): + postcss-color-hex-alpha@9.0.4(postcss@8.4.45): dependencies: - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-color-rebeccapurple@9.0.3(postcss@8.4.42): + postcss-color-rebeccapurple@9.0.3(postcss@8.4.45): dependencies: - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-colormin@7.0.1(postcss@8.4.42): + postcss-colormin@7.0.1(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-convert-values@7.0.2(postcss@8.4.42): + postcss-convert-values@7.0.2(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-custom-media@10.0.8(postcss@8.4.42): + postcss-custom-media@10.0.8(postcss@8.4.45): dependencies: '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) - postcss: 8.4.42 + postcss: 8.4.45 - postcss-custom-properties@13.3.12(postcss@8.4.42): + postcss-custom-properties@13.3.12(postcss@8.4.45): dependencies: '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-custom-selectors@7.1.12(postcss@8.4.42): + postcss-custom-selectors@7.1.12(postcss@8.4.45): dependencies: '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-dir-pseudo-class@8.0.1(postcss@8.4.42): + postcss-dir-pseudo-class@8.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-discard-comments@7.0.1(postcss@8.4.42): + postcss-discard-comments@7.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-discard-duplicates@7.0.0(postcss@8.4.42): + postcss-discard-duplicates@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-empty@7.0.0(postcss@8.4.42): + postcss-discard-empty@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-overridden@7.0.0(postcss@8.4.42): + postcss-discard-overridden@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-double-position-gradients@5.0.7(postcss@8.4.42): + postcss-double-position-gradients@5.0.7(postcss@8.4.45): dependencies: - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-flexbugs-fixes@5.0.2(postcss@8.4.42): + postcss-flexbugs-fixes@5.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-focus-visible@9.0.1(postcss@8.4.42): + postcss-focus-visible@9.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-focus-within@8.0.1(postcss@8.4.42): + postcss-focus-within@8.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-font-variant@5.0.0(postcss@8.4.42): + postcss-font-variant@5.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-gap-properties@5.0.1(postcss@8.4.42): + postcss-gap-properties@5.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-html@1.7.0: dependencies: htmlparser2: 8.0.2 js-tokens: 9.0.0 - postcss: 8.4.42 - postcss-safe-parser: 6.0.0(postcss@8.4.42) + postcss: 8.4.45 + postcss-safe-parser: 6.0.0(postcss@8.4.45) - postcss-image-set-function@6.0.3(postcss@8.4.42): + postcss-image-set-function@6.0.3(postcss@8.4.45): dependencies: - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-import@15.1.0(postcss@8.4.42): + postcss-import@15.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 - postcss-js@4.0.1(postcss@8.4.42): + postcss-js@4.0.1(postcss@8.4.45): dependencies: camelcase-css: 2.0.1 - postcss: 8.4.42 + postcss: 8.4.45 - postcss-lab-function@6.0.19(postcss@8.4.42): + postcss-lab-function@6.0.19(postcss@8.4.45): dependencies: '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/utilities': 1.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/utilities': 1.0.0(postcss@8.4.45) + postcss: 8.4.45 - postcss-load-config@4.0.2(postcss@8.4.42)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + postcss-load-config@4.0.2(postcss@8.4.45)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: lilconfig: 3.1.2 yaml: 2.4.0 optionalDependencies: - postcss: 8.4.42 - ts-node: 10.9.2(@types/node@20.16.3)(typescript@5.5.4) + postcss: 8.4.45 + ts-node: 10.9.2(@types/node@20.16.5)(typescript@5.5.4) - postcss-loader@8.1.1(postcss@8.4.42)(typescript@5.5.4)(webpack@5.93.0): + postcss-loader@8.1.1(postcss@8.4.45)(typescript@5.5.4)(webpack@5.93.0): dependencies: cosmiconfig: 9.0.0(typescript@5.5.4) jiti: 1.21.0 - postcss: 8.4.42 + postcss: 8.4.45 semver: 7.6.3 optionalDependencies: webpack: 5.93.0 transitivePeerDependencies: - typescript - postcss-logical@7.0.1(postcss@8.4.42): + postcss-logical@7.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 postcss-markdown@1.2.0: @@ -17483,264 +17483,264 @@ snapshots: mdast-util-from-markdown: 0.8.5 mdast-util-frontmatter: 0.2.0 micromark-extension-frontmatter: 0.2.2 - postcss: 8.4.42 - postcss-safe-parser: 6.0.0(postcss@8.4.42) + postcss: 8.4.45 + postcss-safe-parser: 6.0.0(postcss@8.4.45) transitivePeerDependencies: - supports-color postcss-media-query-parser@0.2.3: {} - postcss-merge-longhand@7.0.2(postcss@8.4.42): + postcss-merge-longhand@7.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - stylehacks: 7.0.2(postcss@8.4.42) + stylehacks: 7.0.2(postcss@8.4.45) - postcss-merge-rules@7.0.2(postcss@8.4.42): + postcss-merge-rules@7.0.2(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-minify-font-values@7.0.0(postcss@8.4.42): + postcss-minify-font-values@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-minify-gradients@7.0.0(postcss@8.4.42): + postcss-minify-gradients@7.0.0(postcss@8.4.45): dependencies: colord: 2.9.3 - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-minify-params@7.0.1(postcss@8.4.42): + postcss-minify-params@7.0.1(postcss@8.4.45): dependencies: browserslist: 4.23.3 - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-minify-selectors@7.0.2(postcss@8.4.42): + postcss-minify-selectors@7.0.2(postcss@8.4.45): dependencies: cssesc: 3.0.0 - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-modules-extract-imports@3.1.0(postcss@8.4.42): + postcss-modules-extract-imports@3.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-modules-local-by-default@4.0.5(postcss@8.4.42): + postcss-modules-local-by-default@4.0.5(postcss@8.4.45): dependencies: - icss-utils: 5.1.0(postcss@8.4.42) - postcss: 8.4.42 + icss-utils: 5.1.0(postcss@8.4.45) + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.0(postcss@8.4.42): + postcss-modules-scope@3.2.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-modules-values@4.0.0(postcss@8.4.42): + postcss-modules-values@4.0.0(postcss@8.4.45): dependencies: - icss-utils: 5.1.0(postcss@8.4.42) - postcss: 8.4.42 + icss-utils: 5.1.0(postcss@8.4.45) + postcss: 8.4.45 - postcss-nested@6.0.1(postcss@8.4.42): + postcss-nested@6.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-nesting@12.1.5(postcss@8.4.42): + postcss-nesting@12.1.5(postcss@8.4.45): dependencies: '@csstools/selector-resolve-nested': 1.1.0(postcss-selector-parser@6.1.2) '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.2) - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-normalize-charset@7.0.0(postcss@8.4.42): + postcss-normalize-charset@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-normalize-display-values@7.0.0(postcss@8.4.42): + postcss-normalize-display-values@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-positions@7.0.0(postcss@8.4.42): + postcss-normalize-positions@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-repeat-style@7.0.0(postcss@8.4.42): + postcss-normalize-repeat-style@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-string@7.0.0(postcss@8.4.42): + postcss-normalize-string@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-timing-functions@7.0.0(postcss@8.4.42): + postcss-normalize-timing-functions@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-unicode@7.0.1(postcss@8.4.42): + postcss-normalize-unicode@7.0.1(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-url@7.0.0(postcss@8.4.42): + postcss-normalize-url@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-whitespace@7.0.0(postcss@8.4.42): + postcss-normalize-whitespace@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize@10.0.1(browserslist@4.23.3)(postcss@8.4.42): + postcss-normalize@10.0.1(browserslist@4.23.3)(postcss@8.4.45): dependencies: '@csstools/normalize.css': 12.1.1 browserslist: 4.23.3 - postcss: 8.4.42 - postcss-browser-comments: 4.0.0(browserslist@4.23.3)(postcss@8.4.42) + postcss: 8.4.45 + postcss-browser-comments: 4.0.0(browserslist@4.23.3)(postcss@8.4.45) sanitize.css: 13.0.0 - postcss-opacity-percentage@2.0.0(postcss@8.4.42): + postcss-opacity-percentage@2.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-ordered-values@7.0.1(postcss@8.4.42): + postcss-ordered-values@7.0.1(postcss@8.4.45): dependencies: - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-overflow-shorthand@5.0.1(postcss@8.4.42): + postcss-overflow-shorthand@5.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-page-break@3.0.4(postcss@8.4.42): + postcss-page-break@3.0.4(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-place@9.0.1(postcss@8.4.42): + postcss-place@9.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-preset-env@9.6.0(postcss@8.4.42): - dependencies: - '@csstools/postcss-cascade-layers': 4.0.6(postcss@8.4.42) - '@csstools/postcss-color-function': 3.0.19(postcss@8.4.42) - '@csstools/postcss-color-mix-function': 2.0.19(postcss@8.4.42) - '@csstools/postcss-content-alt-text': 1.0.0(postcss@8.4.42) - '@csstools/postcss-exponential-functions': 1.0.9(postcss@8.4.42) - '@csstools/postcss-font-format-keywords': 3.0.2(postcss@8.4.42) - '@csstools/postcss-gamut-mapping': 1.0.11(postcss@8.4.42) - '@csstools/postcss-gradients-interpolation-method': 4.0.20(postcss@8.4.42) - '@csstools/postcss-hwb-function': 3.0.18(postcss@8.4.42) - '@csstools/postcss-ic-unit': 3.0.7(postcss@8.4.42) - '@csstools/postcss-initial': 1.0.1(postcss@8.4.42) - '@csstools/postcss-is-pseudo-class': 4.0.8(postcss@8.4.42) - '@csstools/postcss-light-dark-function': 1.0.8(postcss@8.4.42) - '@csstools/postcss-logical-float-and-clear': 2.0.1(postcss@8.4.42) - '@csstools/postcss-logical-overflow': 1.0.1(postcss@8.4.42) - '@csstools/postcss-logical-overscroll-behavior': 1.0.1(postcss@8.4.42) - '@csstools/postcss-logical-resize': 2.0.1(postcss@8.4.42) - '@csstools/postcss-logical-viewport-units': 2.0.11(postcss@8.4.42) - '@csstools/postcss-media-minmax': 1.1.8(postcss@8.4.42) - '@csstools/postcss-media-queries-aspect-ratio-number-values': 2.0.11(postcss@8.4.42) - '@csstools/postcss-nested-calc': 3.0.2(postcss@8.4.42) - '@csstools/postcss-normalize-display-values': 3.0.2(postcss@8.4.42) - '@csstools/postcss-oklab-function': 3.0.19(postcss@8.4.42) - '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.42) - '@csstools/postcss-relative-color-syntax': 2.0.19(postcss@8.4.42) - '@csstools/postcss-scope-pseudo-class': 3.0.1(postcss@8.4.42) - '@csstools/postcss-stepped-value-functions': 3.0.10(postcss@8.4.42) - '@csstools/postcss-text-decoration-shorthand': 3.0.7(postcss@8.4.42) - '@csstools/postcss-trigonometric-functions': 3.0.10(postcss@8.4.42) - '@csstools/postcss-unset-value': 3.0.1(postcss@8.4.42) - autoprefixer: 10.4.20(postcss@8.4.42) + postcss-preset-env@9.6.0(postcss@8.4.45): + dependencies: + '@csstools/postcss-cascade-layers': 4.0.6(postcss@8.4.45) + '@csstools/postcss-color-function': 3.0.19(postcss@8.4.45) + '@csstools/postcss-color-mix-function': 2.0.19(postcss@8.4.45) + '@csstools/postcss-content-alt-text': 1.0.0(postcss@8.4.45) + '@csstools/postcss-exponential-functions': 1.0.9(postcss@8.4.45) + '@csstools/postcss-font-format-keywords': 3.0.2(postcss@8.4.45) + '@csstools/postcss-gamut-mapping': 1.0.11(postcss@8.4.45) + '@csstools/postcss-gradients-interpolation-method': 4.0.20(postcss@8.4.45) + '@csstools/postcss-hwb-function': 3.0.18(postcss@8.4.45) + '@csstools/postcss-ic-unit': 3.0.7(postcss@8.4.45) + '@csstools/postcss-initial': 1.0.1(postcss@8.4.45) + '@csstools/postcss-is-pseudo-class': 4.0.8(postcss@8.4.45) + '@csstools/postcss-light-dark-function': 1.0.8(postcss@8.4.45) + '@csstools/postcss-logical-float-and-clear': 2.0.1(postcss@8.4.45) + '@csstools/postcss-logical-overflow': 1.0.1(postcss@8.4.45) + '@csstools/postcss-logical-overscroll-behavior': 1.0.1(postcss@8.4.45) + '@csstools/postcss-logical-resize': 2.0.1(postcss@8.4.45) + '@csstools/postcss-logical-viewport-units': 2.0.11(postcss@8.4.45) + '@csstools/postcss-media-minmax': 1.1.8(postcss@8.4.45) + '@csstools/postcss-media-queries-aspect-ratio-number-values': 2.0.11(postcss@8.4.45) + '@csstools/postcss-nested-calc': 3.0.2(postcss@8.4.45) + '@csstools/postcss-normalize-display-values': 3.0.2(postcss@8.4.45) + '@csstools/postcss-oklab-function': 3.0.19(postcss@8.4.45) + '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.45) + '@csstools/postcss-relative-color-syntax': 2.0.19(postcss@8.4.45) + '@csstools/postcss-scope-pseudo-class': 3.0.1(postcss@8.4.45) + '@csstools/postcss-stepped-value-functions': 3.0.10(postcss@8.4.45) + '@csstools/postcss-text-decoration-shorthand': 3.0.7(postcss@8.4.45) + '@csstools/postcss-trigonometric-functions': 3.0.10(postcss@8.4.45) + '@csstools/postcss-unset-value': 3.0.1(postcss@8.4.45) + autoprefixer: 10.4.20(postcss@8.4.45) browserslist: 4.23.3 - css-blank-pseudo: 6.0.2(postcss@8.4.42) - css-has-pseudo: 6.0.5(postcss@8.4.42) - css-prefers-color-scheme: 9.0.1(postcss@8.4.42) + css-blank-pseudo: 6.0.2(postcss@8.4.45) + css-has-pseudo: 6.0.5(postcss@8.4.45) + css-prefers-color-scheme: 9.0.1(postcss@8.4.45) cssdb: 8.1.0 - postcss: 8.4.42 - postcss-attribute-case-insensitive: 6.0.3(postcss@8.4.42) - postcss-clamp: 4.1.0(postcss@8.4.42) - postcss-color-functional-notation: 6.0.14(postcss@8.4.42) - postcss-color-hex-alpha: 9.0.4(postcss@8.4.42) - postcss-color-rebeccapurple: 9.0.3(postcss@8.4.42) - postcss-custom-media: 10.0.8(postcss@8.4.42) - postcss-custom-properties: 13.3.12(postcss@8.4.42) - postcss-custom-selectors: 7.1.12(postcss@8.4.42) - postcss-dir-pseudo-class: 8.0.1(postcss@8.4.42) - postcss-double-position-gradients: 5.0.7(postcss@8.4.42) - postcss-focus-visible: 9.0.1(postcss@8.4.42) - postcss-focus-within: 8.0.1(postcss@8.4.42) - postcss-font-variant: 5.0.0(postcss@8.4.42) - postcss-gap-properties: 5.0.1(postcss@8.4.42) - postcss-image-set-function: 6.0.3(postcss@8.4.42) - postcss-lab-function: 6.0.19(postcss@8.4.42) - postcss-logical: 7.0.1(postcss@8.4.42) - postcss-nesting: 12.1.5(postcss@8.4.42) - postcss-opacity-percentage: 2.0.0(postcss@8.4.42) - postcss-overflow-shorthand: 5.0.1(postcss@8.4.42) - postcss-page-break: 3.0.4(postcss@8.4.42) - postcss-place: 9.0.1(postcss@8.4.42) - postcss-pseudo-class-any-link: 9.0.2(postcss@8.4.42) - postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.42) - postcss-selector-not: 7.0.2(postcss@8.4.42) - - postcss-pseudo-class-any-link@9.0.2(postcss@8.4.42): - dependencies: - postcss: 8.4.42 + postcss: 8.4.45 + postcss-attribute-case-insensitive: 6.0.3(postcss@8.4.45) + postcss-clamp: 4.1.0(postcss@8.4.45) + postcss-color-functional-notation: 6.0.14(postcss@8.4.45) + postcss-color-hex-alpha: 9.0.4(postcss@8.4.45) + postcss-color-rebeccapurple: 9.0.3(postcss@8.4.45) + postcss-custom-media: 10.0.8(postcss@8.4.45) + postcss-custom-properties: 13.3.12(postcss@8.4.45) + postcss-custom-selectors: 7.1.12(postcss@8.4.45) + postcss-dir-pseudo-class: 8.0.1(postcss@8.4.45) + postcss-double-position-gradients: 5.0.7(postcss@8.4.45) + postcss-focus-visible: 9.0.1(postcss@8.4.45) + postcss-focus-within: 8.0.1(postcss@8.4.45) + postcss-font-variant: 5.0.0(postcss@8.4.45) + postcss-gap-properties: 5.0.1(postcss@8.4.45) + postcss-image-set-function: 6.0.3(postcss@8.4.45) + postcss-lab-function: 6.0.19(postcss@8.4.45) + postcss-logical: 7.0.1(postcss@8.4.45) + postcss-nesting: 12.1.5(postcss@8.4.45) + postcss-opacity-percentage: 2.0.0(postcss@8.4.45) + postcss-overflow-shorthand: 5.0.1(postcss@8.4.45) + postcss-page-break: 3.0.4(postcss@8.4.45) + postcss-place: 9.0.1(postcss@8.4.45) + postcss-pseudo-class-any-link: 9.0.2(postcss@8.4.45) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.45) + postcss-selector-not: 7.0.2(postcss@8.4.45) + + postcss-pseudo-class-any-link@9.0.2(postcss@8.4.45): + dependencies: + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-reduce-initial@7.0.1(postcss@8.4.42): + postcss-reduce-initial@7.0.1(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 - postcss: 8.4.42 + postcss: 8.4.45 - postcss-reduce-transforms@7.0.0(postcss@8.4.42): + postcss-reduce-transforms@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-replace-overflow-wrap@4.0.0(postcss@8.4.42): + postcss-replace-overflow-wrap@4.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-resolve-nested-selector@0.1.6: {} - postcss-safe-parser@6.0.0(postcss@8.4.42): + postcss-safe-parser@6.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-safe-parser@7.0.0(postcss@8.4.42): + postcss-safe-parser@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-scss@4.0.9(postcss@8.4.42): + postcss-scss@4.0.9(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-selector-not@7.0.2(postcss@8.4.42): + postcss-selector-not@7.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-selector-parser@6.1.2: @@ -17748,24 +17748,24 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-sorting@8.0.2(postcss@8.4.42): + postcss-sorting@8.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-svgo@7.0.1(postcss@8.4.42): + postcss-svgo@7.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 svgo: 3.3.2 - postcss-unique-selectors@7.0.1(postcss@8.4.42): + postcss-unique-selectors@7.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-value-parser@4.2.0: {} - postcss@8.4.42: + postcss@8.4.45: dependencies: nanoid: 3.3.7 picocolors: 1.0.1 @@ -18123,7 +18123,7 @@ snapshots: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.4.42 + postcss: 8.4.45 source-map: 0.6.1 resolve.exports@2.0.2: {} @@ -18671,13 +18671,13 @@ snapshots: dependencies: webpack: 5.93.0 - stylehacks@7.0.2(postcss@8.4.42): + stylehacks@7.0.2(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - stylelint-config-bod@5.21.3(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)): + stylelint-config-bod@5.21.3(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)): dependencies: postcss-html: 1.7.0 postcss-markdown: 1.2.0 @@ -18685,7 +18685,7 @@ snapshots: stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.9.0(typescript@5.5.4)) stylelint-config-recess-order: 5.0.1(stylelint@16.9.0(typescript@5.5.4)) stylelint-config-standard: 36.0.1(stylelint@16.9.0(typescript@5.5.4)) - stylelint-config-standard-scss: 13.1.0(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)) + stylelint-config-standard-scss: 13.1.0(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)) transitivePeerDependencies: - postcss - supports-color @@ -18700,26 +18700,26 @@ snapshots: stylelint: 16.9.0(typescript@5.5.4) stylelint-order: 6.0.4(stylelint@16.9.0(typescript@5.5.4)) - stylelint-config-recommended-scss@14.0.0(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)): + stylelint-config-recommended-scss@14.0.0(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)): dependencies: - postcss-scss: 4.0.9(postcss@8.4.42) + postcss-scss: 4.0.9(postcss@8.4.45) stylelint: 16.9.0(typescript@5.5.4) stylelint-config-recommended: 14.0.1(stylelint@16.9.0(typescript@5.5.4)) stylelint-scss: 6.2.0(stylelint@16.9.0(typescript@5.5.4)) optionalDependencies: - postcss: 8.4.42 + postcss: 8.4.45 stylelint-config-recommended@14.0.1(stylelint@16.9.0(typescript@5.5.4)): dependencies: stylelint: 16.9.0(typescript@5.5.4) - stylelint-config-standard-scss@13.1.0(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)): + stylelint-config-standard-scss@13.1.0(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)): dependencies: stylelint: 16.9.0(typescript@5.5.4) - stylelint-config-recommended-scss: 14.0.0(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)) + stylelint-config-recommended-scss: 14.0.0(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)) stylelint-config-standard: 36.0.1(stylelint@16.9.0(typescript@5.5.4)) optionalDependencies: - postcss: 8.4.42 + postcss: 8.4.45 stylelint-config-standard@36.0.1(stylelint@16.9.0(typescript@5.5.4)): dependencies: @@ -18728,8 +18728,8 @@ snapshots: stylelint-order@6.0.4(stylelint@16.9.0(typescript@5.5.4)): dependencies: - postcss: 8.4.42 - postcss-sorting: 8.0.2(postcss@8.4.42) + postcss: 8.4.45 + postcss-sorting: 8.0.2(postcss@8.4.45) stylelint: 16.9.0(typescript@5.5.4) stylelint-prettier@5.0.2(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)): @@ -18786,9 +18786,9 @@ snapshots: micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.0.1 - postcss: 8.4.42 + postcss: 8.4.45 postcss-resolve-nested-selector: 0.1.6 - postcss-safe-parser: 7.0.0(postcss@8.4.42) + postcss-safe-parser: 7.0.0(postcss@8.4.45) postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -18864,7 +18864,7 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 - tailwindcss@3.4.10(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + tailwindcss@3.4.10(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -18880,11 +18880,11 @@ snapshots: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.1 - postcss: 8.4.42 - postcss-import: 15.1.0(postcss@8.4.42) - postcss-js: 4.0.1(postcss@8.4.42) - postcss-load-config: 4.0.2(postcss@8.4.42)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) - postcss-nested: 6.0.1(postcss@8.4.42) + postcss: 8.4.45 + postcss-import: 15.1.0(postcss@8.4.45) + postcss-js: 4.0.1(postcss@8.4.45) + postcss-load-config: 4.0.2(postcss@8.4.45)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) + postcss-nested: 6.0.1(postcss@8.4.45) postcss-selector-parser: 6.1.2 resolve: 1.22.8 sucrase: 3.35.0 @@ -19040,14 +19040,14 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4): + ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.16.3 + '@types/node': 20.16.5 acorn: 8.12.1 acorn-walk: 8.3.2 arg: 4.1.3 @@ -19175,11 +19175,11 @@ snapshots: undici-types@6.19.6: {} - unhead@1.10.0: + unhead@1.10.4: dependencies: - '@unhead/dom': 1.10.0 - '@unhead/schema': 1.10.0 - '@unhead/shared': 1.10.0 + '@unhead/dom': 1.10.4 + '@unhead/schema': 1.10.4 + '@unhead/shared': 1.10.4 hookable: 5.5.3 unicode-canonical-property-names-ecmascript@2.0.0: {} @@ -19235,7 +19235,7 @@ snapshots: unpipe@1.0.0: {} - unplugin-auto-import@0.18.2(@vueuse/core@9.13.0(vue@3.4.38(typescript@5.5.4)))(rollup@4.21.0): + unplugin-auto-import@0.18.2(@vueuse/core@9.13.0(vue@3.5.3(typescript@5.5.4)))(rollup@4.21.0): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.21.0) @@ -19246,11 +19246,11 @@ snapshots: unimport: 3.9.0(rollup@4.21.0) unplugin: 1.12.2 optionalDependencies: - '@vueuse/core': 9.13.0(vue@3.4.38(typescript@5.5.4)) + '@vueuse/core': 9.13.0(vue@3.5.3(typescript@5.5.4)) transitivePeerDependencies: - rollup - unplugin-vue-components@0.27.4(@babel/parser@7.24.8)(rollup@4.21.0)(vue@3.4.38(typescript@5.5.4)): + unplugin-vue-components@0.27.4(@babel/parser@7.25.6)(rollup@4.21.0)(vue@3.5.3(typescript@5.5.4)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.21.0) @@ -19262,9 +19262,9 @@ snapshots: minimatch: 9.0.5 mlly: 1.7.1 unplugin: 1.12.2 - vue: 3.4.38(typescript@5.5.4) + vue: 3.5.3(typescript@5.5.4) optionalDependencies: - '@babel/parser': 7.24.8 + '@babel/parser': 7.25.6 transitivePeerDependencies: - rollup - supports-color @@ -19322,13 +19322,13 @@ snapshots: vary@1.1.2: {} - vite-node@2.0.5(@types/node@20.16.3)(terser@5.28.1): + vite-node@2.0.5(@types/node@20.16.5)(terser@5.28.1): dependencies: cac: 6.7.14 debug: 4.3.6 pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.4.2(@types/node@20.16.3)(terser@5.28.1) + vite: 5.4.3(@types/node@20.16.5)(terser@5.28.1) transitivePeerDependencies: - '@types/node' - less @@ -19340,17 +19340,17 @@ snapshots: - supports-color - terser - vite@5.4.2(@types/node@20.16.3)(terser@5.28.1): + vite@5.4.3(@types/node@20.16.5)(terser@5.28.1): dependencies: esbuild: 0.21.5 - postcss: 8.4.42 + postcss: 8.4.45 rollup: 4.21.0 optionalDependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 fsevents: 2.3.3 terser: 5.28.1 - vitest@2.0.5(@types/node@20.16.3)(jsdom@25.0.0)(terser@5.28.1): + vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0)(terser@5.28.1): dependencies: '@ampproject/remapping': 2.3.0 '@vitest/expect': 2.0.5 @@ -19368,11 +19368,11 @@ snapshots: tinybench: 2.8.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.4.2(@types/node@20.16.3)(terser@5.28.1) - vite-node: 2.0.5(@types/node@20.16.3)(terser@5.28.1) + vite: 5.4.3(@types/node@20.16.5)(terser@5.28.1) + vite-node: 2.0.5(@types/node@20.16.5)(terser@5.28.1) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 jsdom: 25.0.0 transitivePeerDependencies: - less @@ -19388,9 +19388,9 @@ snapshots: vue-component-type-helpers@2.0.6: {} - vue-demi@0.14.10(vue@3.4.38(typescript@5.5.4)): + vue-demi@0.14.10(vue@3.5.3(typescript@5.5.4)): dependencies: - vue: 3.4.38(typescript@5.5.4) + vue: 3.5.3(typescript@5.5.4) vue-eslint-parser@9.4.3(eslint@8.57.0): dependencies: @@ -19405,17 +19405,17 @@ snapshots: transitivePeerDependencies: - supports-color - vue-i18n@9.14.0(vue@3.4.38(typescript@5.5.4)): + vue-i18n@9.14.0(vue@3.5.3(typescript@5.5.4)): dependencies: '@intlify/core-base': 9.14.0 '@intlify/shared': 9.14.0 '@vue/devtools-api': 6.6.3 - vue: 3.4.38(typescript@5.5.4) + vue: 3.5.3(typescript@5.5.4) - vue-router@4.4.3(vue@3.4.38(typescript@5.5.4)): + vue-router@4.4.3(vue@3.5.3(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 - vue: 3.4.38(typescript@5.5.4) + vue: 3.5.3(typescript@5.5.4) vue-template-compiler@2.7.16: dependencies: @@ -19423,27 +19423,27 @@ snapshots: he: 1.2.0 optional: true - vue-tsc@2.1.4(typescript@5.5.4): + vue-tsc@2.1.6(typescript@5.5.4): dependencies: '@volar/typescript': 2.4.1 - '@vue/language-core': 2.1.4(typescript@5.5.4) + '@vue/language-core': 2.1.6(typescript@5.5.4) semver: 7.6.3 typescript: 5.5.4 - vue@3.4.38(typescript@5.5.4): + vue@3.5.3(typescript@5.5.4): dependencies: - '@vue/compiler-dom': 3.4.38 - '@vue/compiler-sfc': 3.4.38 - '@vue/runtime-dom': 3.4.38 - '@vue/server-renderer': 3.4.38(vue@3.4.38(typescript@5.5.4)) - '@vue/shared': 3.4.38 + '@vue/compiler-dom': 3.5.3 + '@vue/compiler-sfc': 3.5.3 + '@vue/runtime-dom': 3.5.3 + '@vue/server-renderer': 3.5.3(vue@3.5.3(typescript@5.5.4)) + '@vue/shared': 3.5.3 optionalDependencies: typescript: 5.5.4 - vuex@4.1.0(vue@3.4.38(typescript@5.5.4)): + vuex@4.1.0(vue@3.5.3(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 - vue: 3.4.38(typescript@5.5.4) + vue: 3.5.3(typescript@5.5.4) w3c-xmlserializer@4.0.0: dependencies: