From ac19f517c5728a4ab6f36e2a6c0158f3be385be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 01:32:05 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/dialogs from 5.3.6 to 5.3.7 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.3.6 to 5.3.7. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v5.3.7/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.6...v5.3.7) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 230b4ca5d..0053b3510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3526,9 +3526,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.3.6", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.6.tgz", - "integrity": "sha512-BL89KI+T3KQYQLGpm6xM9Ynw6/bK2RosNMLXaHNdPBJG47d4R/iPTse+wOPrciBf+hLBx8IRG5fGsLV7kt/LUQ==", + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.7.tgz", + "integrity": "sha512-//pRF2GJNhW3VbVzSoE97J+DR9nZ/+IkzOzgKKDdMr65JYYMAdOs9Iew4nMf+OruDgZanGyXrfubSMVNI+1svQ==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.3.0",