From bcb75c856820336b47471ea535c6af4ead8f187d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Mar 2019 19:16:46 +0000 Subject: [PATCH] chore(deps): bump superstruct from 0.6.0 to 0.6.1 Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/ianstormtaylor/superstruct/releases) - [Changelog](https://github.com/ianstormtaylor/superstruct/blob/master/Changelog.md) - [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.6.0...v0.6.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 afc7f2f893..08e55b806d 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -18306,9 +18306,9 @@ "dev": true }, "superstruct": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.6.0.tgz", - "integrity": "sha512-6Y+bh5oFXCMUmGGzcdwd8M2qXMWn9aH3Qu2wV8Cg/Lxu+3fTxJ0dTx54nKd/Sm3lSz3i901xVatzev7c/xN8Lg==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.6.1.tgz", + "integrity": "sha512-LDbOKL5sNbOJ00Q36iYRhSexKIptZje0/mhNznnz04wT9CmsPDZg/K/UV1dgYuCwNMuOBHTbVROZsGB9EhhK4w==", "requires": { "clone-deep": "^2.0.1", "kind-of": "^6.0.1"