From 02ca644cb14b7a3b20ff9002e948cc5879c28355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 24 Jan 2019 15:07:00 +0000 Subject: [PATCH] chore(deps): bump tweetnacl from 1.0.0 to 1.0.1 Bumps [tweetnacl](https://github.com/dchest/tweetnacl-js) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/dchest/tweetnacl-js/releases) - [Changelog](https://github.com/dchest/tweetnacl-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/dchest/tweetnacl-js/compare/v1.0.0...v1.0.1) Signed-off-by: dependabot[bot] --- web3.js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index be2bcec72f..93da9d517e 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -16133,9 +16133,9 @@ } }, "tweetnacl": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.0.tgz", - "integrity": "sha1-cT2LgY2kIGh0C/aDhtBHnmb8ins=" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.1.tgz", + "integrity": "sha512-kcoMoKTPYnoeS50tzoqjPY3Uv9axeuuFAZY9M/9zFnhoVvRfxz9K29IMPD7jGmt2c8SW7i3gT9WqDl2+nV7p4A==" }, "type-check": { "version": "0.3.2",