diff --git a/package-lock.json b/package-lock.json index 0cb4d2a5..da73cfd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/sharing": "^0.4.0", "@nextcloud/vue": "^9.6.0", "@types/toastify-js": "^1.12.4", - "@vueuse/core": "^14.2.1", + "@vueuse/core": "^14.3.0", "p-queue": "^9.1.2", "toastify-js": "^1.12.0", "vue": "^3.5.33", @@ -3941,7 +3941,7 @@ "vue": "^3.5.0" } }, - "node_modules/@vueuse/core": { + "node_modules/@vueuse/components/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==", @@ -3958,7 +3958,7 @@ "vue": "^3.5.0" } }, - "node_modules/@vueuse/metadata": { + "node_modules/@vueuse/components/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==", @@ -3967,6 +3967,44 @@ "url": "https://github.com/sponsors/antfu" } }, + "node_modules/@vueuse/core": { + "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.3.0", + "@vueuse/shared": "14.3.0" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, + "node_modules/@vueuse/core/node_modules/@vueuse/shared": { + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.3.0.tgz", + "integrity": "sha512-bZpge9eSXwa4ToSiqJ7j6KRwhAsneMFoSz3LMWKQDkqimm3D/tbFlrklrs/IOqC8tEcYmXQZJ6N0UrjhBirVCg==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, + "node_modules/@vueuse/metadata": { + "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" + } + }, "node_modules/@vueuse/shared": { "version": "14.2.1", "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.2.1.tgz", diff --git a/package.json b/package.json index 13729bf3..76657f1c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@nextcloud/sharing": "^0.4.0", "@nextcloud/vue": "^9.6.0", "@types/toastify-js": "^1.12.4", - "@vueuse/core": "^14.2.1", + "@vueuse/core": "^14.3.0", "p-queue": "^9.1.2", "toastify-js": "^1.12.0", "vue": "^3.5.33",