diff --git a/packages/cv-wrapper/package.json b/packages/cv-wrapper/package.json index 83c3dd4c..250fd6d9 100644 --- a/packages/cv-wrapper/package.json +++ b/packages/cv-wrapper/package.json @@ -15,7 +15,7 @@ "@primevue/core": "4.3.9", "@primevue/themes": "4.3.9", "@tailwindcss/vite": "4.1.18", - "@vueuse/core": "13.6.0", + "@vueuse/core": "13.9.0", "flag-icons": "7.5.0", "html-include-element": "0.3.0", "pinia": "3.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5bf7218..fe4f0a1b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: 4.1.18 version: 4.1.18(vite@7.0.8(@types/node@22.17.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.39.0)(yaml@2.7.1)) '@vueuse/core': - specifier: 13.6.0 - version: 13.6.0(vue@3.5.29(typescript@5.8.3)) + specifier: 13.9.0 + version: 13.9.0(vue@3.5.29(typescript@5.8.3)) flag-icons: specifier: 7.5.0 version: 7.5.0 @@ -1665,16 +1665,16 @@ packages: vue: optional: true - '@vueuse/core@13.6.0': - resolution: {integrity: sha512-DJbD5fV86muVmBgS9QQPddVX7d9hWYswzlf4bIyUD2dj8GC46R1uNClZhVAmsdVts4xb2jwp1PbpuiA50Qee1A==} + '@vueuse/core@13.9.0': + resolution: {integrity: sha512-ts3regBQyURfCE2BcytLqzm8+MmLlo5Ln/KLoxDVcsZ2gzIwVNnQpQOL/UKV8alUqjSZOlpFZcRNsLRqj+OzyA==} peerDependencies: vue: ^3.5.0 - '@vueuse/metadata@13.6.0': - resolution: {integrity: sha512-rnIH7JvU7NjrpexTsl2Iwv0V0yAx9cw7+clymjKuLSXG0QMcLD0LDgdNmXic+qL0SGvgSVPEpM9IDO/wqo1vkQ==} + '@vueuse/metadata@13.9.0': + resolution: {integrity: sha512-1AFRvuiGphfF7yWixZa0KwjYH8ulyjDCC0aFgrGRz8+P4kvDFSdXLVfTk5xAN9wEuD1J6z4/myMoYbnHoX07zg==} - '@vueuse/shared@13.6.0': - resolution: {integrity: sha512-pDykCSoS2T3fsQrYqf9SyF0QXWHmcGPQ+qiOVjlYSzlWd9dgppB2bFSM1GgKKkt7uzn0BBMV3IbJsUfHG2+BCg==} + '@vueuse/shared@13.9.0': + resolution: {integrity: sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==} peerDependencies: vue: ^3.5.0 @@ -3923,10 +3923,10 @@ snapshots: '@babel/helper-compilation-targets': 7.27.1 '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.1) '@babel/helpers': 7.27.1 - '@babel/parser': 7.28.5 + '@babel/parser': 7.29.0 '@babel/template': 7.27.1 '@babel/traverse': 7.27.1 - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 convert-source-map: 2.0.0 debug: 4.4.1 gensync: 1.0.0-beta.2 @@ -3945,7 +3945,7 @@ snapshots: '@babel/helper-annotate-as-pure@7.27.1': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 '@babel/helper-compilation-targets@7.27.1': dependencies: @@ -3989,14 +3989,14 @@ snapshots: '@babel/helper-member-expression-to-functions@7.27.1': dependencies: '@babel/traverse': 7.27.1 - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.27.1': dependencies: '@babel/traverse': 7.27.1 - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -4011,7 +4011,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.27.1': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 '@babel/helper-plugin-utils@7.27.1': {} @@ -4036,7 +4036,7 @@ snapshots: '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: '@babel/traverse': 7.27.1 - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -4052,14 +4052,14 @@ snapshots: dependencies: '@babel/template': 7.27.1 '@babel/traverse': 7.27.1 - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color '@babel/helpers@7.27.1': dependencies: '@babel/template': 7.27.1 - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 '@babel/parser@7.27.5': dependencies: @@ -4525,7 +4525,7 @@ snapshots: dependencies: '@babel/core': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 esutils: 2.0.3 '@babel/runtime@7.27.1': {} @@ -5487,16 +5487,16 @@ snapshots: typescript: 5.8.3 vue: 3.5.29(typescript@5.8.3) - '@vueuse/core@13.6.0(vue@3.5.29(typescript@5.8.3))': + '@vueuse/core@13.9.0(vue@3.5.29(typescript@5.8.3))': dependencies: '@types/web-bluetooth': 0.0.21 - '@vueuse/metadata': 13.6.0 - '@vueuse/shared': 13.6.0(vue@3.5.29(typescript@5.8.3)) + '@vueuse/metadata': 13.9.0 + '@vueuse/shared': 13.9.0(vue@3.5.29(typescript@5.8.3)) vue: 3.5.29(typescript@5.8.3) - '@vueuse/metadata@13.6.0': {} + '@vueuse/metadata@13.9.0': {} - '@vueuse/shared@13.6.0(vue@3.5.29(typescript@5.8.3))': + '@vueuse/shared@13.9.0(vue@3.5.29(typescript@5.8.3))': dependencies: vue: 3.5.29(typescript@5.8.3)