diff --git a/Dockerfile b/Dockerfile index dc4cb87e..bc5e1818 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY public ./public # Build assets RUN pnpm build -FROM --platform=$BUILDPLATFORM golang:1.21.4-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.21.5-alpine AS builder RUN apk add --no-cache ca-certificates && mkdir /dozzle diff --git a/go.mod b/go.mod index 8ae52ff3..00bafcea 100644 --- a/go.mod +++ b/go.mod @@ -29,7 +29,7 @@ require ( require ( github.com/PuerkitoBio/goquery v1.8.1 github.com/go-chi/chi/v5 v5.0.10 - github.com/go-chi/jwtauth/v5 v5.2.0 + github.com/go-chi/jwtauth/v5 v5.3.0 github.com/yuin/goldmark v1.6.0 github.com/yuin/goldmark-meta v1.1.0 ) @@ -62,4 +62,4 @@ require ( gotest.tools/v3 v3.0.3 // indirect ) -go 1.21.4 +go 1.21.5 diff --git a/go.sum b/go.sum index b8cd3227..d12fb4de 100644 --- a/go.sum +++ b/go.sum @@ -93,6 +93,8 @@ github.com/go-chi/jwtauth/v5 v5.1.1 h1:Pjixqu5YkjE9sCLpzE01L0Q4sQzJIPdo7uz9r8ftp github.com/go-chi/jwtauth/v5 v5.1.1/go.mod h1:CYP1WSbzD4MPuKCr537EM3kfFhSQgpUEtMJFuYJjqWU= github.com/go-chi/jwtauth/v5 v5.2.0 h1:rw2wRNY6QHxyjYhoZYrQ4IeXVpPeun9nCZ9DBItDFPc= github.com/go-chi/jwtauth/v5 v5.2.0/go.mod h1:2PoGm/KbnzRN9ILY6HFZAI6fTnb1gEZAKogAyqkd6fY= +github.com/go-chi/jwtauth/v5 v5.3.0 h1:X7RKGks1lrVeIe2omGyz47pNaNjG2YmwlRN5UKhN8qg= +github.com/go-chi/jwtauth/v5 v5.3.0/go.mod h1:2PoGm/KbnzRN9ILY6HFZAI6fTnb1gEZAKogAyqkd6fY= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= diff --git a/package.json b/package.json index d18049e9..ba7374af 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,11 @@ "@iconify-json/ph": "^1.1.8", "@intlify/unplugin-vue-i18n": "^1.5.0", "@tailwindcss/typography": "^0.5.10", - "@vueuse/components": "^10.6.1", - "@vueuse/core": "^10.6.1", - "@vueuse/integrations": "^10.6.1", - "@vueuse/math": "^10.6.1", - "@vueuse/router": "^10.6.1", + "@vueuse/components": "^10.7.0", + "@vueuse/core": "^10.7.0", + "@vueuse/integrations": "^10.7.0", + "@vueuse/math": "^10.7.0", + "@vueuse/router": "^10.7.0", "ansi-to-html": "^0.7.2", "autoprefixer": "^10.4.16", "d3-array": "^3.2.4", @@ -49,7 +49,7 @@ "d3-selection": "^3.0.0", "d3-shape": "^3.2.0", "d3-transition": "^3.0.1", - "daisyui": "^4.4.18", + "daisyui": "^4.4.19", "date-fns": "^2.30.0", "entities": "^4.5.0", "fuse.js": "^7.0.0", @@ -58,15 +58,15 @@ "postcss": "^8.4.32", "postcss-mixins": "^9.0.4", "splitpanes": "^3.1.5", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.3.6", "unplugin-auto-import": "^0.17.2", "unplugin-icons": "^0.18.1", "unplugin-vue-components": "^0.26.0", "unplugin-vue-macros": "^2.7.0", - "vite": "5.0.4", + "vite": "5.0.5", "vite-plugin-pages": "^0.32.0", - "vite-plugin-vue-layouts": "^0.8.0", - "vue": "^3.3.9", + "vite-plugin-vue-layouts": "^0.9.0", + "vue": "^3.3.10", "vue-i18n": "^9.8.0", "vue-router": "^4.2.5" }, @@ -84,7 +84,7 @@ "@types/node": "^20.10.3", "@types/semver": "^7.5.6", "@vitejs/plugin-vue": "4.5.1", - "@vue/compiler-sfc": "^3.3.9", + "@vue/compiler-sfc": "^3.3.10", "@vue/test-utils": "^2.4.3", "bumpp": "^9.2.0", "c8": "^8.0.1", @@ -94,13 +94,13 @@ "jsdom": "^23.0.1", "lint-staged": "^15.2.0", "prettier": "^3.1.0", - "prettier-plugin-tailwindcss": "^0.5.7", + "prettier-plugin-tailwindcss": "^0.5.8", "simple-git-hooks": "^2.9.0", "ts-node": "^10.9.1", "typescript": "^5.3.2", "vitepress": "1.0.0-rc.31", "vitest": "^0.34.6", - "vue-tsc": "^1.8.24" + "vue-tsc": "^1.8.25" }, "lint-staged": { "*.{js,vue,css,ts,html,md}": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66fb87e9..78f7fa09 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,22 +28,22 @@ dependencies: version: 1.5.0(vue-i18n@9.8.0) '@tailwindcss/typography': specifier: ^0.5.10 - version: 0.5.10(tailwindcss@3.3.5) + version: 0.5.10(tailwindcss@3.3.6) '@vueuse/components': - specifier: ^10.6.1 - version: 10.6.1(vue@3.3.9) + specifier: ^10.7.0 + version: 10.7.0(vue@3.3.10) '@vueuse/core': - specifier: ^10.6.1 - version: 10.6.1(vue@3.3.9) + specifier: ^10.7.0 + version: 10.7.0(vue@3.3.10) '@vueuse/integrations': - specifier: ^10.6.1 - version: 10.6.1(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.3.9) + specifier: ^10.7.0 + version: 10.7.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.3.10) '@vueuse/math': - specifier: ^10.6.1 - version: 10.6.1(vue@3.3.9) + specifier: ^10.7.0 + version: 10.7.0(vue@3.3.10) '@vueuse/router': - specifier: ^10.6.1 - version: 10.6.1(vue-router@4.2.5)(vue@3.3.9) + specifier: ^10.7.0 + version: 10.7.0(vue-router@4.2.5)(vue@3.3.10) ansi-to-html: specifier: ^0.7.2 version: 0.7.2 @@ -69,8 +69,8 @@ dependencies: specifier: ^3.0.1 version: 3.0.1(d3-selection@3.0.0) daisyui: - specifier: ^4.4.18 - version: 4.4.18(postcss@8.4.32) + specifier: ^4.4.19 + version: 4.4.19(postcss@8.4.32) date-fns: specifier: ^2.30.0 version: 2.30.0 @@ -85,7 +85,7 @@ dependencies: version: 4.0.8 pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.3.2)(vue@3.3.9) + version: 2.1.7(typescript@5.3.2)(vue@3.3.10) postcss: specifier: ^8.4.32 version: 8.4.32 @@ -96,38 +96,38 @@ dependencies: specifier: ^3.1.5 version: 3.1.5 tailwindcss: - specifier: ^3.3.5 - version: 3.3.5(ts-node@10.9.1) + specifier: ^3.3.6 + version: 3.3.6(ts-node@10.9.1) unplugin-auto-import: specifier: ^0.17.2 - version: 0.17.2(@vueuse/core@10.6.1) + version: 0.17.2(@vueuse/core@10.7.0) unplugin-icons: specifier: ^0.18.1 - version: 0.18.1(@vue/compiler-sfc@3.3.9) + version: 0.18.1(@vue/compiler-sfc@3.3.10) unplugin-vue-components: specifier: ^0.26.0 - version: 0.26.0(vue@3.3.9) + version: 0.26.0(vue@3.3.10) unplugin-vue-macros: specifier: ^2.7.0 - version: 2.7.0(@vueuse/core@10.6.1)(typescript@5.3.2)(vite@5.0.4)(vue@3.3.9) + version: 2.7.0(@vueuse/core@10.7.0)(typescript@5.3.2)(vite@5.0.5)(vue@3.3.10) vite: - specifier: 5.0.4 - version: 5.0.4(@types/node@20.10.3) + specifier: 5.0.5 + version: 5.0.5(@types/node@20.10.3) vite-plugin-pages: specifier: ^0.32.0 - version: 0.32.0(@vue/compiler-sfc@3.3.9)(vite@5.0.4) + version: 0.32.0(@vue/compiler-sfc@3.3.10)(vite@5.0.5) vite-plugin-vue-layouts: - specifier: ^0.8.0 - version: 0.8.0(vite@5.0.4)(vue-router@4.2.5)(vue@3.3.9) + specifier: ^0.9.0 + version: 0.9.0(vite@5.0.5)(vue-router@4.2.5)(vue@3.3.10) vue: - specifier: ^3.3.9 - version: 3.3.9(typescript@5.3.2) + specifier: ^3.3.10 + version: 3.3.10(typescript@5.3.2) vue-i18n: specifier: ^9.8.0 - version: 9.8.0(vue@3.3.9) + version: 9.8.0(vue@3.3.10) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.9) + version: 4.2.5(vue@3.3.10) devDependencies: '@iconify-json/ic': @@ -135,7 +135,7 @@ devDependencies: version: 1.1.16 '@pinia/testing': specifier: ^0.1.3 - version: 0.1.3(pinia@2.1.7)(vue@3.3.9) + version: 0.1.3(pinia@2.1.7)(vue@3.3.10) '@playwright/test': specifier: ^1.40.1 version: 1.40.1 @@ -168,13 +168,13 @@ devDependencies: version: 7.5.6 '@vitejs/plugin-vue': specifier: 4.5.1 - version: 4.5.1(vite@5.0.4)(vue@3.3.9) + version: 4.5.1(vite@5.0.5)(vue@3.3.10) '@vue/compiler-sfc': - specifier: ^3.3.9 - version: 3.3.9 + specifier: ^3.3.10 + version: 3.3.10 '@vue/test-utils': specifier: ^2.4.3 - version: 2.4.3(vue@3.3.9) + version: 2.4.3(vue@3.3.10) bumpp: specifier: ^9.2.0 version: 9.2.0 @@ -200,8 +200,8 @@ devDependencies: specifier: ^3.1.0 version: 3.1.0 prettier-plugin-tailwindcss: - specifier: ^0.5.7 - version: 0.5.7(prettier@3.1.0) + specifier: ^0.5.8 + version: 0.5.8(prettier@3.1.0) simple-git-hooks: specifier: ^2.9.0 version: 2.9.0 @@ -218,8 +218,8 @@ devDependencies: specifier: ^0.34.6 version: 0.34.6(jsdom@23.0.1) vue-tsc: - specifier: ^1.8.24 - version: 1.8.24(typescript@5.3.2) + specifier: ^1.8.25 + version: 1.8.25(typescript@5.3.2) packages: @@ -395,6 +395,13 @@ packages: dependencies: '@babel/types': 7.23.3 + /@babel/parser@7.23.5: + resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.3 + /@babel/runtime@7.23.2: resolution: {integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==} engines: {node: '>=6.9.0'} @@ -717,7 +724,7 @@ packages: magic-string: 0.30.5 mlly: 1.4.2 source-map-js: 1.0.2 - vue-i18n: 9.8.0(vue@3.3.9) + vue-i18n: 9.8.0(vue@3.3.10) yaml-eslint-parser: 1.2.2 dev: false @@ -773,7 +780,7 @@ packages: '@intlify/bundle-utils': 7.4.0(vue-i18n@9.8.0) '@intlify/shared': 9.6.2 '@rollup/pluginutils': 5.0.5 - '@vue/compiler-sfc': 3.3.9 + '@vue/compiler-sfc': 3.3.10 debug: 4.3.4 fast-glob: 3.3.1 js-yaml: 4.1.0 @@ -782,7 +789,7 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 unplugin: 1.5.0 - vue-i18n: 9.8.0(vue@3.3.9) + vue-i18n: 9.8.0(vue@3.3.10) transitivePeerDependencies: - rollup - supports-color @@ -877,13 +884,13 @@ packages: resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==} dev: true - /@pinia/testing@0.1.3(pinia@2.1.7)(vue@3.3.9): + /@pinia/testing@0.1.3(pinia@2.1.7)(vue@3.3.10): resolution: {integrity: sha512-D2Ds2s69kKFaRf2KCcP1NhNZEg5+we59aRyQalwRm7ygWfLM25nDH66267U3hNvRUOTx8ofL24GzodZkOmB5xw==} peerDependencies: pinia: '>=2.1.5' dependencies: - pinia: 2.1.7(typescript@5.3.2)(vue@3.3.9) - vue-demi: 0.14.6(vue@3.3.9) + pinia: 2.1.7(typescript@5.3.2)(vue@3.3.10) + vue-demi: 0.14.6(vue@3.3.10) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -1024,7 +1031,7 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@tailwindcss/typography@0.5.10(tailwindcss@3.3.5): + /@tailwindcss/typography@0.5.10(tailwindcss@3.3.6): resolution: {integrity: sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' @@ -1033,7 +1040,7 @@ packages: lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.3.5(ts-node@10.9.1) + tailwindcss: 3.3.6(ts-node@10.9.1) dev: false /@tsconfig/node10@1.0.9: @@ -1171,15 +1178,15 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true - /@vitejs/plugin-vue@4.5.1(vite@5.0.4)(vue@3.3.9): + /@vitejs/plugin-vue@4.5.1(vite@5.0.5)(vue@3.3.10): resolution: {integrity: sha512-DaUzYFr+2UGDG7VSSdShKa9sIWYBa1LL8KC0MNOf2H5LjcTPjob0x8LbkqXWmAtbANJCkpiQTj66UVcQkN2s3g==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.4(@types/node@20.10.3) - vue: 3.3.9(typescript@5.3.2) + vite: 5.0.5(@types/node@20.10.3) + vue: 3.3.10(typescript@5.3.2) dev: true /@vitest/expect@0.34.6: @@ -1239,53 +1246,53 @@ packages: path-browserify: 1.0.1 dev: true - /@vue-macros/api@0.9.0(vue@3.3.9): + /@vue-macros/api@0.9.0(vue@3.3.10): resolution: {integrity: sha512-PYV/yhoOh1F5z0mFg0/A8OhuwmDI/ta+XwYkNZYyuA9QZ1jMWZFOA0ZdUAjTCHG6AdVFbkajR+XyxTNnQ+YytQ==} engines: {node: '>=16.14.0'} dependencies: '@babel/types': 7.23.3 - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) resolve.exports: 2.0.2 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/better-define@1.7.0(vue@3.3.9): + /@vue-macros/better-define@1.7.0(vue@3.3.10): resolution: {integrity: sha512-MO+wAWFU8FF8YPMCmonv18FRJko7OZLy2wT7ia0RKwDCgu7IEKnSbLIfnUNwUsceVAPGOrVapDiIcQ+VVMJoiw==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/api': 0.9.0(vue@3.3.9) - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/api': 0.9.0(vue@3.3.10) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/boolean-prop@0.3.0(vue@3.3.9): + /@vue-macros/boolean-prop@0.3.0(vue@3.3.10): resolution: {integrity: sha512-QhG3FgusmtQ0dIvrs8SsgBUg0micfYdXmNJo1YPh+VykHwPcmw4kuTBSJsbzMM09I+62vgKi6FTYt3nZ74DBIA==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) - '@vue/compiler-core': 3.3.8 + '@vue-macros/common': 1.9.0(vue@3.3.10) + '@vue/compiler-core': 3.3.9 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/chain-call@0.2.0(vue@3.3.9): + /@vue-macros/chain-call@0.2.0(vue@3.3.10): resolution: {integrity: sha512-0fC6mxYSJfU3hHrRwgLho9rZSgkIAZo0OKIWW7ZyrAlyNhZtq+8c7sq59samPFdZpYcwTfOBUcK5YuC3pjT9VQ==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/common@1.9.0(vue@3.3.9): + /@vue-macros/common@1.9.0(vue@3.3.10): resolution: {integrity: sha512-LbfRHDkceuokkLlVuQW9Wq3ZLmRs6KIDPzCjUvvL14HB4GslWdtvBB1suFfNs6VMvh9Zj30cEKF/EAP7QBCZ6Q==} engines: {node: '>=16.14.0'} peerDependencies: @@ -1296,30 +1303,30 @@ packages: dependencies: '@babel/types': 7.23.3 '@rollup/pluginutils': 5.0.5 - '@vue/compiler-sfc': 3.3.9 + '@vue/compiler-sfc': 3.3.10 ast-kit: 0.11.2 local-pkg: 0.5.0 magic-string-ast: 0.3.0 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/define-emit@0.2.0(vue@3.3.9): + /@vue-macros/define-emit@0.2.0(vue@3.3.10): resolution: {integrity: sha512-h0BuYXD+3FcCjlWeCNp06n4wZfExrnl8rBs6KUTjGXwVglxjI6RHJT2kfK+p3TJpPCwvNct+iBS6CYA1w5eTfQ==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/api': 0.9.0(vue@3.3.9) - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/api': 0.9.0(vue@3.3.10) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/define-models@1.2.0(@vueuse/core@10.6.1)(vue@3.3.9): + /@vue-macros/define-models@1.2.0(@vueuse/core@10.7.0)(vue@3.3.10): resolution: {integrity: sha512-h4drdveUgNYxy+6tylFg/oGIStT7dZ4uo4CMXl5VkLzso78Yhsxqdz00ccm6gaAB9jdDCry2RGqL5ACEyDmLZA==} engines: {node: '>=16.14.0'} peerDependencies: @@ -1328,8 +1335,8 @@ packages: '@vueuse/core': optional: true dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) - '@vueuse/core': 10.6.1(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.10) ast-walker-scope: 0.5.0 unplugin: 1.5.1 transitivePeerDependencies: @@ -1337,75 +1344,75 @@ packages: - vue dev: false - /@vue-macros/define-prop@0.3.0(vue@3.3.9): + /@vue-macros/define-prop@0.3.0(vue@3.3.10): resolution: {integrity: sha512-aiu+tJp8eIT2wigzbP5lH0KoZhyTqiw2rysEVEK193logk6T8Fls5Yxf8YmOetrzpwOp6M4RciACGyiILLrsug==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/api': 0.9.0(vue@3.3.9) - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/api': 0.9.0(vue@3.3.10) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/define-props-refs@1.2.0(vue@3.3.9): + /@vue-macros/define-props-refs@1.2.0(vue@3.3.10): resolution: {integrity: sha512-ZWA9raSedk+eRfailc9gkyA4PHJrMGDg/tzV/yp89dDNVTzp9M1qQdLTV9S6R0ern/48ZvSYcz4n8ZVNwHg+Aw==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/define-props@2.0.0(@vue-macros/reactivity-transform@0.4.0)(vue@3.3.9): + /@vue-macros/define-props@2.0.0(@vue-macros/reactivity-transform@0.4.0)(vue@3.3.10): resolution: {integrity: sha512-OYdw4Bz12FDUHbHL5Ql5T5rO0V0laITbEyKGTvYwpeBim4oyTx+EodIx+edvgquLHtMYPabwRKJ6v9XoTlxc0g==} engines: {node: '>=16.14.0'} peerDependencies: '@vue-macros/reactivity-transform': ^0.4.0 vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) - '@vue-macros/reactivity-transform': 0.4.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) + '@vue-macros/reactivity-transform': 0.4.0(vue@3.3.10) unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/define-render@1.5.0(vue@3.3.9): + /@vue-macros/define-render@1.5.0(vue@3.3.10): resolution: {integrity: sha512-QgScJaWRkZ6iYwm8k0uVlhPCfdGJYkMbkLr8Pr/pTRrjmXl3W+f7ZRbBDPKl4GBxVdJ+pHWjP0NsYuPb1dUXtw==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.0.0 dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/define-slots@1.1.0(vue@3.3.9): + /@vue-macros/define-slots@1.1.0(vue@3.3.10): resolution: {integrity: sha512-vkIxGrFhqdd8fvEuIGaIVw3ex0TB8MZFzGH5digCPOxBsBEeNNlTlwS3D63Qd5mCDpVsZy9xkuv159T9GS1DIg==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.0.0 dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/devtools@0.2.0(typescript@5.3.2)(vite@5.0.4): + /@vue-macros/devtools@0.2.0(typescript@5.3.2)(vite@5.0.5): resolution: {integrity: sha512-jHjvY1bFgQLe/2+5pBOG4fgmL5MPhsqQDj7Barhj8YN+Oe7U2hBImvfAyOGpqd2uucLOWQTP1cWrp3q9b1svsg==} engines: {node: '>=16.14.0'} peerDependencies: @@ -1415,80 +1422,80 @@ packages: optional: true dependencies: sirv: 2.0.3 - vite: 5.0.4(@types/node@20.10.3) - vue: 3.3.9(typescript@5.3.2) + vite: 5.0.5(@types/node@20.10.3) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - typescript dev: false - /@vue-macros/export-expose@0.1.0(vue@3.3.9): + /@vue-macros/export-expose@0.1.0(vue@3.3.10): resolution: {integrity: sha512-R1izR6LHS6yjJKI7IPDCwW385ct4KjQJVXz6jk6sL6Wk+iZbybDiGzzzK/jqpMlyzDvX0qVZ8vjACm1lidvLzA==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) - '@vue/compiler-sfc': 3.3.9 + '@vue-macros/common': 1.9.0(vue@3.3.10) + '@vue/compiler-sfc': 3.3.10 unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/export-props@0.4.0(vue@3.3.9): + /@vue-macros/export-props@0.4.0(vue@3.3.10): resolution: {integrity: sha512-XjDmw+OCxWOR4OPARH5aosvrarCk/TF7szE3ynx4UXfhCWS7lPJpLHwYkF/pfbx6FAFDUO81Drrey2BlhzTLvA==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/export-render@0.2.0(vue@3.3.9): + /@vue-macros/export-render@0.2.0(vue@3.3.10): resolution: {integrity: sha512-kmh6drhExv3r42DPGHo1UOtEX2pw2G5CTHvHg0FQiQAMltWd11C0/LXYRR/Zorh9EoMVMAObRnw5HrcdIoQEPA==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) - '@vue/compiler-sfc': 3.3.9 + '@vue-macros/common': 1.9.0(vue@3.3.10) + '@vue/compiler-sfc': 3.3.10 unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/hoist-static@1.5.0(vue@3.3.9): + /@vue-macros/hoist-static@1.5.0(vue@3.3.10): resolution: {integrity: sha512-ZhPOrnBftGmot+tLrf2db3C2LFP6hvHTOlO2tvD4r9FdhGS+ZNwKYvAiYYxH8Yevs6ZdgffAz+Gpz02QHggKuw==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/jsx-directive@0.7.0(vue@3.3.9): + /@vue-macros/jsx-directive@0.7.0(vue@3.3.10): resolution: {integrity: sha512-OSS7ZnwQueUkEYcjoe4VAeJLp+kkFa0l5mm4fkPQs9zK1uq4D+kCw+Hhg9OyrKNdiWpNutdUHgolJPNsqXUp7A==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/named-template@0.4.0(vue@3.3.9): + /@vue-macros/named-template@0.4.0(vue@3.3.10): resolution: {integrity: sha512-dItF6N/WMWH0INQ5XqZ2SsFo5pZ+Q0muOWfTpi52GaeD96+N02yYUdT+wsZOdNu0VvLh/QuHxmDRCiiROmpL0Q==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) '@vue/compiler-dom': 3.3.9 unplugin: 1.5.1 transitivePeerDependencies: @@ -1496,28 +1503,28 @@ packages: - vue dev: false - /@vue-macros/reactivity-transform@0.4.0(vue@3.3.9): + /@vue-macros/reactivity-transform@0.4.0(vue@3.3.10): resolution: {integrity: sha512-3DG+FWkIZe5xZJhIdxyieIYcDKJGC3aUab1JWtEOkS8Q21rLpu6VKUjV6TmB5LNyLSGVp+7de/87Ptd6C6RHOA==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: '@babel/parser': 7.23.3 - '@vue-macros/common': 1.9.0(vue@3.3.9) - '@vue/compiler-core': 3.3.8 + '@vue-macros/common': 1.9.0(vue@3.3.10) + '@vue/compiler-core': 3.3.9 '@vue/shared': 3.3.9 magic-string: 0.30.5 unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup dev: false - /@vue-macros/setup-block@0.3.0(vue@3.3.9): + /@vue-macros/setup-block@0.3.0(vue@3.3.10): resolution: {integrity: sha512-URaruhrjrMnSAWt+elPblfqOUhL1y7uZKFzrfgPlr/uuyQGDsmxK/ZEw5gMY77rrJwcEqNfHDkNR8BV27gp/3w==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) '@vue/compiler-dom': 3.3.9 unplugin: 1.5.1 transitivePeerDependencies: @@ -1525,69 +1532,68 @@ packages: - vue dev: false - /@vue-macros/setup-component@0.17.0(vue@3.3.9): + /@vue-macros/setup-component@0.17.0(vue@3.3.10): resolution: {integrity: sha512-s/jwPQ+lGp3O0kgCFtPkH2+kvLtCLJ04iP+gTQwRXpgXDuQ6UlRdBday5wuhV32cq8C2oLHmKwSvYX/8N7WkRg==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/setup-sfc@0.17.0(vue@3.3.9): + /@vue-macros/setup-sfc@0.17.0(vue@3.3.10): resolution: {integrity: sha512-4cCoEl+tzEuJtHg4q6MlTLyM1M/xf+CC+d12QaCGbUgALfUAIa85sB8XnnPgxxu2A6MpD+4uE+6BrJHBOXIiVw==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/short-bind@0.2.0(vue@3.3.9): + /@vue-macros/short-bind@0.2.0(vue@3.3.10): resolution: {integrity: sha512-1cHCWaysLvrX4Oms+yAEhYjdxP0lfblC6JSlHZ0wzKVnsJ6DAWVaopp1H2kt3uJmWPr8C5iOYO7HRmRxd4JkrQ==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) - '@vue/compiler-core': 3.3.8 + '@vue-macros/common': 1.9.0(vue@3.3.10) + '@vue/compiler-core': 3.3.9 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/short-emits@1.5.0(vue@3.3.9): + /@vue-macros/short-emits@1.5.0(vue@3.3.10): resolution: {integrity: sha512-R3ycVQwlnq9XXTSIOJDjdZ3Gbp6EcRwabLUrJcWUEEzqNZds8lP4br7jwPnA0KDCvXdEbjCQqqpzmosLPQuung==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) unplugin: 1.5.1 transitivePeerDependencies: - rollup - vue dev: false - /@vue-macros/short-vmodel@1.4.0(vue@3.3.9): + /@vue-macros/short-vmodel@1.4.0(vue@3.3.10): resolution: {integrity: sha512-0rlL+GfDbbA4FGk90a5uPIkZmYSW4Asmh/r0KHZsqhKmyKxJf9eow7/CYGjvsnDKr+hk+pnq/CUSLkUnn+ey2g==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) - '@vue/compiler-core': 3.3.8 + '@vue-macros/common': 1.9.0(vue@3.3.10) + '@vue/compiler-core': 3.3.9 transitivePeerDependencies: - rollup - vue dev: false - /@vue/compiler-core@3.3.8: - resolution: {integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==} + /@vue/compiler-core@3.3.10: + resolution: {integrity: sha512-doe0hODR1+i1menPkRzJ5MNR6G+9uiZHIknK3Zn5OcIztu6GGw7u0XUzf3AgB8h/dfsZC9eouzoLo3c3+N/cVA==} dependencies: - '@babel/parser': 7.23.3 - '@vue/shared': 3.3.8 + '@babel/parser': 7.23.5 + '@vue/shared': 3.3.10 estree-walker: 2.0.2 source-map-js: 1.0.2 - dev: false /@vue/compiler-core@3.3.9: resolution: {integrity: sha512-+/Lf68Vr/nFBA6ol4xOtJrW+BQWv3QWKfRwGSm70jtXwfhZNF4R/eRgyVJYoxFRhdCTk/F6g99BP0ffPgZihfQ==} @@ -1597,37 +1603,43 @@ packages: estree-walker: 2.0.2 source-map-js: 1.0.2 + /@vue/compiler-dom@3.3.10: + resolution: {integrity: sha512-NCrqF5fm10GXZIK0GrEAauBqdy+F2LZRt3yNHzrYjpYBuRssQbuPLtSnSNjyR9luHKkWSH8we5LMB3g+4z2HvA==} + dependencies: + '@vue/compiler-core': 3.3.10 + '@vue/shared': 3.3.10 + /@vue/compiler-dom@3.3.9: resolution: {integrity: sha512-nfWubTtLXuT4iBeDSZ5J3m218MjOy42Vp2pmKVuBKo2/BLcrFUX8nCSr/bKRFiJ32R8qbdnnnBgRn9AdU5v0Sg==} dependencies: '@vue/compiler-core': 3.3.9 '@vue/shared': 3.3.9 - /@vue/compiler-sfc@3.3.9: - resolution: {integrity: sha512-wy0CNc8z4ihoDzjASCOCsQuzW0A/HP27+0MDSSICMjVIFzk/rFViezkR3dzH+miS2NDEz8ywMdbjO5ylhOLI2A==} + /@vue/compiler-sfc@3.3.10: + resolution: {integrity: sha512-xpcTe7Rw7QefOTRFFTlcfzozccvjM40dT45JtrE3onGm/jBLZ0JhpKu3jkV7rbDFLeeagR/5RlJ2Y9SvyS0lAg==} dependencies: - '@babel/parser': 7.23.3 - '@vue/compiler-core': 3.3.9 - '@vue/compiler-dom': 3.3.9 - '@vue/compiler-ssr': 3.3.9 - '@vue/reactivity-transform': 3.3.9 - '@vue/shared': 3.3.9 + '@babel/parser': 7.23.5 + '@vue/compiler-core': 3.3.10 + '@vue/compiler-dom': 3.3.10 + '@vue/compiler-ssr': 3.3.10 + '@vue/reactivity-transform': 3.3.10 + '@vue/shared': 3.3.10 estree-walker: 2.0.2 magic-string: 0.30.5 postcss: 8.4.32 source-map-js: 1.0.2 - /@vue/compiler-ssr@3.3.9: - resolution: {integrity: sha512-NO5oobAw78R0G4SODY5A502MGnDNiDjf6qvhn7zD7TJGc8XDeIEw4fg6JU705jZ/YhuokBKz0A5a/FL/XZU73g==} + /@vue/compiler-ssr@3.3.10: + resolution: {integrity: sha512-12iM4jA4GEbskwXMmPcskK5wImc2ohKm408+o9iox3tfN9qua8xL0THIZtoe9OJHnXP4eOWZpgCAAThEveNlqQ==} dependencies: - '@vue/compiler-dom': 3.3.9 - '@vue/shared': 3.3.9 + '@vue/compiler-dom': 3.3.10 + '@vue/shared': 3.3.10 /@vue/devtools-api@6.5.1: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} - /@vue/language-core@1.8.24(typescript@5.3.2): - resolution: {integrity: sha512-2ClHvij0WlsDWryPzXJCSpPc6rusZFNoVtRZGgGGkKCmKuIREDDKmH8j+1tYyxPYyH0qL6pZ6+IHD8KIm5nWAw==} + /@vue/language-core@1.8.25(typescript@5.3.2): + resolution: {integrity: sha512-NJk/5DnAZlpvXX8BdWmHI45bWGLViUaS3R/RMrmFSvFMSbJKuEODpM4kR0F0Ofv5SFzCWuNiMhxameWpVdQsnA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -1646,50 +1658,49 @@ packages: vue-template-compiler: 2.7.15 dev: true - /@vue/reactivity-transform@3.3.9: - resolution: {integrity: sha512-HnUFm7Ry6dFa4Lp63DAxTixUp8opMtQr6RxQCpDI1vlh12rkGIeYqMvJtK+IKyEfEOa2I9oCkD1mmsPdaGpdVg==} + /@vue/reactivity-transform@3.3.10: + resolution: {integrity: sha512-0xBdk+CKHWT+Gev8oZ63Tc0qFfj935YZx+UAynlutnrDZ4diFCVFMWixn65HzjE3S1iJppWOo6Tt1OzASH7VEg==} dependencies: - '@babel/parser': 7.23.3 - '@vue/compiler-core': 3.3.9 - '@vue/shared': 3.3.9 + '@babel/parser': 7.23.5 + '@vue/compiler-core': 3.3.10 + '@vue/shared': 3.3.10 estree-walker: 2.0.2 magic-string: 0.30.5 - /@vue/reactivity@3.3.9: - resolution: {integrity: sha512-VmpIqlNp+aYDg2X0xQhJqHx9YguOmz2UxuUJDckBdQCNkipJvfk9yA75woLWElCa0Jtyec3lAAt49GO0izsphw==} + /@vue/reactivity@3.3.10: + resolution: {integrity: sha512-H5Z7rOY/JLO+e5a6/FEXaQ1TMuOvY4LDVgT+/+HKubEAgs9qeeZ+NhADSeEtrNQeiKLDuzeKc8v0CUFpB6Pqgw==} dependencies: - '@vue/shared': 3.3.9 + '@vue/shared': 3.3.10 - /@vue/runtime-core@3.3.9: - resolution: {integrity: sha512-xxaG9KvPm3GTRuM4ZyU8Tc+pMVzcu6eeoSRQJ9IE7NmCcClW6z4B3Ij6L4EDl80sxe/arTtQ6YmgiO4UZqRc+w==} + /@vue/runtime-core@3.3.10: + resolution: {integrity: sha512-DZ0v31oTN4YHX9JEU5VW1LoIVgFovWgIVb30bWn9DG9a7oA415idcwsRNNajqTx8HQJyOaWfRKoyuP2P2TYIag==} dependencies: - '@vue/reactivity': 3.3.9 - '@vue/shared': 3.3.9 + '@vue/reactivity': 3.3.10 + '@vue/shared': 3.3.10 - /@vue/runtime-dom@3.3.9: - resolution: {integrity: sha512-e7LIfcxYSWbV6BK1wQv9qJyxprC75EvSqF/kQKe6bdZEDNValzeRXEVgiX7AHI6hZ59HA4h7WT5CGvm69vzJTQ==} + /@vue/runtime-dom@3.3.10: + resolution: {integrity: sha512-c/jKb3ny05KJcYk0j1m7Wbhrxq7mZYr06GhKykDMNRRR9S+/dGT8KpHuNQjv3/8U4JshfkAk6TpecPD3B21Ijw==} dependencies: - '@vue/runtime-core': 3.3.9 - '@vue/shared': 3.3.9 + '@vue/runtime-core': 3.3.10 + '@vue/shared': 3.3.10 csstype: 3.1.2 - /@vue/server-renderer@3.3.9(vue@3.3.9): - resolution: {integrity: sha512-w0zT/s5l3Oa3ZjtLW88eO4uV6AQFqU8X5GOgzq7SkQQu6vVr+8tfm+OI2kDBplS/W/XgCBuFXiPw6T5EdwXP0A==} + /@vue/server-renderer@3.3.10(vue@3.3.10): + resolution: {integrity: sha512-0i6ww3sBV3SKlF3YTjSVqKQ74xialMbjVYGy7cOTi7Imd8ediE7t72SK3qnvhrTAhOvlQhq6Bk6nFPdXxe0sAg==} peerDependencies: - vue: 3.3.9 + vue: 3.3.10 dependencies: - '@vue/compiler-ssr': 3.3.9 - '@vue/shared': 3.3.9 - vue: 3.3.9(typescript@5.3.2) + '@vue/compiler-ssr': 3.3.10 + '@vue/shared': 3.3.10 + vue: 3.3.10(typescript@5.3.2) - /@vue/shared@3.3.8: - resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} - dev: false + /@vue/shared@3.3.10: + resolution: {integrity: sha512-2y3Y2J1a3RhFa0WisHvACJR2ncvWiVHcP8t0Inxo+NKz+8RKO4ZV8eZgCxRgQoA6ITfV12L4E6POOL9HOU5nqw==} /@vue/shared@3.3.9: resolution: {integrity: sha512-ZE0VTIR0LmYgeyhurPTpy4KzKsuDyQbMSdM49eKkMnT5X4VfFBLysMzjIZhLEFQYjjOVVfbvUDHckwjDFiO2eA==} - /@vue/test-utils@2.4.3(vue@3.3.9): + /@vue/test-utils@2.4.3(vue@3.3.10): resolution: {integrity: sha512-F4K7mF+ad++VlTrxMJVRnenKSJmO6fkQt2wpRDiKDesQMkfpniGWsqEi/JevxGBo2qEkwwjvTUAoiGJLNx++CA==} peerDependencies: '@vue/server-renderer': ^3.0.1 @@ -1699,34 +1710,34 @@ packages: optional: true dependencies: js-beautify: 1.14.11 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) vue-component-type-helpers: 1.8.22 dev: true - /@vueuse/components@10.6.1(vue@3.3.9): - resolution: {integrity: sha512-Yx7h201xJG3V4+rY1wRAYy8EI9Q1r+gpwCJzgyZ0CWPyDWyZCxPXNjPhBJsXcSzJ1h1ph9tE5cVqEXHtEs6bjg==} + /@vueuse/components@10.7.0(vue@3.3.10): + resolution: {integrity: sha512-ycyF+fZtipP/8WVWZ5y6Cb9twJ0EeVHIqcqkCcTpmAJdheRjorT8v6cHk3h144HHTMgIfBWC6TaSukDG7QFmsw==} dependencies: - '@vueuse/core': 10.6.1(vue@3.3.9) - '@vueuse/shared': 10.6.1(vue@3.3.9) - vue-demi: 0.14.6(vue@3.3.9) + '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/shared': 10.7.0(vue@3.3.10) + vue-demi: 0.14.6(vue@3.3.10) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/core@10.6.1(vue@3.3.9): - resolution: {integrity: sha512-Pc26IJbqgC9VG1u6VY/xrXXfxD33hnvxBnKrLlA2LJlyHII+BSrRoTPJgGYq7qZOu61itITFUnm6QbacwZ4H8Q==} + /@vueuse/core@10.7.0(vue@3.3.10): + resolution: {integrity: sha512-4EUDESCHtwu44ZWK3Gc/hZUVhVo/ysvdtwocB5vcauSV4B7NiGY5972WnsojB3vRNdxvAt7kzJWE2h9h7C9d5w==} dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 10.6.1 - '@vueuse/shared': 10.6.1(vue@3.3.9) - vue-demi: 0.14.6(vue@3.3.9) + '@vueuse/metadata': 10.7.0 + '@vueuse/shared': 10.7.0(vue@3.3.10) + vue-demi: 0.14.6(vue@3.3.10) transitivePeerDependencies: - '@vue/composition-api' - vue - /@vueuse/integrations@10.6.1(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.3.9): - resolution: {integrity: sha512-mPDupuofMJ4DPmtX/FfP1MajmWRzYDv8WSaTCo8LQ5kFznjWgmUQ16ApjYqgMquqffNY6+IRMdMgosLDRZOSZA==} + /@vueuse/integrations@10.7.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.3.10): + resolution: {integrity: sha512-rxiMYgS+91n93qXpHZF9NbHhppWY6IJyVTDxt4acyChL0zZVx7P8FAAfpF1qVK8e4wfjerhpEiMJ0IZ1GWUZ2A==} peerDependencies: async-validator: '*' axios: '*' @@ -1766,45 +1777,45 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.6.1(vue@3.3.9) - '@vueuse/shared': 10.6.1(vue@3.3.9) + '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/shared': 10.7.0(vue@3.3.10) focus-trap: 7.5.4 fuse.js: 7.0.0 - vue-demi: 0.14.6(vue@3.3.9) + vue-demi: 0.14.6(vue@3.3.10) transitivePeerDependencies: - '@vue/composition-api' - vue - /@vueuse/math@10.6.1(vue@3.3.9): - resolution: {integrity: sha512-1/aGfewEw7QZDstnPSMFoN6OMWmsbYv3mQ26cGQTboOKdqrNzAWCIn9hoc92R7vvCbkAWJgaLVJRX5odpcXzyQ==} + /@vueuse/math@10.7.0(vue@3.3.10): + resolution: {integrity: sha512-JTHFTQ/Mr5nGe6YYC30evYna+981TR6HYFvjD83Aay2dLIEVZGRwM8+f6IxOGcoq9u95hFkhOcer/VsjIDvETg==} dependencies: - '@vueuse/shared': 10.6.1(vue@3.3.9) - vue-demi: 0.14.6(vue@3.3.9) + '@vueuse/shared': 10.7.0(vue@3.3.10) + vue-demi: 0.14.6(vue@3.3.10) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/metadata@10.6.1: - resolution: {integrity: sha512-qhdwPI65Bgcj23e5lpGfQsxcy0bMjCAsUGoXkJ7DsoeDUdasbZ2DBa4dinFCOER3lF4gwUv+UD2AlA11zdzMFw==} + /@vueuse/metadata@10.7.0: + resolution: {integrity: sha512-GlaH7tKP2iBCZ3bHNZ6b0cl9g0CJK8lttkBNUX156gWvNYhTKEtbweWLm9rxCPIiwzYcr/5xML6T8ZUEt+DkvA==} - /@vueuse/router@10.6.1(vue-router@4.2.5)(vue@3.3.9): - resolution: {integrity: sha512-9EMf30SownmxYKC3h36tl8uALSBGFkz3Dc2n+lQgJuyOYPIO/VotzDdkBxuEoHYKaCWw2JQa/S1q+t8NR26PvQ==} + /@vueuse/router@10.7.0(vue-router@4.2.5)(vue@3.3.10): + resolution: {integrity: sha512-8NQ12V3dtiIEKyd32RzzXLOqU+NC5/9cf7kv5cGOQzJB+Ne8j+1VmRz4ciOhOyHuiBJSfjwSqKDTzvsczZUBlQ==} peerDependencies: vue-router: '>=4.0.0-rc.1' dependencies: - '@vueuse/shared': 10.6.1(vue@3.3.9) - vue-demi: 0.14.6(vue@3.3.9) - vue-router: 4.2.5(vue@3.3.9) + '@vueuse/shared': 10.7.0(vue@3.3.10) + vue-demi: 0.14.6(vue@3.3.10) + vue-router: 4.2.5(vue@3.3.10) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/shared@10.6.1(vue@3.3.9): - resolution: {integrity: sha512-TECVDTIedFlL0NUfHWncf3zF9Gc4VfdxfQc8JFwoVZQmxpONhLxFrlm0eHQeidHj4rdTPL3KXJa0TZCk1wnc5Q==} + /@vueuse/shared@10.7.0(vue@3.3.10): + resolution: {integrity: sha512-kc00uV6CiaTdc3i1CDC4a3lBxzaBE9AgYNtFN87B5OOscqeWElj/uza8qVDmk7/U8JbqoONLbtqiLJ5LGRuqlw==} dependencies: - vue-demi: 0.14.6(vue@3.3.9) + vue-demi: 0.14.6(vue@3.3.10) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -2419,8 +2430,8 @@ packages: d3-timer: 3.0.1 dev: false - /daisyui@4.4.18(postcss@8.4.32): - resolution: {integrity: sha512-7e9gHo8swozeYMrXR10Mjo0QoBt7rAhKZZ1gQKiu+FxuSW8tinSV//O/rMQAw3liVBxkxWNYD/g2vrNQ8h/ThQ==} + /daisyui@4.4.19(postcss@8.4.32): + resolution: {integrity: sha512-IjOLWwnndD4N7Ut5CDxbUsaVtbqXPeVHM92IcgxGFxpuOd3CCKW/PAXZH6JoBTHFRaN57vB9XqEhdWm5yC+bPA==} engines: {node: '>=16.9.0'} dependencies: css-selector-tokenizer: 0.8.0 @@ -4049,7 +4060,7 @@ packages: engines: {node: '>=0.10.0'} dev: false - /pinia@2.1.7(typescript@5.3.2)(vue@3.3.9): + /pinia@2.1.7(typescript@5.3.2)(vue@3.3.10): resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -4063,8 +4074,8 @@ packages: dependencies: '@vue/devtools-api': 6.5.1 typescript: 5.3.2 - vue: 3.3.9(typescript@5.3.2) - vue-demi: 0.14.6(vue@3.3.9) + vue: 3.3.10(typescript@5.3.2) + vue-demi: 0.14.6(vue@3.3.10) /pirates@4.0.6: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} @@ -4198,14 +4209,13 @@ packages: resolution: {integrity: sha512-mKUD7RRkQQM6s7Rkmi7IFkoEHjuFqRQUaXamO61E6Nn7vqF/bo7EZCmSyrUnp2UWHw0O7XjZ2eeXis+m7tf4lg==} dev: true - /prettier-plugin-tailwindcss@0.5.7(prettier@3.1.0): - resolution: {integrity: sha512-4v6uESAgwCni6YF6DwJlRaDjg9Z+al5zM4JfngcazMy4WEf/XkPS5TEQjbD+DZ5iNuG6RrKQLa/HuX2SYzC3kQ==} + /prettier-plugin-tailwindcss@0.5.8(prettier@3.1.0): + resolution: {integrity: sha512-9XqjDi0zA/6IUYe3cC80+Eb+z0DU4vFF4yARVKddRZaW2ocBVawjpsFU7FtLn/xlBA8Fubp6Pd3HP3415Go4aw==} engines: {node: '>=14.21.3'} peerDependencies: '@ianvs/prettier-plugin-sort-imports': '*' '@prettier/plugin-pug': '*' '@shopify/prettier-plugin-liquid': '*' - '@shufo/prettier-plugin-blade': '*' '@trivago/prettier-plugin-sort-imports': '*' prettier: ^3.0 prettier-plugin-astro: '*' @@ -4225,8 +4235,6 @@ packages: optional: true '@shopify/prettier-plugin-liquid': optional: true - '@shufo/prettier-plugin-blade': - optional: true '@trivago/prettier-plugin-sort-imports': optional: true prettier-plugin-astro: @@ -4704,8 +4712,8 @@ packages: /tabbable@6.2.0: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} - /tailwindcss@3.3.5(ts-node@10.9.1): - resolution: {integrity: sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==} + /tailwindcss@3.3.6(ts-node@10.9.1): + resolution: {integrity: sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -4714,7 +4722,7 @@ packages: chokidar: 3.5.3 didyoumean: 1.2.2 dlv: 1.1.3 - fast-glob: 3.3.1 + fast-glob: 3.3.2 glob-parent: 6.0.2 is-glob: 4.0.3 jiti: 1.20.0 @@ -4944,7 +4952,7 @@ packages: engines: {node: '>= 4.0.0'} dev: true - /unplugin-auto-import@0.17.2(@vueuse/core@10.6.1): + /unplugin-auto-import@0.17.2(@vueuse/core@10.7.0): resolution: {integrity: sha512-Eu/xWI6SH4jTWXvzOfXQWAxRtiz/gMObm7wXtgMj7wBjHQKLgHTmHd4R4oha87KYGah1aKMqiqDeAxiPmfSoTg==} engines: {node: '>=14'} peerDependencies: @@ -4958,7 +4966,7 @@ packages: dependencies: '@antfu/utils': 0.7.6 '@rollup/pluginutils': 5.1.0 - '@vueuse/core': 10.6.1(vue@3.3.9) + '@vueuse/core': 10.7.0(vue@3.3.10) fast-glob: 3.3.2 local-pkg: 0.5.0 magic-string: 0.30.5 @@ -4969,7 +4977,7 @@ packages: - rollup dev: false - /unplugin-combine@0.8.1(vite@5.0.4): + /unplugin-combine@0.8.1(vite@5.0.5): resolution: {integrity: sha512-m2OSmXXRwCPZx8Ct8eF8WbjgTo8bydim2W1ofu2hDabGdr2pgDAoFjOP1J4MOIwa0OByqk1JX8IGlSdeE6uxVQ==} engines: {node: '>=16.14.0'} peerDependencies: @@ -4989,10 +4997,10 @@ packages: dependencies: '@antfu/utils': 0.7.6 unplugin: 1.5.1 - vite: 5.0.4(@types/node@20.10.3) + vite: 5.0.5(@types/node@20.10.3) dev: false - /unplugin-icons@0.18.1(@vue/compiler-sfc@3.3.9): + /unplugin-icons@0.18.1(@vue/compiler-sfc@3.3.10): resolution: {integrity: sha512-WzKu/eoq74YC7vyEAGsFebkRzsZrRkR4FUzLU6gbpfa7WRaVVpQS2n7LSxE1iRUN0scKL5b9bq+i0wucR+ttFQ==} peerDependencies: '@svgr/core': '>=7.0.0' @@ -5015,7 +5023,7 @@ packages: '@antfu/install-pkg': 0.3.0 '@antfu/utils': 0.7.6 '@iconify/utils': 2.1.12 - '@vue/compiler-sfc': 3.3.9 + '@vue/compiler-sfc': 3.3.10 debug: 4.3.4 kolorist: 1.8.0 local-pkg: 0.5.0 @@ -5024,7 +5032,7 @@ packages: - supports-color dev: false - /unplugin-vue-components@0.26.0(vue@3.3.9): + /unplugin-vue-components@0.26.0(vue@3.3.10): resolution: {integrity: sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ==} engines: {node: '>=14'} peerDependencies: @@ -5047,17 +5055,17 @@ packages: minimatch: 9.0.3 resolve: 1.22.8 unplugin: 1.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - rollup - supports-color dev: false - /unplugin-vue-define-options@1.4.0(vue@3.3.9): + /unplugin-vue-define-options@1.4.0(vue@3.3.10): resolution: {integrity: sha512-P8TPXzZ1eqwkLZrGm+tHc7fR7/md6bEfSuJdxZi6Pp4PcqRctDzmZiXpQVIjBULpv+LhOCVRehIrsOTvABVUww==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.9.0(vue@3.3.9) + '@vue-macros/common': 1.9.0(vue@3.3.10) ast-walker-scope: 0.5.0 unplugin: 1.5.1 transitivePeerDependencies: @@ -5065,41 +5073,41 @@ packages: - vue dev: false - /unplugin-vue-macros@2.7.0(@vueuse/core@10.6.1)(typescript@5.3.2)(vite@5.0.4)(vue@3.3.9): + /unplugin-vue-macros@2.7.0(@vueuse/core@10.7.0)(typescript@5.3.2)(vite@5.0.5)(vue@3.3.10): resolution: {integrity: sha512-SztF4ARBbrd1yuH4FbJOhp22rTvzakjzJUHTKLRQkZY1KMkIzx/KAdzEkxjAG2Xteqb29SYrc7XcoPdrUPMCCw==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/better-define': 1.7.0(vue@3.3.9) - '@vue-macros/boolean-prop': 0.3.0(vue@3.3.9) - '@vue-macros/chain-call': 0.2.0(vue@3.3.9) - '@vue-macros/common': 1.9.0(vue@3.3.9) - '@vue-macros/define-emit': 0.2.0(vue@3.3.9) - '@vue-macros/define-models': 1.2.0(@vueuse/core@10.6.1)(vue@3.3.9) - '@vue-macros/define-prop': 0.3.0(vue@3.3.9) - '@vue-macros/define-props': 2.0.0(@vue-macros/reactivity-transform@0.4.0)(vue@3.3.9) - '@vue-macros/define-props-refs': 1.2.0(vue@3.3.9) - '@vue-macros/define-render': 1.5.0(vue@3.3.9) - '@vue-macros/define-slots': 1.1.0(vue@3.3.9) - '@vue-macros/devtools': 0.2.0(typescript@5.3.2)(vite@5.0.4) - '@vue-macros/export-expose': 0.1.0(vue@3.3.9) - '@vue-macros/export-props': 0.4.0(vue@3.3.9) - '@vue-macros/export-render': 0.2.0(vue@3.3.9) - '@vue-macros/hoist-static': 1.5.0(vue@3.3.9) - '@vue-macros/jsx-directive': 0.7.0(vue@3.3.9) - '@vue-macros/named-template': 0.4.0(vue@3.3.9) - '@vue-macros/reactivity-transform': 0.4.0(vue@3.3.9) - '@vue-macros/setup-block': 0.3.0(vue@3.3.9) - '@vue-macros/setup-component': 0.17.0(vue@3.3.9) - '@vue-macros/setup-sfc': 0.17.0(vue@3.3.9) - '@vue-macros/short-bind': 0.2.0(vue@3.3.9) - '@vue-macros/short-emits': 1.5.0(vue@3.3.9) - '@vue-macros/short-vmodel': 1.4.0(vue@3.3.9) + '@vue-macros/better-define': 1.7.0(vue@3.3.10) + '@vue-macros/boolean-prop': 0.3.0(vue@3.3.10) + '@vue-macros/chain-call': 0.2.0(vue@3.3.10) + '@vue-macros/common': 1.9.0(vue@3.3.10) + '@vue-macros/define-emit': 0.2.0(vue@3.3.10) + '@vue-macros/define-models': 1.2.0(@vueuse/core@10.7.0)(vue@3.3.10) + '@vue-macros/define-prop': 0.3.0(vue@3.3.10) + '@vue-macros/define-props': 2.0.0(@vue-macros/reactivity-transform@0.4.0)(vue@3.3.10) + '@vue-macros/define-props-refs': 1.2.0(vue@3.3.10) + '@vue-macros/define-render': 1.5.0(vue@3.3.10) + '@vue-macros/define-slots': 1.1.0(vue@3.3.10) + '@vue-macros/devtools': 0.2.0(typescript@5.3.2)(vite@5.0.5) + '@vue-macros/export-expose': 0.1.0(vue@3.3.10) + '@vue-macros/export-props': 0.4.0(vue@3.3.10) + '@vue-macros/export-render': 0.2.0(vue@3.3.10) + '@vue-macros/hoist-static': 1.5.0(vue@3.3.10) + '@vue-macros/jsx-directive': 0.7.0(vue@3.3.10) + '@vue-macros/named-template': 0.4.0(vue@3.3.10) + '@vue-macros/reactivity-transform': 0.4.0(vue@3.3.10) + '@vue-macros/setup-block': 0.3.0(vue@3.3.10) + '@vue-macros/setup-component': 0.17.0(vue@3.3.10) + '@vue-macros/setup-sfc': 0.17.0(vue@3.3.10) + '@vue-macros/short-bind': 0.2.0(vue@3.3.10) + '@vue-macros/short-emits': 1.5.0(vue@3.3.10) + '@vue-macros/short-vmodel': 1.4.0(vue@3.3.10) unplugin: 1.5.1 - unplugin-combine: 0.8.1(vite@5.0.4) - unplugin-vue-define-options: 1.4.0(vue@3.3.9) - vue: 3.3.9(typescript@5.3.2) + unplugin-combine: 0.8.1(vite@5.0.5) + unplugin-vue-define-options: 1.4.0(vue@3.3.10) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - '@vueuse/core' - esbuild @@ -5193,7 +5201,7 @@ packages: mlly: 1.4.2 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.4(@types/node@20.10.3) + vite: 5.0.5(@types/node@20.10.3) transitivePeerDependencies: - '@types/node' - less @@ -5205,7 +5213,7 @@ packages: - terser dev: true - /vite-plugin-pages@0.32.0(@vue/compiler-sfc@3.3.9)(vite@5.0.4): + /vite-plugin-pages@0.32.0(@vue/compiler-sfc@3.3.10)(vite@5.0.5): resolution: {integrity: sha512-OxS3n0zUo5wsfgNCAuw2FiG/KD1ipgQV+2Flst4RyeI2iPv+m0YueVq+nx41k5NOWJj/zhqEas6I0b7HXveXjA==} peerDependencies: '@vue/compiler-sfc': ^2.7.0 || ^3.0.0 @@ -5215,7 +5223,7 @@ packages: optional: true dependencies: '@types/debug': 4.1.12 - '@vue/compiler-sfc': 3.3.9 + '@vue/compiler-sfc': 3.3.10 debug: 4.3.4 deep-equal: 2.2.3 extract-comments: 1.1.0 @@ -5223,31 +5231,30 @@ packages: json5: 2.2.3 local-pkg: 0.5.0 picocolors: 1.0.0 - vite: 5.0.4(@types/node@20.10.3) + vite: 5.0.5(@types/node@20.10.3) yaml: 2.3.4 transitivePeerDependencies: - supports-color dev: false - /vite-plugin-vue-layouts@0.8.0(vite@5.0.4)(vue-router@4.2.5)(vue@3.3.9): - resolution: {integrity: sha512-UZW2nSV2LraTSe7gsAL46hfdi7a0X1RvkGGoJVtA2O8beu7anzpXFwQLou8+kHy31CzVycT4gIPySBsHhtBN5g==} + /vite-plugin-vue-layouts@0.9.0(vite@5.0.5)(vue-router@4.2.5)(vue@3.3.10): + resolution: {integrity: sha512-Fh0jEh64uE314UHeVDFxYtTtTFWLtI5P44gOholaJ4HvRU0QWIngnRx7NwUCR6XzsPbNBUaHl2ePpAjD2TQ6ig==} peerDependencies: - vite: ^2.5.0 || ^3.0.0-0 || ^4.0.0 - vue: ^2.6.12 || ^3.2.4 - vue-router: ^3.5.1 || ^4.0.11 + vite: ^4.0.0 || ^5.0.0 + vue: ^3.2.4 + vue-router: ^4.0.11 dependencies: - '@vue/compiler-sfc': 3.3.9 debug: 4.3.4 - fast-glob: 3.3.1 - vite: 5.0.4(@types/node@20.10.3) - vue: 3.3.9(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.9) + fast-glob: 3.3.2 + vite: 5.0.5(@types/node@20.10.3) + vue: 3.3.10(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.10) transitivePeerDependencies: - supports-color dev: false - /vite@5.0.4(@types/node@20.10.3): - resolution: {integrity: sha512-RzAr8LSvM8lmhB4tQ5OPcBhpjOZRZjuxv9zO5UcxeoY2bd3kP3Ticd40Qma9/BqZ8JS96Ll/jeBX9u+LJZrhVg==} + /vite@5.0.5(@types/node@20.10.3): + resolution: {integrity: sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -5296,10 +5303,10 @@ packages: '@docsearch/css': 3.5.2 '@docsearch/js': 3.5.2(@algolia/client-search@4.20.0)(search-insights@2.11.0) '@types/markdown-it': 13.0.7 - '@vitejs/plugin-vue': 4.5.1(vite@5.0.4)(vue@3.3.9) + '@vitejs/plugin-vue': 4.5.1(vite@5.0.5)(vue@3.3.10) '@vue/devtools-api': 6.5.1 - '@vueuse/core': 10.6.1(vue@3.3.9) - '@vueuse/integrations': 10.6.1(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.3.9) + '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/integrations': 10.7.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.3.10) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 @@ -5307,8 +5314,8 @@ packages: postcss: 8.4.32 shikiji: 0.7.4 shikiji-transformers: 0.7.4 - vite: 5.0.4(@types/node@20.10.3) - vue: 3.3.9(typescript@5.3.2) + vite: 5.0.5(@types/node@20.10.3) + vue: 3.3.10(typescript@5.3.2) transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -5390,7 +5397,7 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.7.0 - vite: 5.0.4(@types/node@20.10.3) + vite: 5.0.5(@types/node@20.10.3) vite-node: 0.34.6(@types/node@20.10.3) why-is-node-running: 2.2.2 transitivePeerDependencies: @@ -5407,7 +5414,7 @@ packages: resolution: {integrity: sha512-LK3wJHs3vJxHG292C8cnsRusgyC5SEZDCzDCD01mdE/AoREFMl2tzLRuzwyuEsOIz13tqgBcnvysN3Lxsa14Fw==} dev: true - /vue-demi@0.14.6(vue@3.3.9): + /vue-demi@0.14.6(vue@3.3.10): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} engines: {node: '>=12'} hasBin: true @@ -5419,9 +5426,9 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) - /vue-i18n@9.8.0(vue@3.3.9): + /vue-i18n@9.8.0(vue@3.3.10): resolution: {integrity: sha512-Izho+6PYjejsTq2mzjcRdBZ5VLRQoSuuexvR8029h5CpN03FYqiqBrShMyf2I1DKkN6kw/xmujcbvC+4QybpsQ==} engines: {node: '>= 16'} peerDependencies: @@ -5430,16 +5437,16 @@ packages: '@intlify/core-base': 9.8.0 '@intlify/shared': 9.8.0 '@vue/devtools-api': 6.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) dev: false - /vue-router@4.2.5(vue@3.3.9): + /vue-router@4.2.5(vue@3.3.10): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.3.9(typescript@5.3.2) + vue: 3.3.10(typescript@5.3.2) dev: false /vue-template-compiler@2.7.15: @@ -5449,31 +5456,31 @@ packages: he: 1.2.0 dev: true - /vue-tsc@1.8.24(typescript@5.3.2): - resolution: {integrity: sha512-eH1CSj231OzVEY5Hi7wS6ubzyOEwgr5jCptR0Ddf2SitGcaXIsPVDvrprm3eolCdyhDt3WS1Eb2F4fGX9BsUUw==} + /vue-tsc@1.8.25(typescript@5.3.2): + resolution: {integrity: sha512-lHsRhDc/Y7LINvYhZ3pv4elflFADoEOo67vfClAfF2heVHpHmVquLSjojgCSIwzA4F0Pc4vowT/psXCYcfk+iQ==} hasBin: true peerDependencies: typescript: '*' dependencies: '@volar/typescript': 1.11.1 - '@vue/language-core': 1.8.24(typescript@5.3.2) + '@vue/language-core': 1.8.25(typescript@5.3.2) semver: 7.5.4 typescript: 5.3.2 dev: true - /vue@3.3.9(typescript@5.3.2): - resolution: {integrity: sha512-sy5sLCTR8m6tvUk1/ijri3Yqzgpdsmxgj6n6yl7GXXCXqVbmW2RCXe9atE4cEI6Iv7L89v5f35fZRRr5dChP9w==} + /vue@3.3.10(typescript@5.3.2): + resolution: {integrity: sha512-zg6SIXZdTBwiqCw/1p+m04VyHjLfwtjwz8N57sPaBhEex31ND0RYECVOC1YrRwMRmxFf5T1dabl6SGUbMKKuVw==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.3.9 - '@vue/compiler-sfc': 3.3.9 - '@vue/runtime-dom': 3.3.9 - '@vue/server-renderer': 3.3.9(vue@3.3.9) - '@vue/shared': 3.3.9 + '@vue/compiler-dom': 3.3.10 + '@vue/compiler-sfc': 3.3.10 + '@vue/runtime-dom': 3.3.10 + '@vue/server-renderer': 3.3.10(vue@3.3.10) + '@vue/shared': 3.3.10 typescript: 5.3.2 /w3c-xmlserializer@5.0.0: