From 8c7578073e95b1ce8eaefd2117304c304d3c1610 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:16:14 +0000 Subject: [PATCH] chore(deps): update dependencies (non-major) (#678) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 +- packages/mortal-ui/package.json | 10 +- packages/react-renderer/package.json | 2 +- packages/vue-basis/package.json | 10 +- packages/vue-challenges/package.json | 6 +- packages/vue-trello/package.json | 10 +- pnpm-lock.yaml | 822 +++++++++++++-------------- 7 files changed, 432 insertions(+), 432 deletions(-) diff --git a/package.json b/package.json index 4e9f4318..5ca32f34 100644 --- a/package.json +++ b/package.json @@ -49,11 +49,11 @@ "devDependencies": { "@dg-scripts/eslint-config": "^5.21.3", "@dg-scripts/stylelint-config": "^5.21.3", - "@types/node": "^20.14.13", + "@types/node": "^20.14.14", "eslint": "^8.57.0", "lerna": "^8.1.7", "prettier": "^3.3.3", - "stylelint": "^16.7.0", + "stylelint": "^16.8.1", "ts-node": "^10.9.2", "typescript": "^5.5.4" } diff --git a/packages/mortal-ui/package.json b/packages/mortal-ui/package.json index 9d5735f4..01b65939 100644 --- a/packages/mortal-ui/package.json +++ b/packages/mortal-ui/package.json @@ -22,15 +22,15 @@ "@unhead/vue": "^1.9.16", "element-plus": "^2.7.8", "pinia": "^2.2.0", - "vue": "^3.4.34", + "vue": "^3.4.35", "vue-i18n": "^9.13.1" }, "devDependencies": { "@dg-scripts/eslint-config": "^5.21.3", "@types/jsdom": "^21.1.7", - "@types/node": "^20.14.13", - "@vitejs/plugin-vue": "^5.1.1", - "@vitest/coverage-v8": "^2.0.4", + "@types/node": "^20.14.14", + "@vitejs/plugin-vue": "^5.1.2", + "@vitest/coverage-v8": "^2.0.5", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", "eslint": "^8.57.0", @@ -41,7 +41,7 @@ "unplugin-auto-import": "^0.18.2", "unplugin-vue-components": "^0.27.3", "vite": "^5.3.5", - "vitest": "^2.0.4", + "vitest": "^2.0.5", "vue-tsc": "^2.0.29" } } diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 0263645d..21ce8ac7 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -28,7 +28,7 @@ "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.12", - "@types/node": "^20.14.13", + "@types/node": "^20.14.14", "@types/react": "^18.3.3", "@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 f33b2ced..12b14b2b 100644 --- a/packages/vue-basis/package.json +++ b/packages/vue-basis/package.json @@ -14,20 +14,20 @@ "serve": "vite preview" }, "dependencies": { - "vue": "^3.4.34", - "vue-router": "^4.4.0", + "vue": "^3.4.35", + "vue-router": "^4.4.2", "vuex": "^4.1.0" }, "devDependencies": { "@dg-scripts/eslint-config": "^5.21.3", "@dg-scripts/stylelint-config": "^5.21.3", - "@types/node": "^20.14.13", - "@vitejs/plugin-vue": "^5.1.1", + "@types/node": "^20.14.14", + "@vitejs/plugin-vue": "^5.1.2", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "postcss": "^8.4.40", "prettier": "^3.3.3", - "stylelint": "^16.7.0", + "stylelint": "^16.8.1", "tailwindcss": "^3.4.7", "typescript": "^5.5.4", "vite": "^5.3.5", diff --git a/packages/vue-challenges/package.json b/packages/vue-challenges/package.json index fbbe5049..98b6d74b 100644 --- a/packages/vue-challenges/package.json +++ b/packages/vue-challenges/package.json @@ -26,13 +26,13 @@ "test": "vitest --environment jsdom --dir solutions" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.1.1", + "@vitejs/plugin-vue": "^5.1.2", "@vue/test-utils": "^2.4.6", "eslint": "^8.57.0", "jsdom": "^24.1.1", "typescript": "^5.5.4", "vite": "^5.3.5", - "vitest": "^2.0.4", - "vue": "^3.4.34" + "vitest": "^2.0.5", + "vue": "^3.4.35" } } diff --git a/packages/vue-trello/package.json b/packages/vue-trello/package.json index 73817df1..9ab489fe 100644 --- a/packages/vue-trello/package.json +++ b/packages/vue-trello/package.json @@ -15,20 +15,20 @@ }, "dependencies": { "nanoid": "^5.0.7", - "vue": "^3.4.34", - "vue-router": "^4.4.0", + "vue": "^3.4.35", + "vue-router": "^4.4.2", "vuex": "^4.1.0" }, "devDependencies": { "@dg-scripts/eslint-config": "^5.21.3", "@dg-scripts/stylelint-config": "^5.21.3", - "@types/node": "^20.14.13", - "@vitejs/plugin-vue": "^5.1.1", + "@types/node": "^20.14.14", + "@vitejs/plugin-vue": "^5.1.2", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "postcss": "^8.4.40", "prettier": "^3.3.3", - "stylelint": "^16.7.0", + "stylelint": "^16.8.1", "tailwindcss": "^3.4.7", "typescript": "^5.5.4", "vite": "^5.3.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c26cd735..d18b7afe 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.34)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.4.35)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1)) '@dg-scripts/stylelint-config': specifier: ^5.21.3 - version: 5.21.3(postcss@8.4.40)(prettier@3.3.3)(stylelint@16.7.0(typescript@5.5.4)) + version: 5.21.3(postcss@8.4.40)(prettier@3.3.3)(stylelint@16.8.1(typescript@5.5.4)) '@types/node': - specifier: ^20.14.13 - version: 20.14.13 + specifier: ^20.14.14 + version: 20.14.14 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -27,11 +27,11 @@ importers: specifier: ^3.3.3 version: 3.3.3 stylelint: - specifier: ^16.7.0 - version: 16.7.0(typescript@5.5.4) + specifier: ^16.8.1 + version: 16.8.1(typescript@5.5.4) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@20.14.13)(typescript@5.5.4) + version: 10.9.2(@types/node@20.14.14)(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.34(typescript@5.5.4)) + version: 2.3.1(vue@3.4.35(typescript@5.5.4)) '@unhead/vue': specifier: ^1.9.16 - version: 1.9.16(vue@3.4.34(typescript@5.5.4)) + version: 1.9.16(vue@3.4.35(typescript@5.5.4)) element-plus: specifier: ^2.7.8 - version: 2.7.8(vue@3.4.34(typescript@5.5.4)) + version: 2.7.8(vue@3.4.35(typescript@5.5.4)) pinia: specifier: ^2.2.0 - version: 2.2.0(typescript@5.5.4)(vue@3.4.34(typescript@5.5.4)) + version: 2.2.0(typescript@5.5.4)(vue@3.4.35(typescript@5.5.4)) vue: - specifier: ^3.4.34 - version: 3.4.34(typescript@5.5.4) + specifier: ^3.4.35 + version: 3.4.35(typescript@5.5.4) vue-i18n: specifier: ^9.13.1 - version: 9.13.1(vue@3.4.34(typescript@5.5.4)) + version: 9.13.1(vue@3.4.35(typescript@5.5.4)) devDependencies: '@dg-scripts/eslint-config': specifier: ^5.21.3 - version: 5.21.3(@vue/compiler-sfc@3.4.34)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.4.35)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1)) '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^20.14.13 - version: 20.14.13 + specifier: ^20.14.14 + version: 20.14.14 '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.13)(terser@5.28.1))(vue@3.4.34(typescript@5.5.4)) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.14)(terser@5.28.1))(vue@3.4.35(typescript@5.5.4)) '@vitest/coverage-v8': - specifier: ^2.0.4 - version: 2.0.4(vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1)) + specifier: ^2.0.5 + version: 2.0.5(vitest@2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1)) '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -95,16 +95,16 @@ importers: version: 5.5.4 unplugin-auto-import: specifier: ^0.18.2 - version: 0.18.2(@vueuse/core@9.13.0(vue@3.4.34(typescript@5.5.4)))(rollup@4.13.0) + version: 0.18.2(@vueuse/core@9.13.0(vue@3.4.35(typescript@5.5.4)))(rollup@4.13.0) unplugin-vue-components: specifier: ^0.27.3 - version: 0.27.3(@babel/parser@7.24.8)(rollup@4.13.0)(vue@3.4.34(typescript@5.5.4)) + version: 0.27.3(@babel/parser@7.24.8)(rollup@4.13.0)(vue@3.4.35(typescript@5.5.4)) vite: specifier: ^5.3.5 - version: 5.3.5(@types/node@20.14.13)(terser@5.28.1) + version: 5.3.5(@types/node@20.14.14)(terser@5.28.1) vitest: - specifier: ^2.0.4 - version: 2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1) + specifier: ^2.0.5 + version: 2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.5.4) @@ -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.14.13)(@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.14.13)(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.14.14)(@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.14.14)(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.14.13 - version: 20.14.13 + specifier: ^20.14.14 + version: 20.14.14 '@types/react': specifier: ^18.3.3 version: 18.3.3 @@ -158,27 +158,27 @@ importers: packages/vue-basis: dependencies: vue: - specifier: ^3.4.34 - version: 3.4.34(typescript@5.5.4) + specifier: ^3.4.35 + version: 3.4.35(typescript@5.5.4) vue-router: - specifier: ^4.4.0 - version: 4.4.0(vue@3.4.34(typescript@5.5.4)) + specifier: ^4.4.2 + version: 4.4.2(vue@3.4.35(typescript@5.5.4)) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.4.34(typescript@5.5.4)) + version: 4.1.0(vue@3.4.35(typescript@5.5.4)) devDependencies: '@dg-scripts/eslint-config': specifier: ^5.21.3 - version: 5.21.3(@vue/compiler-sfc@3.4.34)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.4.35)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1)) '@dg-scripts/stylelint-config': specifier: ^5.21.3 - version: 5.21.3(postcss@8.4.40)(prettier@3.3.3)(stylelint@16.7.0(typescript@5.5.4)) + version: 5.21.3(postcss@8.4.40)(prettier@3.3.3)(stylelint@16.8.1(typescript@5.5.4)) '@types/node': - specifier: ^20.14.13 - version: 20.14.13 + specifier: ^20.14.14 + version: 20.14.14 '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.13)(terser@5.28.1))(vue@3.4.34(typescript@5.5.4)) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.14)(terser@5.28.1))(vue@3.4.35(typescript@5.5.4)) autoprefixer: specifier: ^10.4.19 version: 10.4.19(postcss@8.4.40) @@ -192,17 +192,17 @@ importers: specifier: ^3.3.3 version: 3.3.3 stylelint: - specifier: ^16.7.0 - version: 16.7.0(typescript@5.5.4) + specifier: ^16.8.1 + version: 16.8.1(typescript@5.5.4) tailwindcss: specifier: ^3.4.7 - version: 3.4.7(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + version: 3.4.7(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) typescript: specifier: ^5.5.4 version: 5.5.4 vite: specifier: ^5.3.5 - version: 5.3.5(@types/node@20.14.13)(terser@5.28.1) + version: 5.3.5(@types/node@20.14.14)(terser@5.28.1) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.5.4) @@ -210,8 +210,8 @@ importers: packages/vue-challenges: devDependencies: '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.13)(terser@5.28.1))(vue@3.4.34(typescript@5.5.4)) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.14)(terser@5.28.1))(vue@3.4.35(typescript@5.5.4)) '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -226,13 +226,13 @@ importers: version: 5.5.4 vite: specifier: ^5.3.5 - version: 5.3.5(@types/node@20.14.13)(terser@5.28.1) + version: 5.3.5(@types/node@20.14.14)(terser@5.28.1) vitest: - specifier: ^2.0.4 - version: 2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1) + specifier: ^2.0.5 + version: 2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1) vue: - specifier: ^3.4.34 - version: 3.4.34(typescript@5.5.4) + specifier: ^3.4.35 + version: 3.4.35(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.34)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.4.35)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -254,7 +254,7 @@ importers: version: 5.5.4 vite: specifier: ^5.3.5 - version: 5.3.5(@types/node@20.14.13)(terser@5.28.1) + version: 5.3.5(@types/node@20.14.14)(terser@5.28.1) packages/vue-trello: dependencies: @@ -262,27 +262,27 @@ importers: specifier: ^5.0.7 version: 5.0.7 vue: - specifier: ^3.4.34 - version: 3.4.34(typescript@5.5.4) + specifier: ^3.4.35 + version: 3.4.35(typescript@5.5.4) vue-router: - specifier: ^4.4.0 - version: 4.4.0(vue@3.4.34(typescript@5.5.4)) + specifier: ^4.4.2 + version: 4.4.2(vue@3.4.35(typescript@5.5.4)) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.4.34(typescript@5.5.4)) + version: 4.1.0(vue@3.4.35(typescript@5.5.4)) devDependencies: '@dg-scripts/eslint-config': specifier: ^5.21.3 - version: 5.21.3(@vue/compiler-sfc@3.4.34)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1)) + version: 5.21.3(@vue/compiler-sfc@3.4.35)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1)) '@dg-scripts/stylelint-config': specifier: ^5.21.3 - version: 5.21.3(postcss@8.4.40)(prettier@3.3.3)(stylelint@16.7.0(typescript@5.5.4)) + version: 5.21.3(postcss@8.4.40)(prettier@3.3.3)(stylelint@16.8.1(typescript@5.5.4)) '@types/node': - specifier: ^20.14.13 - version: 20.14.13 + specifier: ^20.14.14 + version: 20.14.14 '@vitejs/plugin-vue': - specifier: ^5.1.1 - version: 5.1.1(vite@5.3.5(@types/node@20.14.13)(terser@5.28.1))(vue@3.4.34(typescript@5.5.4)) + specifier: ^5.1.2 + version: 5.1.2(vite@5.3.5(@types/node@20.14.14)(terser@5.28.1))(vue@3.4.35(typescript@5.5.4)) autoprefixer: specifier: ^10.4.19 version: 10.4.19(postcss@8.4.40) @@ -296,17 +296,17 @@ importers: specifier: ^3.3.3 version: 3.3.3 stylelint: - specifier: ^16.7.0 - version: 16.7.0(typescript@5.5.4) + specifier: ^16.8.1 + version: 16.8.1(typescript@5.5.4) tailwindcss: specifier: ^3.4.7 - version: 3.4.7(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + version: 3.4.7(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) typescript: specifier: ^5.5.4 version: 5.5.4 vite: specifier: ^5.3.5 - version: 5.3.5(@types/node@20.14.13)(terser@5.28.1) + version: 5.3.5(@types/node@20.14.14)(terser@5.28.1) vue-tsc: specifier: ^2.0.29 version: 2.0.29(typescript@5.5.4) @@ -2479,8 +2479,8 @@ packages: '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} - '@types/node@20.14.13': - resolution: {integrity: sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==} + '@types/node@20.14.14': + resolution: {integrity: sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2737,35 +2737,35 @@ packages: peerDependencies: vue: '>=2.7 || >=3' - '@vitejs/plugin-vue@5.1.1': - resolution: {integrity: sha512-sDckXxlHpMsjRQbAH9WanangrfrblsOd3pNifePs+FOHjJg1jfWq5L/P0PsBRndEt3nmdUnmvieP8ULDeX5AvA==} + '@vitejs/plugin-vue@5.1.2': + resolution: {integrity: sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 vue: ^3.2.25 - '@vitest/coverage-v8@2.0.4': - resolution: {integrity: sha512-i4lx/Wpg5zF1h2op7j0wdwuEQxaL/YTwwQaKuKMHYj7MMh8c7I4W7PNfOptZBCSBZI0z1qwn64o0pM/pA8Tz1g==} + '@vitest/coverage-v8@2.0.5': + resolution: {integrity: sha512-qeFcySCg5FLO2bHHSa0tAZAOnAUbp4L6/A5JDuj9+bt53JREl8hpLjLHEWF0e/gWc8INVpJaqA7+Ene2rclpZg==} peerDependencies: - vitest: 2.0.4 + vitest: 2.0.5 - '@vitest/expect@2.0.4': - resolution: {integrity: sha512-39jr5EguIoanChvBqe34I8m1hJFI4+jxvdOpD7gslZrVQBKhh8H9eD7J/LJX4zakrw23W+dITQTDqdt43xVcJw==} + '@vitest/expect@2.0.5': + resolution: {integrity: sha512-yHZtwuP7JZivj65Gxoi8upUN2OzHTi3zVfjwdpu2WrvCZPLwsJ2Ey5ILIPccoW23dd/zQBlJ4/dhi7DWNyXCpA==} - '@vitest/pretty-format@2.0.4': - resolution: {integrity: sha512-RYZl31STbNGqf4l2eQM1nvKPXE0NhC6Eq0suTTePc4mtMQ1Fn8qZmjV4emZdEdG2NOWGKSCrHZjmTqDCDoeFBw==} + '@vitest/pretty-format@2.0.5': + resolution: {integrity: sha512-h8k+1oWHfwTkyTkb9egzwNMfJAEx4veaPSnMeKbVSjp4euqGSbQlm5+6VHwTr7u4FJslVVsUG5nopCaAYdOmSQ==} - '@vitest/runner@2.0.4': - resolution: {integrity: sha512-Gk+9Su/2H2zNfNdeJR124gZckd5st4YoSuhF1Rebi37qTXKnqYyFCd9KP4vl2cQHbtuVKjfEKrNJxHHCW8thbQ==} + '@vitest/runner@2.0.5': + resolution: {integrity: sha512-TfRfZa6Bkk9ky4tW0z20WKXFEwwvWhRY+84CnSEtq4+3ZvDlJyY32oNTJtM7AW9ihW90tX/1Q78cb6FjoAs+ig==} - '@vitest/snapshot@2.0.4': - resolution: {integrity: sha512-or6Mzoz/pD7xTvuJMFYEtso1vJo1S5u6zBTinfl+7smGUhqybn6VjzCDMhmTyVOFWwkCMuNjmNNxnyXPgKDoPw==} + '@vitest/snapshot@2.0.5': + resolution: {integrity: sha512-SgCPUeDFLaM0mIUHfaArq8fD2WbaXG/zVXjRupthYfYGzc8ztbFbu6dUNOblBG7XLMR1kEhS/DNnfCZ2IhdDew==} - '@vitest/spy@2.0.4': - resolution: {integrity: sha512-uTXU56TNoYrTohb+6CseP8IqNwlNdtPwEO0AWl+5j7NelS6x0xZZtP0bDWaLvOfUbaYwhhWp1guzXUxkC7mW7Q==} + '@vitest/spy@2.0.5': + resolution: {integrity: sha512-c/jdthAhvJdpfVuaexSrnawxZz6pywlTPe84LUB2m/4t3rl2fTo9NFGBG4oWgaD+FTgDDV8hJ/nibT7IfH3JfA==} - '@vitest/utils@2.0.4': - resolution: {integrity: sha512-Zc75QuuoJhOBnlo99ZVUkJIuq4Oj0zAkrQ2VzCqNCx6wAwViHEh5Fnp4fiJTE9rA+sAoXRf00Z9xGgfEzV6fzQ==} + '@vitest/utils@2.0.5': + resolution: {integrity: sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ==} '@volar/language-core@2.4.0-alpha.18': resolution: {integrity: sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==} @@ -2776,17 +2776,17 @@ packages: '@volar/typescript@2.4.0-alpha.18': resolution: {integrity: sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==} - '@vue/compiler-core@3.4.34': - resolution: {integrity: sha512-Z0izUf32+wAnQewjHu+pQf1yw00EGOmevl1kE+ljjjMe7oEfpQ+BI3/JNK7yMB4IrUsqLDmPecUrpj3mCP+yJQ==} + '@vue/compiler-core@3.4.35': + resolution: {integrity: sha512-gKp0zGoLnMYtw4uS/SJRRO7rsVggLjvot3mcctlMXunYNsX+aRJDqqw/lV5/gHK91nvaAAlWFgdVl020AW1Prg==} - '@vue/compiler-dom@3.4.34': - resolution: {integrity: sha512-3PUOTS1h5cskdOJMExCu2TInXuM0j60DRPpSCJDqOCupCfUZCJoyQmKtRmA8EgDNZ5kcEE7vketamRZfrEuVDw==} + '@vue/compiler-dom@3.4.35': + resolution: {integrity: sha512-pWIZRL76/oE/VMhdv/ovZfmuooEni6JPG1BFe7oLk5DZRo/ImydXijoZl/4kh2406boRQ7lxTYzbZEEXEhj9NQ==} - '@vue/compiler-sfc@3.4.34': - resolution: {integrity: sha512-x6lm0UrM03jjDXTPZgD9Ad8bIVD1ifWNit2EaWQIZB5CULr46+FbLQ5RpK7AXtDHGjx9rmvC7QRCTjsiGkAwRw==} + '@vue/compiler-sfc@3.4.35': + resolution: {integrity: sha512-xacnRS/h/FCsjsMfxBkzjoNxyxEyKyZfBch/P4vkLRvYJwe5ChXmZZrj8Dsed/752H2Q3JE8kYu9Uyha9J6PgA==} - '@vue/compiler-ssr@3.4.34': - resolution: {integrity: sha512-8TDBcLaTrFm5rnF+Qm4BlliaopJgqJ28Nsrc80qazynm5aJO+Emu7y0RWw34L8dNnTRdcVBpWzJxhGYzsoVu4g==} + '@vue/compiler-ssr@3.4.35': + resolution: {integrity: sha512-7iynB+0KB1AAJKk/biENTV5cRGHRdbdaD7Mx3nWcm1W8bVD6QmnH3B4AHhQQ1qZHhqFwzEzMwiytXm3PX1e60A==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -2802,22 +2802,22 @@ packages: typescript: optional: true - '@vue/reactivity@3.4.34': - resolution: {integrity: sha512-ua+Lo+wBRlBEX9TtgPOShE2JwIO7p6BTZ7t1KZVPoaBRfqbC7N3c8Mpzicx173fXxx5VXeU6ykiHo7WgLzJQDA==} + '@vue/reactivity@3.4.35': + resolution: {integrity: sha512-Ggtz7ZZHakriKioveJtPlStYardwQH6VCs9V13/4qjHSQb/teE30LVJNrbBVs4+aoYGtTQKJbTe4CWGxVZrvEw==} - '@vue/runtime-core@3.4.34': - resolution: {integrity: sha512-PXhkiRPwcPGJ1BnyBZFI96GfInCVskd0HPNIAZn7i3YOmLbtbTZpB7/kDTwC1W7IqdGPkTVC63IS7J2nZs4Ebg==} + '@vue/runtime-core@3.4.35': + resolution: {integrity: sha512-D+BAjFoWwT5wtITpSxwqfWZiBClhBbR+bm0VQlWYFOadUUXFo+5wbe9ErXhLvwguPiLZdEF13QAWi2vP3ZD5tA==} - '@vue/runtime-dom@3.4.34': - resolution: {integrity: sha512-dXqIe+RqFAK2Euak4UsvbIupalrhc67OuQKpD7HJ3W2fv8jlqvI7szfBCsAEcE8o/wyNpkloxB6J8viuF/E3gw==} + '@vue/runtime-dom@3.4.35': + resolution: {integrity: sha512-yGOlbos+MVhlS5NWBF2HDNgblG8e2MY3+GigHEyR/dREAluvI5tuUUgie3/9XeqhPE4LF0i2wjlduh5thnfOqw==} - '@vue/server-renderer@3.4.34': - resolution: {integrity: sha512-GeyEUfMVRZMD/mZcNONEqg7MiU10QQ1DB3O/Qr6+8uXpbwdlmVgQ5Qs1/ZUAFX1X2UUtqMoGrDRbxdWfOJFT7Q==} + '@vue/server-renderer@3.4.35': + resolution: {integrity: sha512-iZ0e/u9mRE4T8tNhlo0tbA+gzVkgv8r5BX6s1kRbOZqfpq14qoIvCZ5gIgraOmYkMYrSEZgkkojFPr+Nyq/Mnw==} peerDependencies: - vue: 3.4.34 + vue: 3.4.35 - '@vue/shared@3.4.34': - resolution: {integrity: sha512-x5LmiRLpRsd9KTjAB8MPKf0CDPMcuItjP0gbNqFCIgL1I8iYp4zglhj9w9FPCdIbHG2M91RVeIbArFfFTz9I3A==} + '@vue/shared@3.4.35': + resolution: {integrity: sha512-hvuhBYYDe+b1G8KHxsQ0diDqDMA8D9laxWZhNAjE83VZb5UDaXl9Xnz7cGdDSyiHM90qqI/CyGMcpBpiDy6VVQ==} '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -3887,8 +3887,8 @@ packages: supports-color: optional: true - debug@4.3.5: - resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} + debug@4.3.6: + resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -7169,8 +7169,8 @@ packages: peerDependencies: postcss: ^8.0.3 - postcss-resolve-nested-selector@0.1.1: - resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} + postcss-resolve-nested-selector@0.1.4: + resolution: {integrity: sha512-R6vHqZWgVnTAPq0C+xjyHfEZqfIYboCBVSy24MjxEDm+tIh1BU4O6o7DP7AA7kHzf136d+Qc5duI4tlpHjixDw==} postcss-safe-parser@6.0.0: resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} @@ -7196,8 +7196,8 @@ packages: peerDependencies: postcss: ^8.4 - postcss-selector-parser@6.1.0: - resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==} + postcss-selector-parser@6.1.1: + resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==} engines: {node: '>=4'} postcss-sorting@8.0.2: @@ -8169,8 +8169,8 @@ packages: stylelint: ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 webpack: ^5.0.0 - stylelint@16.7.0: - resolution: {integrity: sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==} + stylelint@16.8.1: + resolution: {integrity: sha512-O8aDyfdODSDNz/B3gW2HQ+8kv8pfhSu7ZR7xskQ93+vI6FhKKGUJMQ03Ydu+w3OvXXE0/u4hWU4hCPNOyld+OA==} engines: {node: '>=18.12.0'} hasBin: true @@ -8669,8 +8669,8 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - vite-node@2.0.4: - resolution: {integrity: sha512-ZpJVkxcakYtig5iakNeL7N3trufe3M6vGuzYAr4GsbCTwobDeyPJpE4cjDhhPluv8OvQCFzu2LWp6GkoKRITXA==} + vite-node@2.0.5: + resolution: {integrity: sha512-LdsW4pxj0Ot69FAoXZ1yTnA9bjGohr2yNBU7QKRxpz8ITSkhuDl6h3zS/tvgz4qrNjeRnvrWeXQ8ZF7Um4W00Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -8702,15 +8702,15 @@ packages: terser: optional: true - vitest@2.0.4: - resolution: {integrity: sha512-luNLDpfsnxw5QSW4bISPe6tkxVvv5wn2BBs/PuDRkhXZ319doZyLOBr1sjfB5yCEpTiU7xCAdViM8TNVGPwoog==} + vitest@2.0.5: + resolution: {integrity: sha512-8GUxONfauuIdeSl5f9GTgVEpg5BTOlplET4WEDaeY2QBiN8wSm68vxN/tb5z405OwppfoCavnwXafiaYBC/xOA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.0.4 - '@vitest/ui': 2.0.4 + '@vitest/browser': 2.0.5 + '@vitest/ui': 2.0.5 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -8756,8 +8756,8 @@ packages: peerDependencies: vue: ^3.0.0 - vue-router@4.4.0: - resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==} + vue-router@4.4.2: + resolution: {integrity: sha512-1qNybkn2L7QsLzaXs8nvlQmRKp8XF8DCxZys/Jr1JpQcHsKUxTKzTxCVA1G7NfBfwRIBgCJPoujOG5lHCCNUxw==} peerDependencies: vue: ^3.2.0 @@ -8770,8 +8770,8 @@ packages: peerDependencies: typescript: '>=5.0.0' - vue@3.4.34: - resolution: {integrity: sha512-VZze05HWlA3ItreQ/ka7Sx7PoD0/3St8FEiSlSTVgb6l4hL+RjtP2/8g5WQBzZgyf8WG2f+g1bXzC7zggLhAJA==} + vue@3.4.35: + resolution: {integrity: sha512-+fl/GLmI4GPileHftVlCdB7fUL4aziPcqTudpTGXCT8s+iZWuOCeNEB5haX6Uz2IpRrbEXOgIFbe+XciCuGbNQ==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -9159,7 +9159,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.34)(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.4(@types/node@20.14.13)(jsdom@24.1.1)(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.4.35)(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.14.14)(jsdom@24.1.1)(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 @@ -9184,10 +9184,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.4(@types/node@20.14.13)(jsdom@24.1.1)(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.14.14)(jsdom@24.1.1)(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.34)(eslint@8.57.0) + eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.35)(eslint@8.57.0) globals: 15.8.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 @@ -9249,7 +9249,7 @@ snapshots: '@babel/traverse': 7.24.8 '@babel/types': 7.24.9 convert-source-map: 2.0.0 - debug: 4.3.5 + debug: 4.3.6 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -9312,7 +9312,7 @@ snapshots: '@babel/core': 7.24.9 '@babel/helper-compilation-targets': 7.24.8 '@babel/helper-plugin-utils': 7.24.0 - debug: 4.3.5 + debug: 4.3.6 lodash.debounce: 4.0.8 resolve: 1.22.8 transitivePeerDependencies: @@ -10100,7 +10100,7 @@ snapshots: '@babel/helper-split-export-declaration': 7.24.7 '@babel/parser': 7.24.8 '@babel/types': 7.24.9 - debug: 4.3.5 + debug: 4.3.6 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -10162,9 +10162,9 @@ snapshots: '@csstools/postcss-cascade-layers@4.0.6(postcss@8.4.40)': dependencies: - '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0) + '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 '@csstools/postcss-color-function@3.0.19(postcss@8.4.40)': dependencies: @@ -10243,9 +10243,9 @@ snapshots: '@csstools/postcss-is-pseudo-class@4.0.8(postcss@8.4.40)': dependencies: - '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0) + '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 '@csstools/postcss-light-dark-function@1.0.8(postcss@8.4.40)': dependencies: @@ -10330,7 +10330,7 @@ snapshots: '@csstools/postcss-scope-pseudo-class@3.0.1(postcss@8.4.40)': dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 '@csstools/postcss-stepped-value-functions@3.0.10(postcss@8.4.40)': dependencies: @@ -10356,13 +10356,13 @@ snapshots: dependencies: postcss: 8.4.40 - '@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.1.0)': + '@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.1.1)': dependencies: - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 - '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.0)': + '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.1)': dependencies: - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 '@csstools/utilities@1.0.0(postcss@8.4.40)': dependencies: @@ -10370,9 +10370,9 @@ snapshots: '@ctrl/tinycolor@3.6.1': {} - '@dg-scripts/eslint-config@5.21.3(@vue/compiler-sfc@3.4.34)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1))': + '@dg-scripts/eslint-config@5.21.3(@vue/compiler-sfc@3.4.35)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(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.34)(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.4(@types/node@20.14.13)(jsdom@24.1.1)(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.4.35)(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.14.14)(jsdom@24.1.1)(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 @@ -10400,12 +10400,12 @@ snapshots: - svelte-eslint-parser - vitest - '@dg-scripts/stylelint-config@5.21.3(postcss@8.4.40)(prettier@3.3.3)(stylelint@16.7.0(typescript@5.5.4))': + '@dg-scripts/stylelint-config@5.21.3(postcss@8.4.40)(prettier@3.3.3)(stylelint@16.8.1(typescript@5.5.4))': dependencies: prettier: 3.3.3 - stylelint: 16.7.0(typescript@5.5.4) - stylelint-config-bod: 5.21.3(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)) - stylelint-prettier: 5.0.2(prettier@3.3.3)(stylelint@16.7.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-bod: 5.21.3(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)) + stylelint-prettier: 5.0.2(prettier@3.3.3)(stylelint@16.8.1(typescript@5.5.4)) transitivePeerDependencies: - postcss - supports-color @@ -10420,9 +10420,9 @@ snapshots: '@dual-bundle/import-meta-resolve@4.1.0': {} - '@element-plus/icons-vue@2.3.1(vue@3.4.34(typescript@5.5.4))': + '@element-plus/icons-vue@2.3.1(vue@3.4.35(typescript@5.5.4))': dependencies: - vue: 3.4.34(typescript@5.5.4) + vue: 3.4.35(typescript@5.5.4) '@es-joy/jsdoccomment@0.41.0': dependencies: @@ -10621,7 +10621,7 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.3.5 + debug: 4.3.6 espree: 9.6.1 globals: 13.24.0 ignore: 5.3.1 @@ -10635,7 +10635,7 @@ snapshots: '@eslint/eslintrc@3.1.0': dependencies: ajv: 6.12.6 - debug: 4.3.5 + debug: 4.3.6 espree: 10.1.0 globals: 14.0.0 ignore: 5.3.1 @@ -10662,7 +10662,7 @@ snapshots: '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.2 - debug: 4.3.5 + debug: 4.3.6 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -10709,27 +10709,27 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.14.13 + '@types/node': 20.14.14 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.14.13)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(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.14.13 + '@types/node': 20.14.14 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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -10754,7 +10754,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.13 + '@types/node': 20.14.14 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -10772,7 +10772,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.14.13 + '@types/node': 20.14.14 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -10794,7 +10794,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 20.14.13 + '@types/node': 20.14.14 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -10864,7 +10864,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -11116,7 +11116,7 @@ snapshots: '@npmcli/query@3.1.0': dependencies: - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 '@npmcli/redact@2.0.1': {} @@ -11396,7 +11396,7 @@ snapshots: '@rtsao/scc@1.1.0': {} - '@sabertazimi/react-scripts@5.21.3(@types/babel__core@7.20.5)(@types/node@20.14.13)(@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.14.13)(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.14.14)(@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.14.14)(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) @@ -11415,16 +11415,16 @@ 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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(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.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + jest: 29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4))) + jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4))) mini-css-extract-plugin: 2.9.0(webpack@5.93.0) postcss: 8.4.40 postcss-flexbugs-fixes: 5.0.2(postcss@8.4.40) @@ -11444,11 +11444,11 @@ snapshots: semver: 7.6.3 source-map-loader: 5.0.0(webpack@5.93.0) style-loader: 4.0.0(webpack@5.93.0) - stylelint: 16.7.0(typescript@5.5.4) - stylelint-config-bod: 5.21.3(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)) - stylelint-prettier: 5.0.2(prettier@3.3.3)(stylelint@16.7.0(typescript@5.5.4)) - stylelint-webpack-plugin: 5.0.1(stylelint@16.7.0(typescript@5.5.4))(webpack@5.93.0) - tailwindcss: 3.4.7(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-bod: 5.21.3(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)) + stylelint-prettier: 5.0.2(prettier@3.3.3)(stylelint@16.8.1(typescript@5.5.4)) + stylelint-webpack-plugin: 5.0.1(stylelint@16.8.1(typescript@5.5.4))(webpack@5.93.0) + tailwindcss: 3.4.7(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) terser-webpack-plugin: 5.3.10(webpack@5.93.0) webpack: 5.93.0 webpack-bundle-analyzer: 4.10.2 @@ -11823,20 +11823,20 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 4.17.43 - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/connect@3.4.38': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/eslint-scope@3.7.7': dependencies: @@ -11854,7 +11854,7 @@ snapshots: '@types/express-serve-static-core@4.17.43': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/qs': 6.9.12 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -11868,7 +11868,7 @@ snapshots: '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/html-minifier-terser@6.1.0': {} @@ -11876,7 +11876,7 @@ snapshots: '@types/http-proxy@1.17.14': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/istanbul-lib-coverage@2.0.6': {} @@ -11895,13 +11895,13 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 '@types/jsdom@21.1.7': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 @@ -11927,9 +11927,9 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 - '@types/node@20.14.13': + '@types/node@20.14.14': dependencies: undici-types: 5.26.5 @@ -11965,7 +11965,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/serve-index@1.9.4': dependencies: @@ -11975,11 +11975,11 @@ snapshots: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/stack-utils@2.0.3': {} @@ -11993,7 +11993,7 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 '@types/yargs-parser@21.0.3': {} @@ -12043,7 +12043,7 @@ snapshots: '@typescript-eslint/types': 7.16.1 '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.4) '@typescript-eslint/visitor-keys': 7.16.1 - debug: 4.3.5 + debug: 4.3.6 eslint: 8.57.0 optionalDependencies: typescript: 5.5.4 @@ -12056,7 +12056,7 @@ snapshots: '@typescript-eslint/types': 8.0.0-alpha.40 '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4) '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 - debug: 4.3.5 + debug: 4.3.6 eslint: 8.57.0 optionalDependencies: typescript: 5.5.4 @@ -12087,7 +12087,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.4) '@typescript-eslint/utils': 7.16.1(eslint@8.57.0)(typescript@5.5.4) - debug: 4.3.5 + debug: 4.3.6 eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: @@ -12099,7 +12099,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4) '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@8.57.0)(typescript@5.5.4) - debug: 4.3.5 + debug: 4.3.6 ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: typescript: 5.5.4 @@ -12119,7 +12119,7 @@ snapshots: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.3.5 + debug: 4.3.6 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 @@ -12133,7 +12133,7 @@ snapshots: dependencies: '@typescript-eslint/types': 7.16.1 '@typescript-eslint/visitor-keys': 7.16.1 - debug: 4.3.5 + debug: 4.3.6 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -12148,7 +12148,7 @@ snapshots: dependencies: '@typescript-eslint/types': 8.0.0-alpha.40 '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 - debug: 4.3.5 + debug: 4.3.6 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -12163,7 +12163,7 @@ snapshots: dependencies: '@typescript-eslint/types': 8.0.0-alpha.47 '@typescript-eslint/visitor-keys': 8.0.0-alpha.47 - debug: 4.3.5 + debug: 4.3.6 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -12258,24 +12258,24 @@ snapshots: dependencies: '@unhead/schema': 1.9.16 - '@unhead/vue@1.9.16(vue@3.4.34(typescript@5.5.4))': + '@unhead/vue@1.9.16(vue@3.4.35(typescript@5.5.4))': dependencies: '@unhead/schema': 1.9.16 '@unhead/shared': 1.9.16 hookable: 5.5.3 unhead: 1.9.16 - vue: 3.4.34(typescript@5.5.4) + vue: 3.4.35(typescript@5.5.4) - '@vitejs/plugin-vue@5.1.1(vite@5.3.5(@types/node@20.14.13)(terser@5.28.1))(vue@3.4.34(typescript@5.5.4))': + '@vitejs/plugin-vue@5.1.2(vite@5.3.5(@types/node@20.14.14)(terser@5.28.1))(vue@3.4.35(typescript@5.5.4))': dependencies: - vite: 5.3.5(@types/node@20.14.13)(terser@5.28.1) - vue: 3.4.34(typescript@5.5.4) + vite: 5.3.5(@types/node@20.14.14)(terser@5.28.1) + vue: 3.4.35(typescript@5.5.4) - '@vitest/coverage-v8@2.0.4(vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1))': + '@vitest/coverage-v8@2.0.5(vitest@2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 - debug: 4.3.5 + debug: 4.3.6 istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 @@ -12285,39 +12285,39 @@ snapshots: std-env: 3.7.0 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1) + vitest: 2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1) transitivePeerDependencies: - supports-color - '@vitest/expect@2.0.4': + '@vitest/expect@2.0.5': dependencies: - '@vitest/spy': 2.0.4 - '@vitest/utils': 2.0.4 + '@vitest/spy': 2.0.5 + '@vitest/utils': 2.0.5 chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/pretty-format@2.0.4': + '@vitest/pretty-format@2.0.5': dependencies: tinyrainbow: 1.2.0 - '@vitest/runner@2.0.4': + '@vitest/runner@2.0.5': dependencies: - '@vitest/utils': 2.0.4 + '@vitest/utils': 2.0.5 pathe: 1.1.2 - '@vitest/snapshot@2.0.4': + '@vitest/snapshot@2.0.5': dependencies: - '@vitest/pretty-format': 2.0.4 + '@vitest/pretty-format': 2.0.5 magic-string: 0.30.10 pathe: 1.1.2 - '@vitest/spy@2.0.4': + '@vitest/spy@2.0.5': dependencies: tinyspy: 3.0.0 - '@vitest/utils@2.0.4': + '@vitest/utils@2.0.5': dependencies: - '@vitest/pretty-format': 2.0.4 + '@vitest/pretty-format': 2.0.5 estree-walker: 3.0.3 loupe: 3.1.1 tinyrainbow: 1.2.0 @@ -12334,35 +12334,35 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.0.8 - '@vue/compiler-core@3.4.34': + '@vue/compiler-core@3.4.35': dependencies: '@babel/parser': 7.24.8 - '@vue/shared': 3.4.34 + '@vue/shared': 3.4.35 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.34': + '@vue/compiler-dom@3.4.35': dependencies: - '@vue/compiler-core': 3.4.34 - '@vue/shared': 3.4.34 + '@vue/compiler-core': 3.4.35 + '@vue/shared': 3.4.35 - '@vue/compiler-sfc@3.4.34': + '@vue/compiler-sfc@3.4.35': dependencies: '@babel/parser': 7.24.8 - '@vue/compiler-core': 3.4.34 - '@vue/compiler-dom': 3.4.34 - '@vue/compiler-ssr': 3.4.34 - '@vue/shared': 3.4.34 + '@vue/compiler-core': 3.4.35 + '@vue/compiler-dom': 3.4.35 + '@vue/compiler-ssr': 3.4.35 + '@vue/shared': 3.4.35 estree-walker: 2.0.2 magic-string: 0.30.10 postcss: 8.4.40 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.34': + '@vue/compiler-ssr@3.4.35': dependencies: - '@vue/compiler-dom': 3.4.34 - '@vue/shared': 3.4.34 + '@vue/compiler-dom': 3.4.35 + '@vue/shared': 3.4.35 '@vue/compiler-vue2@2.7.16': dependencies: @@ -12374,9 +12374,9 @@ snapshots: '@vue/language-core@2.0.29(typescript@5.5.4)': dependencies: '@volar/language-core': 2.4.0-alpha.18 - '@vue/compiler-dom': 3.4.34 + '@vue/compiler-dom': 3.4.35 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.4.34 + '@vue/shared': 3.4.35 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -12384,29 +12384,29 @@ snapshots: optionalDependencies: typescript: 5.5.4 - '@vue/reactivity@3.4.34': + '@vue/reactivity@3.4.35': dependencies: - '@vue/shared': 3.4.34 + '@vue/shared': 3.4.35 - '@vue/runtime-core@3.4.34': + '@vue/runtime-core@3.4.35': dependencies: - '@vue/reactivity': 3.4.34 - '@vue/shared': 3.4.34 + '@vue/reactivity': 3.4.35 + '@vue/shared': 3.4.35 - '@vue/runtime-dom@3.4.34': + '@vue/runtime-dom@3.4.35': dependencies: - '@vue/reactivity': 3.4.34 - '@vue/runtime-core': 3.4.34 - '@vue/shared': 3.4.34 + '@vue/reactivity': 3.4.35 + '@vue/runtime-core': 3.4.35 + '@vue/shared': 3.4.35 csstype: 3.1.3 - '@vue/server-renderer@3.4.34(vue@3.4.34(typescript@5.5.4))': + '@vue/server-renderer@3.4.35(vue@3.4.35(typescript@5.5.4))': dependencies: - '@vue/compiler-ssr': 3.4.34 - '@vue/shared': 3.4.34 - vue: 3.4.34(typescript@5.5.4) + '@vue/compiler-ssr': 3.4.35 + '@vue/shared': 3.4.35 + vue: 3.4.35(typescript@5.5.4) - '@vue/shared@3.4.34': {} + '@vue/shared@3.4.35': {} '@vue/test-utils@2.4.6': dependencies: @@ -12415,21 +12415,21 @@ snapshots: '@vue/tsconfig@0.5.1': {} - '@vueuse/core@9.13.0(vue@3.4.34(typescript@5.5.4))': + '@vueuse/core@9.13.0(vue@3.4.35(typescript@5.5.4))': dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.13.0 - '@vueuse/shared': 9.13.0(vue@3.4.34(typescript@5.5.4)) - vue-demi: 0.14.10(vue@3.4.34(typescript@5.5.4)) + '@vueuse/shared': 9.13.0(vue@3.4.35(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.35(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@9.13.0(vue@3.4.34(typescript@5.5.4))': + '@vueuse/shared@9.13.0(vue@3.4.35(typescript@5.5.4))': dependencies: - vue-demi: 0.14.10(vue@3.4.34(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.35(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -12567,13 +12567,13 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color agent-base@7.1.0: dependencies: - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color @@ -13379,13 +13379,13 @@ snapshots: optionalDependencies: typescript: 5.5.4 - create-jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)): + create-jest@29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -13407,7 +13407,7 @@ snapshots: css-blank-pseudo@6.0.2(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 css-declaration-sorter@7.2.0(postcss@8.4.40): dependencies: @@ -13417,9 +13417,9 @@ snapshots: css-has-pseudo@6.0.5(postcss@8.4.40): dependencies: - '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0) + '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 css-loader@7.1.2(webpack@5.93.0): @@ -13594,7 +13594,7 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.3.5: + debug@4.3.6: dependencies: ms: 2.1.2 @@ -13802,15 +13802,15 @@ snapshots: electron-to-chromium@1.4.832: {} - element-plus@2.7.8(vue@3.4.34(typescript@5.5.4)): + element-plus@2.7.8(vue@3.4.35(typescript@5.5.4)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.1(vue@3.4.34(typescript@5.5.4)) + '@element-plus/icons-vue': 2.3.1(vue@3.4.35(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.34(typescript@5.5.4)) + '@vueuse/core': 9.13.0(vue@3.4.35(typescript@5.5.4)) async-validator: 4.2.5 dayjs: 1.11.10 escape-html: 1.0.3 @@ -13819,7 +13819,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.34(typescript@5.5.4) + vue: 3.4.35(typescript@5.5.4) transitivePeerDependencies: - '@vue/composition-api' @@ -14039,7 +14039,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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(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.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(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) @@ -14049,7 +14049,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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(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.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(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) @@ -14140,7 +14140,7 @@ snapshots: dependencies: '@rtsao/scc': 1.1.0 '@typescript-eslint/utils': 7.16.1(eslint@8.57.0)(typescript@5.5.4) - debug: 4.3.5 + debug: 4.3.6 doctrine: 3.0.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -14154,13 +14154,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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(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.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + jest: 29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) transitivePeerDependencies: - supports-color - typescript @@ -14170,7 +14170,7 @@ snapshots: '@es-joy/jsdoccomment': 0.41.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 - debug: 4.3.5 + debug: 4.3.6 escape-string-regexp: 4.0.0 eslint: 8.57.0 esquery: 1.6.0 @@ -14185,7 +14185,7 @@ snapshots: '@es-joy/jsdoccomment': 0.46.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 - debug: 4.3.5 + debug: 4.3.6 escape-string-regexp: 4.0.0 eslint: 8.57.0 esquery: 1.6.0 @@ -14428,7 +14428,7 @@ snapshots: eslint-plugin-toml@0.11.1(eslint@8.57.0): dependencies: - debug: 4.3.5 + debug: 4.3.6 eslint: 8.57.0 eslint-compat-utils: 0.5.0(eslint@8.57.0) lodash: 4.17.21 @@ -14476,13 +14476,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.4(@types/node@20.14.13)(jsdom@24.1.1)(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.14.14)(jsdom@24.1.1)(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.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1) + vitest: 2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1) transitivePeerDependencies: - supports-color - typescript @@ -14494,7 +14494,7 @@ snapshots: globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 semver: 7.6.3 vue-eslint-parser: 9.4.3(eslint@8.57.0) xml-name-validator: 4.0.0 @@ -14503,7 +14503,7 @@ snapshots: eslint-plugin-yml@1.14.0(eslint@8.57.0): dependencies: - debug: 4.3.5 + debug: 4.3.6 eslint: 8.57.0 eslint-compat-utils: 0.5.0(eslint@8.57.0) lodash: 4.17.21 @@ -14512,9 +14512,9 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.34)(eslint@8.57.0): + eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.35)(eslint@8.57.0): dependencies: - '@vue/compiler-sfc': 3.4.34 + '@vue/compiler-sfc': 3.4.35 eslint: 8.57.0 eslint-rule-composer@0.3.0: {} @@ -14563,7 +14563,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.5 + debug: 4.3.6 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -15222,14 +15222,14 @@ snapshots: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.0 - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color @@ -15256,14 +15256,14 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.0 - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color @@ -15605,7 +15605,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.3.5 + debug: 4.3.6 istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -15614,7 +15614,7 @@ snapshots: istanbul-lib-source-maps@5.0.6: dependencies: '@jridgewell/trace-mapping': 0.3.25 - debug: 4.3.5 + debug: 4.3.6 istanbul-lib-coverage: 3.2.2 transitivePeerDependencies: - supports-color @@ -15657,7 +15657,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.13 + '@types/node': 20.14.14 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3(babel-plugin-macros@3.1.0) @@ -15677,16 +15677,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)): + jest-cli@29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(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.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + create-jest: 29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -15696,7 +15696,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)): dependencies: '@babel/core': 7.24.9 '@jest/test-sequencer': 29.7.0 @@ -15721,8 +15721,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.14.13 - ts-node: 10.9.2(@types/node@20.14.13)(typescript@5.5.4) + '@types/node': 20.14.14 + ts-node: 10.9.2(@types/node@20.14.14)(typescript@5.5.4) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -15752,7 +15752,7 @@ snapshots: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.14.13 + '@types/node': 20.14.14 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -15766,7 +15766,7 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.13 + '@types/node': 20.14.14 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -15776,7 +15776,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.14.13 + '@types/node': 20.14.14 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -15815,7 +15815,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.14.13 + '@types/node': 20.14.14 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -15850,7 +15850,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.13 + '@types/node': 20.14.14 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -15878,7 +15878,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.13 + '@types/node': 20.14.14 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -15924,7 +15924,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.14.13 + '@types/node': 20.14.14 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -15939,11 +15939,11 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4))): + jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4))): dependencies: ansi-escapes: 6.2.0 chalk: 5.3.0 - jest: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + jest: 29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) jest-regex-util: 29.6.3 jest-watcher: 29.7.0 slash: 5.1.0 @@ -15954,7 +15954,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.13 + '@types/node': 20.14.14 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -15963,23 +15963,23 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)): + jest@29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + jest-cli: 29.7.0(@types/node@20.14.14)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -16518,7 +16518,7 @@ snapshots: micromark@2.11.4: dependencies: - debug: 4.3.5 + debug: 4.3.6 parse-entities: 2.0.0 transitivePeerDependencies: - supports-color @@ -17192,11 +17192,11 @@ snapshots: pify@5.0.0: {} - pinia@2.2.0(typescript@5.5.4)(vue@3.4.34(typescript@5.5.4)): + pinia@2.2.0(typescript@5.5.4)(vue@3.4.35(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 - vue: 3.4.34(typescript@5.5.4) - vue-demi: 0.14.10(vue@3.4.34(typescript@5.5.4)) + vue: 3.4.35(typescript@5.5.4) + vue-demi: 0.14.10(vue@3.4.35(typescript@5.5.4)) optionalDependencies: typescript: 5.5.4 @@ -17227,7 +17227,7 @@ snapshots: postcss-attribute-case-insensitive@6.0.3(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-browser-comments@4.0.0(browserslist@4.23.2)(postcss@8.4.40): dependencies: @@ -17237,7 +17237,7 @@ snapshots: postcss-calc@10.0.0(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 postcss-clamp@4.1.0(postcss@8.4.40): @@ -17303,17 +17303,17 @@ snapshots: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-dir-pseudo-class@8.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-discard-comments@7.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-discard-duplicates@7.0.0(postcss@8.4.40): dependencies: @@ -17341,12 +17341,12 @@ snapshots: postcss-focus-visible@9.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-focus-within@8.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-font-variant@5.0.0(postcss@8.4.40): dependencies: @@ -17390,13 +17390,13 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 - postcss-load-config@4.0.2(postcss@8.4.40)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)): + postcss-load-config@4.0.2(postcss@8.4.40)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)): dependencies: lilconfig: 3.1.2 yaml: 2.4.0 optionalDependencies: postcss: 8.4.40 - ts-node: 10.9.2(@types/node@20.14.13)(typescript@5.5.4) + ts-node: 10.9.2(@types/node@20.14.14)(typescript@5.5.4) postcss-loader@8.1.1(postcss@8.4.40)(typescript@5.5.4)(webpack@5.93.0): dependencies: @@ -17438,7 +17438,7 @@ snapshots: caniuse-api: 3.0.0 cssnano-utils: 5.0.0(postcss@8.4.40) postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-minify-font-values@7.0.0(postcss@8.4.40): dependencies: @@ -17463,7 +17463,7 @@ snapshots: dependencies: cssesc: 3.0.0 postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-modules-extract-imports@3.1.0(postcss@8.4.40): dependencies: @@ -17473,13 +17473,13 @@ snapshots: dependencies: icss-utils: 5.1.0(postcss@8.4.40) postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 postcss-modules-scope@3.2.0(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-modules-values@4.0.0(postcss@8.4.40): dependencies: @@ -17489,14 +17489,14 @@ snapshots: postcss-nested@6.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-nesting@12.1.5(postcss@8.4.40): dependencies: - '@csstools/selector-resolve-nested': 1.1.0(postcss-selector-parser@6.1.0) - '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0) + '@csstools/selector-resolve-nested': 1.1.0(postcss-selector-parser@6.1.1) + '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-normalize-charset@7.0.0(postcss@8.4.40): dependencies: @@ -17643,7 +17643,7 @@ snapshots: postcss-pseudo-class-any-link@9.0.2(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-reduce-initial@7.0.1(postcss@8.4.40): dependencies: @@ -17660,7 +17660,7 @@ snapshots: dependencies: postcss: 8.4.40 - postcss-resolve-nested-selector@0.1.1: {} + postcss-resolve-nested-selector@0.1.4: {} postcss-safe-parser@6.0.0(postcss@8.4.40): dependencies: @@ -17677,9 +17677,9 @@ snapshots: postcss-selector-not@7.0.2(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 - postcss-selector-parser@6.1.0: + postcss-selector-parser@6.1.1: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 @@ -17697,7 +17697,7 @@ snapshots: postcss-unique-selectors@7.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-value-parser@4.2.0: {} @@ -18358,7 +18358,7 @@ snapshots: socks-proxy-agent@8.0.2: dependencies: agent-base: 7.1.0 - debug: 4.3.5 + debug: 4.3.6 socks: 2.8.1 transitivePeerDependencies: - supports-color @@ -18423,7 +18423,7 @@ snapshots: spdy-transport@3.0.0: dependencies: - debug: 4.3.5 + debug: 4.3.6 detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -18434,7 +18434,7 @@ snapshots: spdy@4.0.2: dependencies: - debug: 4.3.5 + debug: 4.3.6 handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -18608,101 +18608,101 @@ snapshots: dependencies: browserslist: 4.23.2 postcss: 8.4.40 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 - stylelint-config-bod@5.21.3(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-bod@5.21.3(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)): dependencies: postcss-html: 1.7.0 postcss-markdown: 1.2.0 - stylelint: 16.7.0(typescript@5.5.4) - stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.7.0(typescript@5.5.4)) - stylelint-config-recess-order: 5.0.1(stylelint@16.7.0(typescript@5.5.4)) - stylelint-config-standard: 36.0.1(stylelint@16.7.0(typescript@5.5.4)) - stylelint-config-standard-scss: 13.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.8.1(typescript@5.5.4)) + stylelint-config-recess-order: 5.0.1(stylelint@16.8.1(typescript@5.5.4)) + stylelint-config-standard: 36.0.1(stylelint@16.8.1(typescript@5.5.4)) + stylelint-config-standard-scss: 13.1.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)) transitivePeerDependencies: - postcss - supports-color - stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.8.1(typescript@5.5.4)): dependencies: postcss-html: 1.7.0 - stylelint: 16.7.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-config-recess-order@5.0.1(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-recess-order@5.0.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.7.0(typescript@5.5.4) - stylelint-order: 6.0.4(stylelint@16.7.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-order: 6.0.4(stylelint@16.8.1(typescript@5.5.4)) - stylelint-config-recommended-scss@14.0.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-recommended-scss@14.0.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)): dependencies: postcss-scss: 4.0.9(postcss@8.4.40) - stylelint: 16.7.0(typescript@5.5.4) - stylelint-config-recommended: 14.0.1(stylelint@16.7.0(typescript@5.5.4)) - stylelint-scss: 6.2.0(stylelint@16.7.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-recommended: 14.0.1(stylelint@16.8.1(typescript@5.5.4)) + stylelint-scss: 6.2.0(stylelint@16.8.1(typescript@5.5.4)) optionalDependencies: postcss: 8.4.40 - stylelint-config-recommended@14.0.1(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-recommended@14.0.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.7.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-config-standard-scss@13.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-standard-scss@13.1.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.7.0(typescript@5.5.4) - stylelint-config-recommended-scss: 14.0.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)) - stylelint-config-standard: 36.0.1(stylelint@16.7.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-recommended-scss: 14.0.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)) + stylelint-config-standard: 36.0.1(stylelint@16.8.1(typescript@5.5.4)) optionalDependencies: postcss: 8.4.40 - stylelint-config-standard@36.0.1(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-standard@36.0.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.7.0(typescript@5.5.4) - stylelint-config-recommended: 14.0.1(stylelint@16.7.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-recommended: 14.0.1(stylelint@16.8.1(typescript@5.5.4)) - stylelint-order@6.0.4(stylelint@16.7.0(typescript@5.5.4)): + stylelint-order@6.0.4(stylelint@16.8.1(typescript@5.5.4)): dependencies: postcss: 8.4.40 postcss-sorting: 8.0.2(postcss@8.4.40) - stylelint: 16.7.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-prettier@5.0.2(prettier@3.3.3)(stylelint@16.7.0(typescript@5.5.4)): + stylelint-prettier@5.0.2(prettier@3.3.3)(stylelint@16.8.1(typescript@5.5.4)): dependencies: prettier: 3.3.3 prettier-linter-helpers: 1.0.0 - stylelint: 16.7.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-scss@6.2.0(stylelint@16.7.0(typescript@5.5.4)): + stylelint-scss@6.2.0(stylelint@16.8.1(typescript@5.5.4)): dependencies: known-css-properties: 0.29.0 postcss-media-query-parser: 0.2.3 - postcss-resolve-nested-selector: 0.1.1 - postcss-selector-parser: 6.1.0 + postcss-resolve-nested-selector: 0.1.4 + postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 - stylelint: 16.7.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-webpack-plugin@5.0.1(stylelint@16.7.0(typescript@5.5.4))(webpack@5.93.0): + stylelint-webpack-plugin@5.0.1(stylelint@16.8.1(typescript@5.5.4))(webpack@5.93.0): dependencies: globby: 11.1.0 jest-worker: 29.7.0 micromatch: 4.0.7 normalize-path: 3.0.0 schema-utils: 4.2.0 - stylelint: 16.7.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) webpack: 5.93.0 - stylelint@16.7.0(typescript@5.5.4): + stylelint@16.8.1(typescript@5.5.4): 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) - '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0) + '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 9.0.0(typescript@5.5.4) css-functions-list: 3.2.2 css-tree: 2.3.1 - debug: 4.3.5 + debug: 4.3.6 fast-glob: 3.3.2 fastest-levenshtein: 1.0.16 file-entry-cache: 9.0.0 @@ -18720,9 +18720,9 @@ snapshots: normalize-path: 3.0.0 picocolors: 1.0.1 postcss: 8.4.40 - postcss-resolve-nested-selector: 0.1.1 + postcss-resolve-nested-selector: 0.1.4 postcss-safe-parser: 7.0.0(postcss@8.4.40) - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 string-width: 4.2.3 @@ -18797,7 +18797,7 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 - tailwindcss@3.4.7(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)): + tailwindcss@3.4.7(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -18816,9 +18816,9 @@ snapshots: postcss: 8.4.40 postcss-import: 15.1.0(postcss@8.4.40) postcss-js: 4.0.1(postcss@8.4.40) - postcss-load-config: 4.0.2(postcss@8.4.40)(ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4)) + postcss-load-config: 4.0.2(postcss@8.4.40)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) postcss-nested: 6.0.1(postcss@8.4.40) - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 resolve: 1.22.8 sucrase: 3.35.0 transitivePeerDependencies: @@ -18973,14 +18973,14 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.2(@types/node@20.14.13)(typescript@5.5.4): + ts-node@10.9.2(@types/node@20.14.14)(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.14.13 + '@types/node': 20.14.14 acorn: 8.12.1 acorn-walk: 8.3.2 arg: 4.1.3 @@ -19009,7 +19009,7 @@ snapshots: tuf-js@2.2.0: dependencies: '@tufjs/models': 2.0.0 - debug: 4.3.5 + debug: 4.3.6 make-fetch-happen: 13.0.0 transitivePeerDependencies: - supports-color @@ -19168,7 +19168,7 @@ snapshots: unpipe@1.0.0: {} - unplugin-auto-import@0.18.2(@vueuse/core@9.13.0(vue@3.4.34(typescript@5.5.4)))(rollup@4.13.0): + unplugin-auto-import@0.18.2(@vueuse/core@9.13.0(vue@3.4.35(typescript@5.5.4)))(rollup@4.13.0): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.13.0) @@ -19179,23 +19179,23 @@ snapshots: unimport: 3.9.0(rollup@4.13.0) unplugin: 1.11.0 optionalDependencies: - '@vueuse/core': 9.13.0(vue@3.4.34(typescript@5.5.4)) + '@vueuse/core': 9.13.0(vue@3.4.35(typescript@5.5.4)) transitivePeerDependencies: - rollup - unplugin-vue-components@0.27.3(@babel/parser@7.24.8)(rollup@4.13.0)(vue@3.4.34(typescript@5.5.4)): + unplugin-vue-components@0.27.3(@babel/parser@7.24.8)(rollup@4.13.0)(vue@3.4.35(typescript@5.5.4)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.13.0) chokidar: 3.6.0 - debug: 4.3.5 + debug: 4.3.6 fast-glob: 3.3.2 local-pkg: 0.5.0 magic-string: 0.30.10 minimatch: 9.0.5 mlly: 1.7.1 unplugin: 1.11.0 - vue: 3.4.34(typescript@5.5.4) + vue: 3.4.35(typescript@5.5.4) optionalDependencies: '@babel/parser': 7.24.8 transitivePeerDependencies: @@ -19255,13 +19255,13 @@ snapshots: vary@1.1.2: {} - vite-node@2.0.4(@types/node@20.14.13)(terser@5.28.1): + vite-node@2.0.5(@types/node@20.14.14)(terser@5.28.1): dependencies: cac: 6.7.14 - debug: 4.3.5 + debug: 4.3.6 pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.3.5(@types/node@20.14.13)(terser@5.28.1) + vite: 5.3.5(@types/node@20.14.14)(terser@5.28.1) transitivePeerDependencies: - '@types/node' - less @@ -19272,27 +19272,27 @@ snapshots: - supports-color - terser - vite@5.3.5(@types/node@20.14.13)(terser@5.28.1): + vite@5.3.5(@types/node@20.14.14)(terser@5.28.1): dependencies: esbuild: 0.21.5 postcss: 8.4.40 rollup: 4.13.0 optionalDependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 fsevents: 2.3.3 terser: 5.28.1 - vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(terser@5.28.1): + vitest@2.0.5(@types/node@20.14.14)(jsdom@24.1.1)(terser@5.28.1): dependencies: '@ampproject/remapping': 2.3.0 - '@vitest/expect': 2.0.4 - '@vitest/pretty-format': 2.0.4 - '@vitest/runner': 2.0.4 - '@vitest/snapshot': 2.0.4 - '@vitest/spy': 2.0.4 - '@vitest/utils': 2.0.4 + '@vitest/expect': 2.0.5 + '@vitest/pretty-format': 2.0.5 + '@vitest/runner': 2.0.5 + '@vitest/snapshot': 2.0.5 + '@vitest/spy': 2.0.5 + '@vitest/utils': 2.0.5 chai: 5.1.1 - debug: 4.3.5 + debug: 4.3.6 execa: 8.0.1 magic-string: 0.30.10 pathe: 1.1.2 @@ -19300,11 +19300,11 @@ snapshots: tinybench: 2.8.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.3.5(@types/node@20.14.13)(terser@5.28.1) - vite-node: 2.0.4(@types/node@20.14.13)(terser@5.28.1) + vite: 5.3.5(@types/node@20.14.14)(terser@5.28.1) + vite-node: 2.0.5(@types/node@20.14.14)(terser@5.28.1) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.14.13 + '@types/node': 20.14.14 jsdom: 24.1.1 transitivePeerDependencies: - less @@ -19319,13 +19319,13 @@ snapshots: vue-component-type-helpers@2.0.6: {} - vue-demi@0.14.10(vue@3.4.34(typescript@5.5.4)): + vue-demi@0.14.10(vue@3.4.35(typescript@5.5.4)): dependencies: - vue: 3.4.34(typescript@5.5.4) + vue: 3.4.35(typescript@5.5.4) vue-eslint-parser@9.4.3(eslint@8.57.0): dependencies: - debug: 4.3.5 + debug: 4.3.6 eslint: 8.57.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 @@ -19336,17 +19336,17 @@ snapshots: transitivePeerDependencies: - supports-color - vue-i18n@9.13.1(vue@3.4.34(typescript@5.5.4)): + vue-i18n@9.13.1(vue@3.4.35(typescript@5.5.4)): dependencies: '@intlify/core-base': 9.13.1 '@intlify/shared': 9.13.1 '@vue/devtools-api': 6.6.3 - vue: 3.4.34(typescript@5.5.4) + vue: 3.4.35(typescript@5.5.4) - vue-router@4.4.0(vue@3.4.34(typescript@5.5.4)): + vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 - vue: 3.4.34(typescript@5.5.4) + vue: 3.4.35(typescript@5.5.4) vue-template-compiler@2.7.16: dependencies: @@ -19361,20 +19361,20 @@ snapshots: semver: 7.6.3 typescript: 5.5.4 - vue@3.4.34(typescript@5.5.4): + vue@3.4.35(typescript@5.5.4): dependencies: - '@vue/compiler-dom': 3.4.34 - '@vue/compiler-sfc': 3.4.34 - '@vue/runtime-dom': 3.4.34 - '@vue/server-renderer': 3.4.34(vue@3.4.34(typescript@5.5.4)) - '@vue/shared': 3.4.34 + '@vue/compiler-dom': 3.4.35 + '@vue/compiler-sfc': 3.4.35 + '@vue/runtime-dom': 3.4.35 + '@vue/server-renderer': 3.4.35(vue@3.4.35(typescript@5.5.4)) + '@vue/shared': 3.4.35 optionalDependencies: typescript: 5.5.4 - vuex@4.1.0(vue@3.4.34(typescript@5.5.4)): + vuex@4.1.0(vue@3.4.35(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 - vue: 3.4.34(typescript@5.5.4) + vue: 3.4.35(typescript@5.5.4) w3c-xmlserializer@4.0.0: dependencies: