From b794c342b1e309194b77002a1d17fc47de143c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 22:54:25 +0100 Subject: [PATCH] build(deps): bump @vueuse/core from 13.9.0 to 14.0.0 in /src/static/app (#976) Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 13.9.0 to 14.0.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v14.0.0/packages/core) --- updated-dependencies: - dependency-name: "@vueuse/core" dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/static/app/package-lock.json | 30 +++++++++++++++++++++--------- src/static/app/package.json | 2 +- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index 91032bb4..73f6c75c 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -11,7 +11,7 @@ "@volar/language-server": "2.4.23", "@vue/language-server": "3.1.2", "@vuepic/vue-datepicker": "^11.0.2", - "@vueuse/core": "^13.5.0", + "@vueuse/core": "^14.0.0", "@vueuse/shared": "^13.5.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", @@ -1908,14 +1908,14 @@ } }, "node_modules/@vueuse/core": { - "version": "13.9.0", - "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-13.9.0.tgz", - "integrity": "sha512-ts3regBQyURfCE2BcytLqzm8+MmLlo5Ln/KLoxDVcsZ2gzIwVNnQpQOL/UKV8alUqjSZOlpFZcRNsLRqj+OzyA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-14.0.0.tgz", + "integrity": "sha512-d6tKRWkZE8IQElX2aHBxXOMD478fHIYV+Dzm2y9Ag122ICBpNKtGICiXKOhWU3L1kKdttDD9dCMS4bGP3jhCTQ==", "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.21", - "@vueuse/metadata": "13.9.0", - "@vueuse/shared": "13.9.0" + "@vueuse/metadata": "14.0.0", + "@vueuse/shared": "14.0.0" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -1924,10 +1924,22 @@ "vue": "^3.5.0" } }, + "node_modules/@vueuse/core/node_modules/@vueuse/shared": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.0.0.tgz", + "integrity": "sha512-mTCA0uczBgurRlwVaQHfG0Ja7UdGe4g9mwffiJmvLiTtp1G4AQyIjej6si/k8c8pUwTfVpNufck+23gXptPAkw==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, "node_modules/@vueuse/metadata": { - "version": "13.9.0", - "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-13.9.0.tgz", - "integrity": "sha512-1AFRvuiGphfF7yWixZa0KwjYH8ulyjDCC0aFgrGRz8+P4kvDFSdXLVfTk5xAN9wEuD1J6z4/myMoYbnHoX07zg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.0.0.tgz", + "integrity": "sha512-6yoGqbJcMldVCevkFiHDBTB1V5Hq+G/haPlGIuaFZHpXC0HADB0EN1ryQAAceiW+ryS3niUwvdFbGiqHqBrfVA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" diff --git a/src/static/app/package.json b/src/static/app/package.json index 3e5f8aca..608eb3c5 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -15,7 +15,7 @@ "@volar/language-server": "2.4.23", "@vue/language-server": "3.1.2", "@vuepic/vue-datepicker": "^11.0.2", - "@vueuse/core": "^13.5.0", + "@vueuse/core": "^14.0.0", "@vueuse/shared": "^13.5.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2",