From a9f954947ab77e59a2f9ef90ab6b2b3f372ec093 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Wed, 22 Jan 2025 09:13:41 +0100 Subject: [PATCH] chore: update @nextcloud/dialogs to 6.1.1 Signed-off-by: skjnldsv --- package-lock.json | 30 +++++++++++++++++------------- package.json | 2 +- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index a558b88ecab2a..ecf65149f3eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/calendar-availability-vue": "^2.2.6", "@nextcloud/capabilities": "^1.2.0", - "@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", @@ -3694,9 +3694,10 @@ } }, "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", "@nextcloud/auth": "^2.4.0", @@ -3706,12 +3707,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" @@ -3811,12 +3812,14 @@ "node_modules/@nextcloud/dialogs/node_modules/eventemitter3": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "license": "MIT" }, "node_modules/@nextcloud/dialogs/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", "p-timeout": "^6.1.2" @@ -3829,9 +3832,10 @@ } }, "node_modules/@nextcloud/dialogs/node_modules/p-timeout": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.3.tgz", - "integrity": "sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", + "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", + "license": "MIT", "engines": { "node": ">=14.16" }, diff --git a/package.json b/package.json index b31d7b2e3431e..96db4ba1e0996 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/calendar-availability-vue": "^2.2.6", "@nextcloud/capabilities": "^1.2.0", - "@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",