From a5be068c1272c0eb1f25631bf2cca12595a46a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 01:04:04 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/dialogs from 7.0.0-rc.2 to 7.0.0-rc.3 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 7.0.0-rc.2 to 7.0.0-rc.3. - [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.0-rc.2...v7.0.0-rc.3) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-version: 7.0.0-rc.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c4249c96d..58e6c607f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-js": "8.1.6", "@nextcloud/cdav-library": "2.1.1", - "@nextcloud/dialogs": "7.0.0-rc.2", + "@nextcloud/dialogs": "7.0.0-rc.3", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/initial-state": "3.0.0", "@nextcloud/l10n": "^3.4.0", @@ -2721,9 +2721,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "7.0.0-rc.2", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.0.0-rc.2.tgz", - "integrity": "sha512-RtMLMPj6RdJxA3BUGJPBfpGhpj69Gbs0HI9MHzb+OhCU6YzFjIKNERUqB/WE+2Cyxj6MjAciJjwcT4Lt7RerjA==", + "version": "7.0.0-rc.3", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.0.0-rc.3.tgz", + "integrity": "sha512-DQgyRbBvFJUXJwUTjES6mpGccjLWhvjX3/MirDiL5pFmOeFoVEIf1Yceswh1r2jKAq5v+YB8dDCwdUu3D7RF4w==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.5.2", diff --git a/package.json b/package.json index 01412f748..545f7d9db 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-js": "8.1.6", "@nextcloud/cdav-library": "2.1.1", - "@nextcloud/dialogs": "7.0.0-rc.2", + "@nextcloud/dialogs": "7.0.0-rc.3", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/initial-state": "3.0.0", "@nextcloud/l10n": "^3.4.0",