From 6f72cedc03fa6c02d335fe89cca1be7fce2e1667 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 09:03:55 +0000 Subject: [PATCH] chore(deps): bump superstruct from 0.6.1 to 0.6.2 Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 0.6.1 to 0.6.2. - [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.1...v0.6.2) Signed-off-by: dependabot-preview[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 27ef52f1b5..d9c6915bda 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -21255,9 +21255,9 @@ "dev": true }, "superstruct": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.6.1.tgz", - "integrity": "sha512-LDbOKL5sNbOJ00Q36iYRhSexKIptZje0/mhNznnz04wT9CmsPDZg/K/UV1dgYuCwNMuOBHTbVROZsGB9EhhK4w==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.6.2.tgz", + "integrity": "sha512-lvA97MFAJng3rfjcafT/zGTSWm6Tbpk++DP6It4Qg7oNaeM+2tdJMuVgGje21/bIpBEs6iQql1PJH6dKTjl4Ig==", "requires": { "clone-deep": "^2.0.1", "kind-of": "^6.0.1"