From a0a45c17f29606759f47ef2ecd004a49d894c7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 02:04:40 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/vue from 7.12.1 to 7.12.4 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.12.1 to 7.12.4. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v7.12.4/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.12.1...v7.12.4) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index df7e4a6..1efdcca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/logger": "^2.5.0", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.1.2", - "@nextcloud/vue": "^7.12.1", + "@nextcloud/vue": "^7.12.4", "@skjnldsv/vue-plyr": "^7.3.1", "camelcase": "^7.0.1", "nextcloud-server": "^0.15.10", @@ -3147,9 +3147,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.1.tgz", - "integrity": "sha512-j3wWgUkGEbq6cEdgdiG8VWWgqEd8YvKhK64o1eKbLP3OlVkcrqXfiRmPm1SafPVureGr/Yp/Ty/zIZnHBjxlNg==", + "version": "7.12.4", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.4.tgz", + "integrity": "sha512-ZW3DtIhD+aoaj9S4EB+X/kXCfIKgKXXMKKbECHkxl/CqtIvASmtxCNpt9DAlIETYKHwfuT3GWduxSnFCuLe1bQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -3190,6 +3190,7 @@ "unist-util-visit": "^4.1.2", "vue": "^2.7.14", "vue-color": "^2.8.1", + "vue-frag": "^1.4.3", "vue-material-design-icons": "^5.1.2", "vue-multiselect": "^2.1.6", "vue2-datepicker": "^3.11.0" @@ -16542,6 +16543,17 @@ "node": ">=10" } }, + "node_modules/vue-frag": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/vue-frag/-/vue-frag-1.4.3.tgz", + "integrity": "sha512-pQZj03f/j9LRhzz9vKaXTCXUHVYHuAXicshFv76VFqwz4MG3bcb+sPZMAbd0wmw7THjkrTPuoM0EG9TbG8CgMQ==", + "funding": { + "url": "https://github.com/privatenumber/vue-frag?sponsor=1" + }, + "peerDependencies": { + "vue": "^2.6.0" + } + }, "node_modules/vue-hot-reload-api": { "version": "2.3.4", "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz", @@ -19708,9 +19720,9 @@ } }, "@nextcloud/vue": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.1.tgz", - "integrity": "sha512-j3wWgUkGEbq6cEdgdiG8VWWgqEd8YvKhK64o1eKbLP3OlVkcrqXfiRmPm1SafPVureGr/Yp/Ty/zIZnHBjxlNg==", + "version": "7.12.4", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.4.tgz", + "integrity": "sha512-ZW3DtIhD+aoaj9S4EB+X/kXCfIKgKXXMKKbECHkxl/CqtIvASmtxCNpt9DAlIETYKHwfuT3GWduxSnFCuLe1bQ==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -19751,6 +19763,7 @@ "unist-util-visit": "^4.1.2", "vue": "^2.7.14", "vue-color": "^2.8.1", + "vue-frag": "^1.4.3", "vue-material-design-icons": "^5.1.2", "vue-multiselect": "^2.1.6", "vue2-datepicker": "^3.11.0" @@ -29894,6 +29907,12 @@ } } }, + "vue-frag": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/vue-frag/-/vue-frag-1.4.3.tgz", + "integrity": "sha512-pQZj03f/j9LRhzz9vKaXTCXUHVYHuAXicshFv76VFqwz4MG3bcb+sPZMAbd0wmw7THjkrTPuoM0EG9TbG8CgMQ==", + "requires": {} + }, "vue-hot-reload-api": { "version": "2.3.4", "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz", diff --git a/package.json b/package.json index d0b7efe..bbfc540 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/logger": "^2.5.0", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.1.2", - "@nextcloud/vue": "^7.12.1", + "@nextcloud/vue": "^7.12.4", "@skjnldsv/vue-plyr": "^7.3.1", "camelcase": "^7.0.1", "nextcloud-server": "^0.15.10",