diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-07-22 08:34:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-22 08:34:27 +0200 |
commit | 555a439c9a872fdc854fb59e20d8b60c5b2899d9 (patch) | |
tree | 8759c4e697c353c50169f756aa6378a6fbeeb3a4 /package.json | |
parent | a024dcfc817cc766fa105d8ba9a9cac08538eaf4 (diff) | |
parent | d002c7aae827b38d22560f0cfd526fbc095770db (diff) | |
download | nextcloud-server-555a439c9a872fdc854fb59e20d8b60c5b2899d9.tar.gz nextcloud-server-555a439c9a872fdc854fb59e20d8b60c5b2899d9.zip |
Merge pull request #16487 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.11.0
Bump blueimp-md5 from 2.10.0 to 2.11.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 8d618b210dc..9df644d7efc 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "Select2": "git+https://github.com/select2/select2.git#3.4.8", "autosize": "^4.0.2", "backbone": "^1.4.0", - "blueimp-md5": "^2.10.0", + "blueimp-md5": "^2.11.0", "bootstrap": "^4.3.1", "clipboard": "^2.0.4", "css-vars-ponyfill": "^2.0.2", |