From d7def7f7444d67f0641739490d200b2fb8c2f63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:31:44 +0000 Subject: [PATCH] Build(deps): Bump @nextcloud/password-confirmation from 5.3.0 to 5.3.1 Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.3.0 to 5.3.1. - [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.3.0...v.5.3.1) --- updated-dependencies: - dependency-name: "@nextcloud/password-confirmation" 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 18a970217..3d2f31b5a 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.2", - "@nextcloud/password-confirmation": "^5.3.0", + "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.21.0", "@vue/vue2-jest": "^29.2.6", @@ -3258,9 +3258,9 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.0.tgz", - "integrity": "sha512-i5W0ElClgnN8W186F9QigGDb1jsk/02n3cqQfXDLGbagisotF6TYhqFrxj6aYprzELZJgbjaMo3Fc7UDvpP3Ow==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.1.tgz", + "integrity": "sha512-4+gcUBslO9QHI7UktsEB5qZv9FXojL+yMfIu9Rr2Z7V4ksTMxyqf2MaE4Utcs9BzcoS1oTRT5UxwdmfNkktraw==", "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.0", @@ -24569,9 +24569,9 @@ } }, "@nextcloud/password-confirmation": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.0.tgz", - "integrity": "sha512-i5W0ElClgnN8W186F9QigGDb1jsk/02n3cqQfXDLGbagisotF6TYhqFrxj6aYprzELZJgbjaMo3Fc7UDvpP3Ow==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.1.tgz", + "integrity": "sha512-4+gcUBslO9QHI7UktsEB5qZv9FXojL+yMfIu9Rr2Z7V4ksTMxyqf2MaE4Utcs9BzcoS1oTRT5UxwdmfNkktraw==", "requires": { "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.0", diff --git a/package.json b/package.json index 6545e83d4..021c8d33e 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.2", - "@nextcloud/password-confirmation": "^5.3.0", + "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.21.0", "@vue/vue2-jest": "^29.2.6",