From c65948089e045b9c9b4e18c290f4ce2831b04547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:08:11 +0000 Subject: [PATCH] Upgrade: Bump @nextcloud/vue from 8.2.0 to 8.3.0 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.2.0...v8.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: nextcloud-command --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c23b0d84..9e6a81216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/moment": "^1.2.2", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^8.2.0", + "@nextcloud/vue": "^8.3.0", "@vueuse/core": "^10.6.1", "vue": "^2.7.15", "vue-frag": "^1.4.3", @@ -3953,9 +3953,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.2.0.tgz", - "integrity": "sha512-rfnB8yOhNce1RxBoHZWu9Kgf2IHwtdM7/dzoAyl/cseht4Mvk8+4aJAPuvKFHJaNjIbdNU4JfpK1GR653zOeQQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.3.0.tgz", + "integrity": "sha512-2duDJflaeHMmtV+l6MXyhKY2t1TUB5GjkDvSL0KZ9i1QHXLVhhWObhI7cclO/qqu7/yoEdrBLY/Ga7uBPBmr7g==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -23080,9 +23080,9 @@ } }, "@nextcloud/vue": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.2.0.tgz", - "integrity": "sha512-rfnB8yOhNce1RxBoHZWu9Kgf2IHwtdM7/dzoAyl/cseht4Mvk8+4aJAPuvKFHJaNjIbdNU4JfpK1GR653zOeQQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.3.0.tgz", + "integrity": "sha512-2duDJflaeHMmtV+l6MXyhKY2t1TUB5GjkDvSL0KZ9i1QHXLVhhWObhI7cclO/qqu7/yoEdrBLY/Ga7uBPBmr7g==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 2f33a7697..4309aea59 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/moment": "^1.2.2", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^8.2.0", + "@nextcloud/vue": "^8.3.0", "@vueuse/core": "^10.6.1", "vue": "^2.7.15", "vue-frag": "^1.4.3",