diff options
-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 ea82457f835..de178800e84 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 14c9e6738bf..88de3782bf5 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", |