From 66f6a2da11cfb8dd605cbbbb785f075ff01241c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:34:00 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/password-confirmation from 5.0.0 to ^5.0.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 e90530b5..9f7d82fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.2", - "@nextcloud/password-confirmation": "^5.0.0", + "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/router": "^2.2.0", "@nextcloud/vue": "^8.2.0", "vue": "^2.7.15", @@ -3094,9 +3094,9 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.0.tgz", - "integrity": "sha512-wll52VpMrM/rEKmOZxrVyv7ljcZphKqzpVfA994f2IJGNqTTyaRSa8E1dmnXv6HGvt9fd2K8X+eNGKCsaU1p7g==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.1.tgz", + "integrity": "sha512-BGhH+YDMaL6R02tu3oHRS9W+AQC+KHF2zAHT9bZfkFneSqWRbaMmUq1fKJEa0/7ZxgGLusP4IEjv+kG0iUIsGQ==", "dependencies": { "@nextcloud/axios": "^2.4.0", "@nextcloud/l10n": "^2.2.0", @@ -18189,9 +18189,9 @@ } }, "@nextcloud/password-confirmation": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.0.tgz", - "integrity": "sha512-wll52VpMrM/rEKmOZxrVyv7ljcZphKqzpVfA994f2IJGNqTTyaRSa8E1dmnXv6HGvt9fd2K8X+eNGKCsaU1p7g==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.1.tgz", + "integrity": "sha512-BGhH+YDMaL6R02tu3oHRS9W+AQC+KHF2zAHT9bZfkFneSqWRbaMmUq1fKJEa0/7ZxgGLusP4IEjv+kG0iUIsGQ==", "requires": { "@nextcloud/axios": "^2.4.0", "@nextcloud/l10n": "^2.2.0", diff --git a/package.json b/package.json index 98046e1d..1e98d193 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.2", - "@nextcloud/password-confirmation": "^5.0.0", + "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/router": "^2.2.0", "@nextcloud/vue": "^8.2.0", "vue": "^2.7.15",