From 58bff7117f8b9f5ba6fde5089466645d6da76156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:00:16 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/vue from 8.21.0 to ^8.21.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43c55f1b8b..210ea1648c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.20.0", + "@nextcloud/vue": "^8.21.0", "@riophae/vue-treeselect": "^0.4.0", "@vue/babel-preset-app": "^5.0.8", "address-rfc2822": "^2.2.2", @@ -4522,6 +4522,7 @@ "version": "8.21.0", "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.21.0.tgz", "integrity": "sha512-at06uh2JJkn8dV3Yzyoag2z1g6omad8MZ8yKWE+9ZAGP+kaysbnI5q3lB7KXu8SVRtX3Rex8/oal0jgsbb6Spg==", + "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -4588,6 +4589,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.1.0.tgz", "integrity": "sha512-unciqr8QSJ29vFBw9S1bquyoj1PTWHszNL8tcUNuxUAYpq0hX+8o7rpB5gimELA4sj4m9+VCJwgLtBZd1Yj0lg==", + "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/router": "^3.0.1", "@nextcloud/typings": "^1.8.0", @@ -4606,6 +4608,7 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.2.tgz", "integrity": "sha512-wByt0R0/6QC44RBpaJr1MWghjjOxk/pRbACHo/ZWWKht1qYbJRHB4GtEi+35KEIHY07ZpqxiDk6dIRuN7sXYWQ==", + "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.3.0" }, @@ -4618,6 +4621,7 @@ "version": "11.3.0", "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-11.3.0.tgz", "integrity": "sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==", + "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.20", "@vueuse/metadata": "11.3.0", @@ -4633,6 +4637,7 @@ "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", "hasInstallScript": true, + "license": "MIT", "bin": { "vue-demi-fix": "bin/vue-demi-fix.js", "vue-demi-switch": "bin/vue-demi-switch.js" @@ -4657,6 +4662,7 @@ "version": "11.3.0", "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-11.3.0.tgz", "integrity": "sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } diff --git a/package.json b/package.json index 93b5e0db63..c1bc63169e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.20.0", + "@nextcloud/vue": "^8.21.0", "@riophae/vue-treeselect": "^0.4.0", "@vue/babel-preset-app": "^5.0.8", "address-rfc2822": "^2.2.2",