diff --git a/package-lock.json b/package-lock.json index 8c4257d2fb..a385757233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/sharing": "^0.2.2", "@nextcloud/timezones": "^0.1.1", "@nextcloud/vue-select": "^3.25.0", - "@vueuse/components": "^10.9.0", + "@vueuse/components": "^11.0.0", "@vueuse/core": "^10.9.0", "clone": "^2.1.2", "debounce": "2.1.0", @@ -6173,13 +6173,46 @@ } }, "node_modules/@vueuse/components": { - "version": "10.11.1", - "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-10.11.1.tgz", - "integrity": "sha512-ThcreQCX/eq61sLkLKjigD4PQvs3Wy4zglICvQH9tP6xl87y5KsQEoizn6OI+R3hrOgwQHLJe7Y0wLLh3fBKcg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-11.0.0.tgz", + "integrity": "sha512-z/0GI23j2NrmamhHmJKN9QMoMQIStxFKvyvEGsvCQEobEAdAJCO7B8ixw388k3Idf36dpvqXpawA5ELWT+r6GA==", "dependencies": { - "@vueuse/core": "10.11.1", - "@vueuse/shared": "10.11.1", - "vue-demi": ">=0.14.8" + "@vueuse/core": "11.0.0", + "@vueuse/shared": "11.0.0", + "vue-demi": ">=0.14.10" + } + }, + "node_modules/@vueuse/components/node_modules/@vueuse/core": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-11.0.0.tgz", + "integrity": "sha512-shibzNGjmRjZucEm97B8V0NO5J3vPHMCE/mltxQ3vHezbDoFQBMtK11XsfwfPionxSbo+buqPmsCljtYuXIBpw==", + "dependencies": { + "@types/web-bluetooth": "^0.0.20", + "@vueuse/metadata": "11.0.0", + "@vueuse/shared": "11.0.0", + "vue-demi": ">=0.14.10" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/components/node_modules/@vueuse/metadata": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-11.0.0.tgz", + "integrity": "sha512-0TKsAVT0iUOAPWyc9N79xWYfovJVPATiOPVKByG6jmAYdDiwvMVm9xXJ5hp4I8nZDxpCcYlLq/Rg9w1Z/jrGcg==", + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/components/node_modules/@vueuse/shared": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-11.0.0.tgz", + "integrity": "sha512-i4ZmOrIEjSsL94uAEt3hz88UCz93fMyP/fba9S+vypX90fKg3uYX9cThqvWc9aXxuTzR0UGhOKOTQd//Goh1nQ==", + "dependencies": { + "vue-demi": ">=0.14.10" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/components/node_modules/vue-demi": { diff --git a/package.json b/package.json index c889b7098e..0ee8f08f0e 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@nextcloud/sharing": "^0.2.2", "@nextcloud/timezones": "^0.1.1", "@nextcloud/vue-select": "^3.25.0", - "@vueuse/components": "^10.9.0", + "@vueuse/components": "^11.0.0", "@vueuse/core": "^10.9.0", "clone": "^2.1.2", "debounce": "2.1.0",