From f2a03db766b2c6073963763f4397fff19e07220b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 17:10:19 +0000 Subject: [PATCH] Bump buffer from 5.7.1 to 6.0.3 Bumps [buffer](https://github.com/feross/buffer) from 5.7.1 to 6.0.3. - [Release notes](https://github.com/feross/buffer/releases) - [Commits](https://github.com/feross/buffer/compare/v5.7.1...v6.0.3) Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++++++---- package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62c4cc2ea..f054535fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3975,12 +3975,12 @@ } }, "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", "requires": { "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "ieee754": "^1.2.1" } }, "buffer-alloc": { @@ -7569,6 +7569,17 @@ "emailjs": "^2.2.0", "text-encoding": "^0.7.0", "ws": "^7.2.1" + }, + "dependencies": { + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + } } }, "gzip-size": { diff --git a/package.json b/package.json index 791d701c6..b5208d216 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "axios": "^0.21.1", "big.js": "^6.0.3", "browser-file-storage": "^1.0.7", - "buffer": "^5.7.1", + "buffer": "^6.0.3", "classnames": "^2.2.6", "eccrypto": "^1.1.6", "embla-carousel": "^4.2.0",