aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-11 02:25:31 +0000
committerGitHub <noreply@github.com>2025-01-11 02:25:31 +0000
commitf78e8c9349033de2d34aea6b37fc706b3a99525e (patch)
tree18a0c785de9d4202434cb37d944191465ef86557
parentab313de89bad0355882eb52677aaaa6e795625ed (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/nextcloud/password-confirmation-5.3.1.tar.gz
nextcloud-server-dependabot/npm_and_yarn/nextcloud/password-confirmation-5.3.1.zip
build(deps): bump @nextcloud/password-confirmation from 5.3.0 to 5.3.1dependabot/npm_and_yarn/nextcloud/password-confirmation-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] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 40a8e7cffac..06ba0a87f89 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -25,7 +25,7 @@
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
- "@nextcloud/password-confirmation": "^5.3.0",
+ "@nextcloud/password-confirmation": "^5.3.1",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.4",
@@ -4054,9 +4054,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",
diff --git a/package.json b/package.json
index f9a3d4ab6eb..790487e1576 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
- "@nextcloud/password-confirmation": "^5.3.0",
+ "@nextcloud/password-confirmation": "^5.3.1",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.4",