From 27f4233dc107ca9427088103c556053daec20389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:10:26 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/dialogs from 6.3.1 to 6.3.2 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 6.3.1 to 6.3.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/v6.3.1...v6.3.2) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++----------- package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59ce24ce..a793707c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^6.1.1", + "@nextcloud/dialogs": "^6.3.2", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.2.0", "@nextcloud/vue": "^8.23.1", @@ -1381,10 +1381,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.3.1.tgz", - "integrity": "sha512-lklTssGdphRZKoR07pYU88btqguEKcQjEpKYom342i1eiMPiejgmoPZEignWJvJhpaN9CT5FoGndCrqqS3BswA==", - "license": "AGPL-3.0-or-later", + "version": "6.3.2", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.3.2.tgz", + "integrity": "sha512-ioZ483wmKdNX1HdSJ1EG7ewTSyQAqlmbBALkhT4guZdR9JG8VIdnijX15qwKgAWITG2y36PWoi9Rimb3dDf+7A==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.5.1", @@ -1406,11 +1405,11 @@ "webdav": "^5.8.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0", + "npm": "^10.5.1" }, "peerDependencies": { - "@nextcloud/vue": "^8.23.1", + "@nextcloud/vue": "^8.24.0", "vue": "^2.7.16" } }, @@ -12559,9 +12558,9 @@ } }, "@nextcloud/dialogs": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.3.1.tgz", - "integrity": "sha512-lklTssGdphRZKoR07pYU88btqguEKcQjEpKYom342i1eiMPiejgmoPZEignWJvJhpaN9CT5FoGndCrqqS3BswA==", + "version": "6.3.2", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.3.2.tgz", + "integrity": "sha512-ioZ483wmKdNX1HdSJ1EG7ewTSyQAqlmbBALkhT4guZdR9JG8VIdnijX15qwKgAWITG2y36PWoi9Rimb3dDf+7A==", "requires": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.5.1", diff --git a/package.json b/package.json index bc41e604..f12ecca7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^6.1.1", + "@nextcloud/dialogs": "^6.3.2", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.2.0", "@nextcloud/vue": "^8.23.1",