diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-10 20:56:56 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-10 20:56:56 +0200 |
commit | 3810e89449c447ae10045d034185025d9a0f8941 (patch) | |
tree | 52285455f00579bfc5284ba0e19c9ce806011503 /bower.json | |
parent | 7d1745d1e7f1eb5156e7dc29ca5c09d78d0dabb5 (diff) | |
download | nextcloud-server-3810e89449c447ae10045d034185025d9a0f8941.tar.gz nextcloud-server-3810e89449c447ae10045d034185025d9a0f8941.zip |
[js] Bump blueimp-md5 a major version
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 72f525f985c..9153272fb03 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ "tests" ], "dependencies": { - "blueimp-md5": "~1.1.0", + "blueimp-md5": "^2.7.0", "handlebars": "^4.0.5", "jcrop": "~0.9.12", "jquery": "~2.2.0", |