From c94b8a17bc5e7dcc9adf59b00557204ce7d398f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 08:55:32 +0100 Subject: [PATCH] build(deps): bump @vueuse/shared in /src/static/app (#977) Bumps [@vueuse/shared](https://github.com/vueuse/vueuse/tree/HEAD/packages/shared) 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/shared) --- updated-dependencies: - dependency-name: "@vueuse/shared" 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 | 20 ++++---------------- src/static/app/package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index dea4a5e8..305ea4c1 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -12,7 +12,7 @@ "@vue/language-server": "3.1.2", "@vuepic/vue-datepicker": "^12.0.1", "@vueuse/core": "^14.0.0", - "@vueuse/shared": "^13.5.0", + "@vueuse/shared": "^14.0.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3", @@ -1995,18 +1995,6 @@ "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": "14.0.0", "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.0.0.tgz", @@ -2017,9 +2005,9 @@ } }, "node_modules/@vueuse/shared": { - "version": "13.9.0", - "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-13.9.0.tgz", - "integrity": "sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==", + "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" diff --git a/src/static/app/package.json b/src/static/app/package.json index c5722e89..ec430e1b 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -16,7 +16,7 @@ "@vue/language-server": "3.1.2", "@vuepic/vue-datepicker": "^12.0.1", "@vueuse/core": "^14.0.0", - "@vueuse/shared": "^13.5.0", + "@vueuse/shared": "^14.0.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3",