From 1734dd0c053bc517002be5d1bec368e538458874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 01:45:26 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/dialogs from 5.3.2 to 5.3.3 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.3.2 to 5.3.3. - [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.2...v5.3.3) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e01d9fb1e..3382f0a75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^5.3.2", + "@nextcloud/dialogs": "^5.3.3", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0", @@ -3525,21 +3525,22 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.2.tgz", - "integrity": "sha512-aJdpyfx7ISR6xPVSvC/VCvGEplxQuMONNa37/rVgqflPETVl+ea5KPfApx7tXYQMQvoiIAkq1IwICmh9HYO28A==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.3.tgz", + "integrity": "sha512-K5ZdwRch3vrt7ZQXp04rUHGid4GcSeRnG0SkvccwfhiVg85wut9YZd+i2YiMPw+VYURKEjr2ZOK7R5afnViWag==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.4.1", + "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", + "@nextcloud/sharing": "^0.2.2", "@nextcloud/typings": "^1.8.0", "@types/toastify-js": "^1.12.3", - "@vueuse/core": "^10.10.0", + "@vueuse/core": "^10.11.0", "cancelable-promise": "^4.3.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", diff --git a/package.json b/package.json index 008cfe23d..1db094512 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^5.3.2", + "@nextcloud/dialogs": "^5.3.3", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0",