From d8f499b4e0c36d345ed398fe57155b72770e6bda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 02:27:44 +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 57e51eb4..313a697a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.12.0", "license": "AGPL-3.0", "dependencies": { - "@nextcloud/dialogs": "^5.3.3", + "@nextcloud/dialogs": "^5.3.4", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/vue": "^8.12.0", "vue": "^2.7.16" @@ -1317,9 +1317,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", @@ -12630,9 +12630,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 9477cc48..701dcb63 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "esversion": 6 }, "dependencies": { - "@nextcloud/dialogs": "^5.3.3", + "@nextcloud/dialogs": "^5.3.4", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/vue": "^8.12.0", "vue": "^2.7.16"