From 94ec0827cff978e49fb870226241feb69394cc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:34:46 +0000 Subject: [PATCH] build(deps): bump @vueuse/core from 14.2.1 to 14.3.0 in /src/static/app Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 14.2.1 to 14.3.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v14.3.0/packages/core) --- updated-dependencies: - dependency-name: "@vueuse/core" dependency-version: 14.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/static/app/package-lock.json | 30 +++++++++--------------------- src/static/app/package.json | 2 +- 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index 0de91814..4ebeac84 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -11,7 +11,7 @@ "@volar/language-server": "2.4.28", "@vue/language-server": "3.2.7", "@vuepic/vue-datepicker": "^12.1.0", - "@vueuse/core": "^14.2.1", + "@vueuse/core": "^14.3.0", "@vueuse/shared": "^14.3.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2", @@ -1635,14 +1635,14 @@ } }, "node_modules/@vueuse/core": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-14.2.1.tgz", - "integrity": "sha512-3vwDzV+GDUNpdegRY6kzpLm4Igptq+GA0QkJ3W61Iv27YWwW/ufSlOfgQIpN6FZRMG0mkaz4gglJRtq5SeJyIQ==", + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-14.3.0.tgz", + "integrity": "sha512-aHfz47g0ZhMtTVHmIzMVpJy8ePhhOy68GY5bv110+5DVtZ+W7BsOx+m61UNQqfrWyPztIHIanWa3E2tib3NFIw==", "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.21", - "@vueuse/metadata": "14.2.1", - "@vueuse/shared": "14.2.1" + "@vueuse/metadata": "14.3.0", + "@vueuse/shared": "14.3.0" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -1651,22 +1651,10 @@ "vue": "^3.5.0" } }, - "node_modules/@vueuse/core/node_modules/@vueuse/shared": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.2.1.tgz", - "integrity": "sha512-shTJncjV9JTI4oVNyF1FQonetYAiTBd+Qj7cY89SWbXSkx7gyhrgtEdF2ZAVWS1S3SHlaROO6F2IesJxQEkZBw==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/antfu" - }, - "peerDependencies": { - "vue": "^3.5.0" - } - }, "node_modules/@vueuse/metadata": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.2.1.tgz", - "integrity": "sha512-1ButlVtj5Sb/HDtIy1HFr1VqCP4G6Ypqt5MAo0lCgjokrk2mvQKsK2uuy0vqu/Ks+sHfuHo0B9Y9jn9xKdjZsw==", + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.3.0.tgz", + "integrity": "sha512-BwxmbAzwAVF50+MW57GXOUEV61nFBGnlBvrTqj49PqWJu3uw7hdu72ztXeZ33RdZtDY6kO+bfCAE1PCn88Tktw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" diff --git a/src/static/app/package.json b/src/static/app/package.json index 7aaab161..e1431a7f 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -15,7 +15,7 @@ "@volar/language-server": "2.4.28", "@vue/language-server": "3.2.7", "@vuepic/vue-datepicker": "^12.1.0", - "@vueuse/core": "^14.2.1", + "@vueuse/core": "^14.3.0", "@vueuse/shared": "^14.3.0", "animate.css": "^4.1.1", "bootstrap": "^5.3.2",