From 6cbdab2afa5d5eb4a79122ffdf4011e9b8722f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:03:59 +0000 Subject: [PATCH] build(deps): Bump @vueuse/integrations from 13.3.0 to 13.4.0 Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) from 13.3.0 to 13.4.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v13.4.0/packages/integrations) --- updated-dependencies: - dependency-name: "@vueuse/integrations" dependency-version: 13.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 +++++++++----------------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index de9780f6bc..216b72ce65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.0.0-rc.2", "@vueuse/core": "^13.4.0", - "@vueuse/integrations": "^13.3.0", + "@vueuse/integrations": "^13.4.0", "axios": "^1.10.0", "core-js": "^3.43.0", "dompurify": "^3.2.6", @@ -3757,13 +3757,13 @@ } }, "node_modules/@vueuse/integrations": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-13.3.0.tgz", - "integrity": "sha512-h5mGRYPbiTZTFP/AKELLPGnUDBly7z7Qd1pgEQlT3ItQ0NlZM0vB+8SOQycpSBOBlgg72Zgw+mi2r+4O/G8RuQ==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-13.4.0.tgz", + "integrity": "sha512-rwNoE0MNJBUuSzTZcUVrkovtHvpWIySOcC6XpcS33ZarHDNhd9CPvCD4eNl3N0Phz1he1JV0iYULRyPQ5HCbFA==", "license": "MIT", "dependencies": { - "@vueuse/core": "13.3.0", - "@vueuse/shared": "13.3.0" + "@vueuse/core": "13.4.0", + "@vueuse/shared": "13.4.0" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -3822,36 +3822,10 @@ } } }, - "node_modules/@vueuse/integrations/node_modules/@vueuse/core": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.3.0.tgz", - "integrity": "sha512-uYRz5oEfebHCoRhK4moXFM3NSCd5vu2XMLOq/Riz5FdqZMy2RvBtazdtL3gEcmDyqkztDe9ZP/zymObMIbiYSg==", - "license": "MIT", - "dependencies": { - "@types/web-bluetooth": "^0.0.21", - "@vueuse/metadata": "13.3.0", - "@vueuse/shared": "13.3.0" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - }, - "peerDependencies": { - "vue": "^3.5.0" - } - }, - "node_modules/@vueuse/integrations/node_modules/@vueuse/metadata": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.3.0.tgz", - "integrity": "sha512-42IzJIOYCKIb0Yjv1JfaKpx8JlCiTmtCWrPxt7Ja6Wzoq0h79+YVXmBV03N966KEmDEESTbp5R/qO3AB5BDnGw==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, "node_modules/@vueuse/integrations/node_modules/@vueuse/shared": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.3.0.tgz", - "integrity": "sha512-L1QKsF0Eg9tiZSFXTgodYnu0Rsa2P0En2LuLrIs/jgrkyiDuJSsPZK+tx+wU0mMsYHUYEjNsuE41uqqkuR8VhA==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.4.0.tgz", + "integrity": "sha512-+AxuKbw8R1gYy5T21V5yhadeNM7rJqb4cPaRI9DdGnnNl3uqXh+unvQ3uCaA2DjYLbNr1+l7ht/B4qEsRegX6A==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" diff --git a/package.json b/package.json index bea13c7d00..5b1092f8bc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.0.0-rc.2", "@vueuse/core": "^13.4.0", - "@vueuse/integrations": "^13.3.0", + "@vueuse/integrations": "^13.4.0", "axios": "^1.10.0", "core-js": "^3.43.0", "dompurify": "^3.2.6",