From cbba5e7b775e6bb1f4428d4a29c7e0db4d68c427 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2020 17:16:27 +0800 Subject: [PATCH] Bump superstruct from 0.8.4 to 0.10.12 in /token-swap/js (#95) Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 0.8.4 to 0.10.12. - [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.8.4...v0.10.12) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- token-swap/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token-swap/js/package.json b/token-swap/js/package.json index 7deb7462d5e..d6367a2726f 100644 --- a/token-swap/js/package.json +++ b/token-swap/js/package.json @@ -69,7 +69,7 @@ "react-dom": "^16.5.2", "readline-promise": "^1.0.3", "semver": "^7.0.0", - "superstruct": "^0.8.0", + "superstruct": "^0.10.12", "watch": "^1.0.2", "webpack": "^4.20.2", "webpack-cli": "^3.1.1",