From cc42c6ab74bbe5e4935edec857d3c9da348bfa22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:26:13 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/dialogs from 5.3.0 to 5.3.1 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.3.0 to 5.3.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/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 550503a795..d3834254ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@marionebl/option": "^1.0.8", "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", - "@nextcloud/dialogs": "^5.3.0", + "@nextcloud/dialogs": "^5.3.1", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.2.0", "@nextcloud/initial-state": "^2.1.0", @@ -3248,21 +3248,22 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.0.tgz", - "integrity": "sha512-Ru/VOaG2IiJa6wnaefK/dT7fbQAou1w8qdjSkhdeSg9uraRuBNdwP5SrS/Xn+iqf5F33O/VRuGkC5su++DbJQA==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.1.tgz", + "integrity": "sha512-vctTiQh8HqLD7GPvXMwynAGTV032BoWv9h+2I5IRA+DFD54UADlrNAcAdCfly/BR+0cmuEZYx+LKqzR8z/bQbw==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/event-bus": "^3.1.0", - "@nextcloud/files": "^3.1.1", + "@nextcloud/files": "^3.2.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^3.0.0", "@nextcloud/typings": "^1.8.0", "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.9.0", + "cancelable-promise": "^4.3.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "webdav": "^5.5.0" diff --git a/package.json b/package.json index d065bc77b7..068e7be417 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@marionebl/option": "^1.0.8", "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", - "@nextcloud/dialogs": "^5.3.0", + "@nextcloud/dialogs": "^5.3.1", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.2.0", "@nextcloud/initial-state": "^2.1.0",