Browse Source
Merge pull request #16954 from nextcloud/dependabot/npm_and_yarn/nextcloud-password-confirmation-0.4.2
Bump nextcloud-password-confirmation from 0.4.1 to 0.4.2
pull/16972/head
Roeland Jago Douma
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
package-lock.json
-
package.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", |
|
|
|
|
|
|
|
@ -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", |
|
|
|
|