diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-01 01:15:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-01 01:15:24 +0000 |
commit | d9113a7b292fe913f8cade1932b7e09eb6c3ffdf (patch) | |
tree | 8364fab37a71e2583e6c241f4bfa8671386ba069 /package-lock.json | |
parent | e5c81ceda402c97b11badbb056193b563230fe41 (diff) | |
download | nextcloud-server-d9113a7b292fe913f8cade1932b7e09eb6c3ffdf.tar.gz nextcloud-server-d9113a7b292fe913f8cade1932b7e09eb6c3ffdf.zip |
Bump blueimp-md5 from 2.11.1 to 2.12.0
Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases)
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.11.1...v2.12.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 8e65978e5b1..ff673a55033 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1838,9 +1838,9 @@ "integrity": "sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==" }, "blueimp-md5": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.11.1.tgz", - "integrity": "sha512-4UiOAmql2XO0Sws07OVzYdCKK0K2Va5g6AVgYXoGhEQiKrdSOefjUCm1frPk6E+xiIOHRqaFg+TUGo7cClKg5g==" + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.12.0.tgz", + "integrity": "sha512-zo+HIdIhzojv6F1siQPqPFROyVy7C50KzHv/k/Iz+BtvtVzSHXiMXOpq2wCfNkeBqdCv+V8XOV96tsEt2W/3rQ==" }, "bn.js": { "version": "4.11.8", @@ -3560,11 +3560,11 @@ } }, "follow-redirects": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.7.0.tgz", - "integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.8.1.tgz", + "integrity": "sha512-micCIbldHioIegeKs41DoH0KS3AXfFzgS30qVkM6z/XOE/GJgvmsoc839NUqa1B9udYe9dQxgv7KFwng6+p/dw==", "requires": { - "debug": "^3.2.6" + "debug": "^3.0.0" } }, "for-in": { |