From 6d29722a0054de2544e4da1b48a2312abca7093a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:35:48 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/password-confirmation from 5.1.1 to 5.3.0 Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.1.1 to 5.3.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.1...v5.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/password-confirmation" dependency-type: direct:production update-type: version-update:semver-minor ... 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 33d276826..763bbf508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/l10n": "^3.0.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.1", - "@nextcloud/password-confirmation": "^5.1.1", + "@nextcloud/password-confirmation": "^5.3.0", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/upload": "^1.7.0", @@ -3054,12 +3054,13 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.1.1.tgz", - "integrity": "sha512-UlQcjVe/fr/JaJ6TWaRM+yBLIEZRU6RWMy0JoExcA6UVJs2HJrRIyVMuiCLuIYlH23ReJH+z7zFI3+V7vdeJ1Q==", - "license": "MIT", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.0.tgz", + "integrity": "sha512-i5W0ElClgnN8W186F9QigGDb1jsk/02n3cqQfXDLGbagisotF6TYhqFrxj6aYprzELZJgbjaMo3Fc7UDvpP3Ow==", "dependencies": { + "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.0", + "@nextcloud/dialogs": "^6.0.1", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1" }, diff --git a/package.json b/package.json index 34a254ac4..7d5ddbafc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nextcloud/l10n": "^3.0.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.1", - "@nextcloud/password-confirmation": "^5.1.1", + "@nextcloud/password-confirmation": "^5.3.0", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/upload": "^1.7.0",