From 3328a07b4ee5531c6d1ac3dcb3653af468568fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:02:34 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/dialogs from 7.0.1 to 7.1.0 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 7.0.1 to 7.1.0. - [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/v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-version: 7.1.0 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 c91d664e2..680e09589 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nextcloud/axios": "^2.5.2", "@nextcloud/calendar-js": "8.1.6", "@nextcloud/cdav-library": "2.1.1", - "@nextcloud/dialogs": "7.0.1", + "@nextcloud/dialogs": "7.1.0", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/initial-state": "3.0.0", "@nextcloud/l10n": "^3.4.0", @@ -2728,9 +2728,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.0.1.tgz", - "integrity": "sha512-Sgq0ayw5NAHod+X4Fj5isJCA0VBU3SW4DlmRR9IkTaopZyUym68TjBP0NMpHB7pSO9PSc1Y2St7PjzdAuKMGYg==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.1.0.tgz", + "integrity": "sha512-/q4vr4AqJkQhCf8r1i89c9g3A49HgrBkqUCLc9sDUZFLqpTHxC4eqP8zO5/G9iTdVttq8RHva/u8XV8EtGHf3A==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.5.3", diff --git a/package.json b/package.json index bcafc1e77..f04e8342a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/axios": "^2.5.2", "@nextcloud/calendar-js": "8.1.6", "@nextcloud/cdav-library": "2.1.1", - "@nextcloud/dialogs": "7.0.1", + "@nextcloud/dialogs": "7.1.0", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/initial-state": "3.0.0", "@nextcloud/l10n": "^3.4.0",