diff --git a/package-lock.json b/package-lock.json index ae7dc5b8cc..390fdf0a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/moment": "^1.3.4", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.0.0-alpha.8", - "@vueuse/integrations": "^13.1.0", + "@vueuse/integrations": "^13.2.0", "core-js": "^3.42.0", "dompurify": "^3.2.5", "file-saver": "^2.0.5", @@ -3819,13 +3819,13 @@ } }, "node_modules/@vueuse/integrations": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-13.1.0.tgz", - "integrity": "sha512-wJ6aANdUs4SOpVabChQK+uLIwxRTUAEmn1DJnflGG7Wq6yaipiRmp6as/Md201FjJnquQt8MecIPbFv8HSBeDA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-13.2.0.tgz", + "integrity": "sha512-tnwdzUYadAiewvMtBcjH/ZPgRCoQBvuVzbFA/VSysPDaIuG41Jp/Z1Sn/rYoFMOLJfcOEcVh+tN3mkrVIyumig==", "license": "MIT", "dependencies": { - "@vueuse/core": "13.1.0", - "@vueuse/shared": "13.1.0" + "@vueuse/core": "13.2.0", + "@vueuse/shared": "13.2.0" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -3884,6 +3884,44 @@ } } }, + "node_modules/@vueuse/integrations/node_modules/@vueuse/core": { + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.2.0.tgz", + "integrity": "sha512-n5TZoIAxbWAQ3PqdVPDzLgIRQOujFfMlatdI+f7ditSmoEeNpPBvp7h2zamzikCmrhFIePAwdEQB6ENccHr7Rg==", + "license": "MIT", + "dependencies": { + "@types/web-bluetooth": "^0.0.21", + "@vueuse/metadata": "13.2.0", + "@vueuse/shared": "13.2.0" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, + "node_modules/@vueuse/integrations/node_modules/@vueuse/metadata": { + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.2.0.tgz", + "integrity": "sha512-kPpzuQCU0+D8DZCzK0iPpIcXI+6ufWSgwnjJ6//GNpEn+SHViaCtR+XurzORChSgvpHO9YC8gGM97Y1kB+UabA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/integrations/node_modules/@vueuse/shared": { + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.2.0.tgz", + "integrity": "sha512-vx9ZPDF5HcU9up3Jgt3G62dMUfZEdk6tLyBAHYAG4F4n73vpaA7J5hdncDI/lS9Vm7GA/FPlbOmh9TrDZROTpg==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, "node_modules/@vueuse/metadata": { "version": "13.1.0", "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.1.0.tgz", diff --git a/package.json b/package.json index 20bb7812dd..e95e8e5b5b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/moment": "^1.3.4", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.0.0-alpha.8", - "@vueuse/integrations": "^13.1.0", + "@vueuse/integrations": "^13.2.0", "core-js": "^3.42.0", "dompurify": "^3.2.5", "file-saver": "^2.0.5",