From e51b7f7862adc7b3f174446f0a31df684debf7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 18:58:05 +0000 Subject: [PATCH] Bump bl from 1.2.2 to 2.2.1 in /backend Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 2.2.1. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v2.2.1) Signed-off-by: dependabot[bot] --- backend/package-lock.json | 15 ++++++++++++--- backend/package.json | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 73679a2..77ab076 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -324,9 +324,9 @@ } }, "bl": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz", - "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz", + "integrity": "sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==", "requires": { "readable-stream": "^2.3.5", "safe-buffer": "^5.1.1" @@ -2104,6 +2104,15 @@ "xtend": "^4.0.0" }, "dependencies": { + "bl": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz", + "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==", + "requires": { + "readable-stream": "^2.3.5", + "safe-buffer": "^5.1.1" + } + }, "isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", diff --git a/backend/package.json b/backend/package.json index bdcbc55..499c832 100644 --- a/backend/package.json +++ b/backend/package.json @@ -48,7 +48,7 @@ "binary-search-bounds": "^2.0.4", "bit-twiddle": "^1.0.2", "bitmap-sdf": "^1.0.3", - "bl": "^1.2.2", + "bl": "^2.2.1", "bn.js": "^4.11.8", "boundary-cells": "^2.0.1", "box-intersect": "^1.0.2",