diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-01-24 11:01:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 11:01:53 +0100 |
commit | a374f764f8ca162c8f466cb8b5f4797ce42a9510 (patch) | |
tree | a25b57abe54cfb9a11b2e77b04e919f66e5fefd0 /package.json | |
parent | 3c6d3ae5e0fa6df4062edcda8c5eed399f47356a (diff) | |
parent | 3872fbfe45060198db46654315240f2ae203407f (diff) | |
download | nextcloud-server-a374f764f8ca162c8f466cb8b5f4797ce42a9510.tar.gz nextcloud-server-a374f764f8ca162c8f466cb8b5f4797ce42a9510.zip |
Merge pull request #13784 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.10.0
Bump blueimp-md5 from 2.7.0 to 2.10.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8c8828d165a..d579a6fce1a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "Select2": "git+https://github.com/select2/select2.git#3.4.8", "autosize": "^4.0.2", "backbone": "^1.3.3", - "blueimp-md5": "^2.7.0", + "blueimp-md5": "^2.10.0", "bootstrap": "^3.4.0", "clipboard": "^2.0.4", "css-vars-ponyfill": "^1.16.2", |