From c32ca19ff471e5406022ba3f8e148f3790cc10eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:35:47 +0000 Subject: [PATCH] chore(all): bump @vueuse/core from 13.8.0 to 13.9.0 Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 13.8.0 to 13.9.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v13.9.0/packages/core) --- updated-dependencies: - dependency-name: "@vueuse/core" dependency-version: 13.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- services/frontend/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ca40053a..234a24948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11620,14 +11620,14 @@ } }, "node_modules/@vueuse/core": { - "version": "13.8.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.8.0.tgz", - "integrity": "sha512-rmBcgpEpxY0ZmyQQR94q1qkUcHREiLxQwNyWrtjMDipD0WTH/JBcAt0gdcn2PsH0SA76ec291cHFngmyaBhlxA==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.9.0.tgz", + "integrity": "sha512-ts3regBQyURfCE2BcytLqzm8+MmLlo5Ln/KLoxDVcsZ2gzIwVNnQpQOL/UKV8alUqjSZOlpFZcRNsLRqj+OzyA==", "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.21", - "@vueuse/metadata": "13.8.0", - "@vueuse/shared": "13.8.0" + "@vueuse/metadata": "13.9.0", + "@vueuse/shared": "13.9.0" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -11637,18 +11637,18 @@ } }, "node_modules/@vueuse/metadata": { - "version": "13.8.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.8.0.tgz", - "integrity": "sha512-BYMp3Gp1kBUPv7AfQnJYP96mkX7g7cKdTIgwv/Jgd+pfQhz678naoZOAcknRtPLP4cFblDDW7rF4e3KFa+PfIA==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.9.0.tgz", + "integrity": "sha512-1AFRvuiGphfF7yWixZa0KwjYH8ulyjDCC0aFgrGRz8+P4kvDFSdXLVfTk5xAN9wEuD1J6z4/myMoYbnHoX07zg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/shared": { - "version": "13.8.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.8.0.tgz", - "integrity": "sha512-x4nfM0ykW+RmNJ4/1IzZsuLuWWrNTxlTWUiehTGI54wnOxIgI9EDdu/O5S77ac6hvQ3hk2KpOVFHaM0M796Kbw==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.9.0.tgz", + "integrity": "sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" @@ -29863,7 +29863,7 @@ "@tailwindcss/vite": "^4.1.12", "@tanstack/vue-table": "^8.21.3", "@vee-validate/zod": "^4.15.1", - "@vueuse/core": "^13.7.0", + "@vueuse/core": "^13.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-vue-next": "^0.541.0", @@ -29906,7 +29906,7 @@ }, "services/gateway": { "name": "@deploystack/gateway", - "version": "0.9.4", + "version": "0.9.5", "license": "SEE LICENSE IN ../../LICENSE", "dependencies": { "@fastify/cors": "^11.1.0", diff --git a/services/frontend/package.json b/services/frontend/package.json index 14f1fddfd..56bbbce48 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -17,7 +17,7 @@ "@tailwindcss/vite": "^4.1.12", "@tanstack/vue-table": "^8.21.3", "@vee-validate/zod": "^4.15.1", - "@vueuse/core": "^13.7.0", + "@vueuse/core": "^13.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-vue-next": "^0.541.0",