From 8135df583b39d9af496e56d582856b168f69013e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 17:34:35 +0000 Subject: [PATCH] Bump nextcloud-password-confirmation from 0.4.1 to 0.4.2 Bumps [nextcloud-password-confirmation](https://github.com/ChristophWurst/nextcloud-password-confirmation) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/ChristophWurst/nextcloud-password-confirmation/releases) - [Commits](https://github.com/ChristophWurst/nextcloud-password-confirmation/compare/v0.4.1...v0.4.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 410eba109d877..6cc97c6e0208b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5804,9 +5804,9 @@ } }, "nextcloud-password-confirmation": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/nextcloud-password-confirmation/-/nextcloud-password-confirmation-0.4.1.tgz", - "integrity": "sha512-ZqnNDFNR0rCpifb29uoqyqd9IyVwNZrDePzmP6DbGiNStFrvnlOG8OTdIMSdC82bKzKAqzXU5L73kSQncG8oXA==" + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/nextcloud-password-confirmation/-/nextcloud-password-confirmation-0.4.2.tgz", + "integrity": "sha512-DZXsfdk3iCsRWtd0lsYM1nqQ/oD9YlQ2WbC4qRZo20enUQLjJWZ8lYhKftXowmYL41t7spThnznJ7ihMG2/vUQ==" }, "nextcloud-vue": { "version": "0.12.1", diff --git a/package.json b/package.json index 6e098d174e895..8ee0074649bb3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "marked": "^0.7.0", "moment": "^2.24.0", "nextcloud-axios": "^0.2.1", - "nextcloud-password-confirmation": "^0.4.1", + "nextcloud-password-confirmation": "^0.4.2", "nextcloud-vue": "^0.12.1", "nextcloud-vue-collections": "^0.5.6", "query-string": "^5.1.1",