From 1b6bd732a2f0c9a7639fb877d51f06397731263d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:59:34 +0000 Subject: [PATCH] Build(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 | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a6d00ff6..314fb1548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/moment": "^1.3.1", - "@nextcloud/password-confirmation": "^5.0.1", + "@nextcloud/password-confirmation": "^5.3.0", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.21.0", "@vue/vue2-jest": "^29.2.6", @@ -3258,11 +3258,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==", + "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" }, @@ -24601,11 +24603,13 @@ } }, "@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==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.0.tgz", + "integrity": "sha512-i5W0ElClgnN8W186F9QigGDb1jsk/02n3cqQfXDLGbagisotF6TYhqFrxj6aYprzELZJgbjaMo3Fc7UDvpP3Ow==", "requires": { + "@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 4dd1a0ad0..22c9ce142 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/moment": "^1.3.1", - "@nextcloud/password-confirmation": "^5.0.1", + "@nextcloud/password-confirmation": "^5.3.0", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.21.0", "@vue/vue2-jest": "^29.2.6",