From e678be04381c032a694706bfc1246b5c99e2c33d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2020 23:15:54 +0000 Subject: [PATCH] fix: upgrade bl from 2.0.1 to 2.2.0 Snyk has created this PR to upgrade bl from 2.0.1 to 2.2.0. See this package in NPM: https://www.npmjs.com/package/bl See this project in Snyk: https://app.snyk.io/org/grit96/project/df489771-459c-4fca-90f6-ed45e118cab2?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83d596d..78a91ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -755,9 +755,9 @@ } }, "bl": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/bl/-/bl-2.0.1.tgz", - "integrity": "sha512-FrMgLukB9jujvJ92p5TA0hcKIHtInVXXhxD7qgAuV7k0cbPt9USZmOYnhDXH6IsnGeIUglX42TSBV7Gn4q5sbQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.0.tgz", + "integrity": "sha512-wbgvOpqopSr7uq6fJrLH8EsvYMJf9gzfo2jCsL2eTy75qXPukA4pCgHamOQkZtY5vmfVtjB+P3LNlMHW5CEZXA==", "requires": { "readable-stream": "^2.3.5", "safe-buffer": "^5.1.1" diff --git a/package.json b/package.json index ed6e9d4..b66b4f5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "ansi-to-html": "^0.6.4", "async-tools": "^1.3.0", - "bl": "~2.0.0", + "bl": "~2.2.0", "jade": "~1.11.0", "logging-tool": "~1.2.3", "minimist": "^1.2.2",