From 46c123327d975c832000f69fb96a2748ff3025e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:49:47 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/vue from 8.13.0 to 8.14.0 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.13.0 to 8.14.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.13.0...v8.14.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bba828..bbb0034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.0.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.13.0", + "@nextcloud/vue": "^8.14.0", "@skjnldsv/vue-plyr": "^7.5.0", "camelcase": "^8.0.0", "nextcloud-server": "^0.15.10", @@ -3447,9 +3447,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.13.0.tgz", - "integrity": "sha512-FV0GWSbxkaDQ8S/bWc4XcCXzJfpHzJn4xj0pK/jEwSwdSleBdBFsFFGo+wLCAGoXH5Xf5mHE+LtATFh6wnX7VA==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.14.0.tgz", + "integrity": "sha512-hB3dG7tZWpItC74PfbTLW02754qYXFDH+h7Ksq6b7e8WlhnKLWrhNGKhSpNDt9/g+vb5bSIOxbiDZIJZ63hAuQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 3721c7b..0329feb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.0.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.13.0", + "@nextcloud/vue": "^8.14.0", "@skjnldsv/vue-plyr": "^7.5.0", "camelcase": "^8.0.0", "nextcloud-server": "^0.15.10",