diff --git a/package-lock.json b/package-lock.json index f27ad0d23c9..e9aecb1db63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/sharing": "^0.4.0", "@nextcloud/vue": "^9.5.0", "@vueuse/core": "^14.2.1", - "@vueuse/integrations": "^14.2.0", + "@vueuse/integrations": "^14.2.1", "color": "^5.0.3", "debounce": "^3.0.0", "pinia": "^3.0.4", @@ -4963,13 +4963,13 @@ } }, "node_modules/@vueuse/integrations": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-14.2.0.tgz", - "integrity": "sha512-Yuo5XbIi6XkfSXOYKd5SBZwyBEyO3Hd41eeG2555hDbE0Maz/P0BfPJDYhgDXjS9xI0jkWUUp1Zh5lXHOgkwLw==", + "version": "14.2.1", + "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-14.2.1.tgz", + "integrity": "sha512-2LIUpBi/67PoXJGqSDQUF0pgQWpNHh7beiA+KG2AbybcNm+pTGWT6oPGlBgUoDWmYwfeQqM/uzOHqcILpKL7nA==", "license": "MIT", "dependencies": { - "@vueuse/core": "14.2.0", - "@vueuse/shared": "14.2.0" + "@vueuse/core": "14.2.1", + "@vueuse/shared": "14.2.1" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -5028,16 +5028,11 @@ } } }, - "node_modules/@vueuse/integrations/node_modules/@vueuse/core": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-14.2.0.tgz", - "integrity": "sha512-tpjzVl7KCQNVd/qcaCE9XbejL38V6KJAEq/tVXj7mDPtl6JtzmUdnXelSS+ULRkkrDgzYVK7EerQJvd2jR794Q==", + "node_modules/@vueuse/integrations/node_modules/@vueuse/shared": { + "version": "14.2.1", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.2.1.tgz", + "integrity": "sha512-shTJncjV9JTI4oVNyF1FQonetYAiTBd+Qj7cY89SWbXSkx7gyhrgtEdF2ZAVWS1S3SHlaROO6F2IesJxQEkZBw==", "license": "MIT", - "dependencies": { - "@types/web-bluetooth": "^0.0.21", - "@vueuse/metadata": "14.2.0", - "@vueuse/shared": "14.2.0" - }, "funding": { "url": "https://github.com/sponsors/antfu" }, @@ -5045,15 +5040,6 @@ "vue": "^3.5.0" } }, - "node_modules/@vueuse/integrations/node_modules/@vueuse/metadata": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.2.0.tgz", - "integrity": "sha512-i3axTGjU8b13FtyR4Keeama+43iD+BwX9C2TmzBVKqjSHArF03hjkp2SBZ1m72Jk2UtrX0aYCugBq2R1fhkuAQ==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, "node_modules/@vueuse/metadata": { "version": "14.2.1", "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.2.1.tgz", diff --git a/package.json b/package.json index 48a01498fb8..3a0c830cbd7 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/sharing": "^0.4.0", "@nextcloud/vue": "^9.5.0", "@vueuse/core": "^14.2.1", - "@vueuse/integrations": "^14.2.0", + "@vueuse/integrations": "^14.2.1", "color": "^5.0.3", "debounce": "^3.0.0", "pinia": "^3.0.4",