Browse Source

Merge pull request #4053 from nextcloud/bump-zxcvbn

[3rdparty] Bump zxcvbn
pull/4066/head
Morris Jobke 9 years ago
committed by GitHub
parent
commit
f3917cfea1
  1. 13
      core/vendor/zxcvbn/.bower.json
  2. 2
      core/vendor/zxcvbn/dist/zxcvbn.js

13
core/vendor/zxcvbn/.bower.json

@ -31,15 +31,14 @@
"test"
],
"homepage": "https://github.com/dropbox/zxcvbn",
"version": "4.4.0",
"_release": "4.4.0",
"version": "4.4.2",
"_release": "4.4.2",
"_resolution": {
"type": "version",
"tag": "v4.4.0",
"commit": "4c3d1c2b4a246cc8d7c81a61e341ad92ce14411b"
"tag": "v4.4.2",
"commit": "0b7f691c370d922399fe60927433338c062dde23"
},
"_source": "https://github.com/dropbox/zxcvbn.git",
"_target": "^4.4.0",
"_originalSource": "zxcvbn",
"_direct": true
"_target": "*",
"_originalSource": "zxcvbn"
}

2
core/vendor/zxcvbn/dist/zxcvbn.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save