From 96230ee6e28b8724be7d4b95200e83acfe7c8ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 01:24:42 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/dialogs from 5.3.3 to 5.3.4 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.3.3 to 5.3.4. - [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.3...v5.3.4) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d6194e4a04..a2b4147c8b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^5.3.3", + "@nextcloud/dialogs": "^5.3.4", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0", @@ -3545,9 +3545,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.3.tgz", - "integrity": "sha512-K5ZdwRch3vrt7ZQXp04rUHGid4GcSeRnG0SkvccwfhiVg85wut9YZd+i2YiMPw+VYURKEjr2ZOK7R5afnViWag==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.4.tgz", + "integrity": "sha512-0oWLycHX/T68Ab7xMOlghg3nHZOOldbTwoOmNOSIbAg69Tmpcu90JlRtFa9LKiDf1pWQPqCoh9QeYj10SCEm0w==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.3.0", @@ -22923,9 +22923,9 @@ } }, "@nextcloud/dialogs": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.3.tgz", - "integrity": "sha512-K5ZdwRch3vrt7ZQXp04rUHGid4GcSeRnG0SkvccwfhiVg85wut9YZd+i2YiMPw+VYURKEjr2ZOK7R5afnViWag==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.4.tgz", + "integrity": "sha512-0oWLycHX/T68Ab7xMOlghg3nHZOOldbTwoOmNOSIbAg69Tmpcu90JlRtFa9LKiDf1pWQPqCoh9QeYj10SCEm0w==", "requires": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.3.0", diff --git a/package.json b/package.json index becc4cf0c5e..d754fa95fa4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^5.3.3", + "@nextcloud/dialogs": "^5.3.4", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0",