From d2879691f18b76acc4b3b0b6a78661ed4ff44093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 02:26:27 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/dialogs from 5.0.1 to 5.0.2 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d243a95c0bca6..3e12fd12d5c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.0.0", "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^5.0.1", + "@nextcloud/dialogs": "^5.0.2", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.0.0", @@ -3797,9 +3797,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.1.tgz", - "integrity": "sha512-2Hr40iMfiqOeXEpxwTo5Vxpu4wAodUIDL46xlY7EyxwHrK7GpQDGWhHdlipodvnu3aaufr1B/RA8HrxgIDsnLg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.2.tgz", + "integrity": "sha512-QyKCGhmVMS2bB8DFYSOimREM9mCfwO2YHBkFIYSjiawJ2BSruoe3inYoZi/QySDhm8gGKYF6vxI803SEHeFY7Q==", "dependencies": { "@mdi/svg": "^7.3.67", "@nextcloud/axios": "^2.4.0", @@ -3820,7 +3820,7 @@ "npm": "^9.0.0" }, "peerDependencies": { - "@nextcloud/vue": "^8.0.0", + "@nextcloud/vue": "^8.2.0", "vue": "^2.7.15" } }, diff --git a/package.json b/package.json index 50faa5e505bd2..2b37dbaf8b8e6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.0.0", "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^5.0.1", + "@nextcloud/dialogs": "^5.0.2", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.0.0",