diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-01 17:34:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-01 17:34:35 +0000 |
commit | 8135df583b39d9af496e56d582856b168f69013e (patch) | |
tree | 3a3ce693b666bbf4666e9c043876d5d3aff203bc | |
parent | 582f0265c80d61fa72ff5cd5d646c1dd83815d07 (diff) | |
download | nextcloud-server-8135df583b39d9af496e56d582856b168f69013e.tar.gz nextcloud-server-8135df583b39d9af496e56d582856b168f69013e.zip |
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] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 410eba109d8..6cc97c6e020 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 6e098d174e8..8ee0074649b 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", |