From 7987be97bb4379092065acbe39f722b494dfbf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:05:15 +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 | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41fe9f344..4ebbcf816 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nextcloud/axios": "^2.6.0", "@nextcloud/calendar-js": "8.1.6", "@nextcloud/cdav-library": "2.6.2", - "@nextcloud/dialogs": "7.4.0", + "@nextcloud/dialogs": "7.4.1", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0", "@nextcloud/l10n": "^3.4.1", @@ -2859,9 +2859,9 @@ } }, "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", @@ -2875,12 +2875,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": { @@ -11672,9 +11672,9 @@ } }, "node_modules/p-queue": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.0.tgz", - "integrity": "sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.1.tgz", + "integrity": "sha512-POWdiIPmsUPGwb4FeQ4OBg46aqmcInSWe45CKDsGHiOBiVQM9chqfQTuqhuTzcg2Vz9faTI65at0KkVyVEiCHw==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.4", diff --git a/package.json b/package.json index 0cbc3efab..d10ac759d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/axios": "^2.6.0", "@nextcloud/calendar-js": "8.1.6", "@nextcloud/cdav-library": "2.6.2", - "@nextcloud/dialogs": "7.4.0", + "@nextcloud/dialogs": "7.4.1", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0", "@nextcloud/l10n": "^3.4.1",