From 27829da71819b892bba05e0b59eef24042ecf166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:34:49 +0000 Subject: [PATCH] chore(deps): bump @nextcloud/dialogs from 7.4.0 to 7.4.1 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 7.4.0 to 7.4.1. - [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.4.0...v7.4.1) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-version: 7.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bea13c68..2dc9b75ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mdi/js": "^7.4.47", "@nextcloud/axios": "^2.5.1", "@nextcloud/cdav-library": "^2.6.2", - "@nextcloud/dialogs": "^7.4.0", + "@nextcloud/dialogs": "^7.4.1", "@nextcloud/files": "^4.0.0", "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.2", @@ -1553,9 +1553,10 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.4.0.tgz", - "integrity": "sha512-XAkRls7T1xIxH+E7ArW5+gY0CrqebT+3Pxo30u7XBc21UNgc8vhl4mv5SRiDe9OgSK6/QI0bPNMvCasSaSSVpA==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.4.1.tgz", + "integrity": "sha512-M8q1v14rTMdjTyv5HOZrpBpa5M+qnqnjoFCeeohmKvt69xVW9Xag6R5InQhBQh3zfsYEaQ4mg3shn3kKBx9qxg==", + "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.6.0", @@ -1568,12 +1569,12 @@ "@nextcloud/paths": "^3.1.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", - "@nextcloud/vue": "^9.8.0", + "@nextcloud/vue": "^9.8.2", "@types/toastify-js": "^1.12.4", "@vueuse/core": "^14.3.0", - "p-queue": "^9.1.2", + "p-queue": "^9.3.1", "toastify-js": "^1.12.0", - "vue": "^3.5.34", + "vue": "^3.5.39", "webdav": "^5.10.0" }, "engines": { diff --git a/package.json b/package.json index ad2949e34..6d7a19691 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mdi/js": "^7.4.47", "@nextcloud/axios": "^2.5.1", "@nextcloud/cdav-library": "^2.6.2", - "@nextcloud/dialogs": "^7.4.0", + "@nextcloud/dialogs": "^7.4.1", "@nextcloud/files": "^4.0.0", "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.2",