From d8f67ff9fd5a6aa7a9de24de3f61b0d4611cf14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 02:07:12 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/dialogs from 6.0.1 to 6.1.1 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 6.0.1 to 6.1.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/v6.0.1...v6.1.1) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9673c837a..2e0808067 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", - "@nextcloud/dialogs": "^6.0.1", + "@nextcloud/dialogs": "^6.1.1", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.10.1", "@nextcloud/initial-state": "^2.2.0", @@ -1640,9 +1640,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.0.1.tgz", - "integrity": "sha512-TlzNUy0eFPIjnop2Wfom45xJdUjLOoUwd/E8V/6ehh+PifrgIWGy6jqBYMRoQfUASc/LKtSYUrCN3yDgVrK8Tw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.1.1.tgz", + "integrity": "sha512-RrvFPt8SgCkg8rC0PtMC0fvyEu77kKbY2cJ/j+6RLse3rFWcNGwgNZNuRkA/Nn4GgzQ7QNhKTqWknsy0ld6rNQ==", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", @@ -1653,12 +1653,12 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.3", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/typings": "^1.9.1", "@types/toastify-js": "^1.12.3", "@vueuse/core": "^11.2.0", "cancelable-promise": "^4.3.1", - "p-queue": "^8.0.1", + "p-queue": "^8.1.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "webdav": "^5.7.1" @@ -11280,9 +11280,9 @@ } }, "node_modules/p-queue": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", - "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz", + "integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1", diff --git a/package.json b/package.json index 39fbdf926..7f0ee3534 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", - "@nextcloud/dialogs": "^6.0.1", + "@nextcloud/dialogs": "^6.1.1", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.10.1", "@nextcloud/initial-state": "^2.2.0",