From 0f6a35c4fb1af16f5621783e1d1304338d19f351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 08:08:41 +0000 Subject: [PATCH] chore:(deps): bump superstruct from 0.15.2 to 0.15.3 in /explorer (#20615) Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/ianstormtaylor/superstruct/releases) - [Changelog](https://github.com/ianstormtaylor/superstruct/blob/main/Changelog.md) - [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.15.2...v0.15.3) --- updated-dependencies: - dependency-name: superstruct dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 14 +++++++------- explorer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 15278c159..d894352ea 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -54,7 +54,7 @@ "react-scripts": "^4.0.3", "react-select": "^4.3.1", "sass": "^1.42.1", - "superstruct": "^0.15.2", + "superstruct": "^0.15.3", "typescript": "^4.4.3" } }, @@ -23114,9 +23114,9 @@ "integrity": "sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==" }, "node_modules/superstruct": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.2.tgz", - "integrity": "sha512-OsJI8lv6/PsInwCf4ultejmsJYseYshKhkcbDendqNwj3MeGXENajl3ujMGMU4FDDSSeJTOwFn9T6pnfsS9DYA==" + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.3.tgz", + "integrity": "sha512-wilec1Rg3FtKuRjRyCt70g5W29YUEuaLnybdVQUI+VQ7m0bw8k7TzrRv5iYmo6IpjLVrwxP5t3RgjAVqhYh4Fg==" }, "node_modules/supports-color": { "version": "5.5.0", @@ -44175,9 +44175,9 @@ "integrity": "sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==" }, "superstruct": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.2.tgz", - "integrity": "sha512-OsJI8lv6/PsInwCf4ultejmsJYseYshKhkcbDendqNwj3MeGXENajl3ujMGMU4FDDSSeJTOwFn9T6pnfsS9DYA==" + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.3.tgz", + "integrity": "sha512-wilec1Rg3FtKuRjRyCt70g5W29YUEuaLnybdVQUI+VQ7m0bw8k7TzrRv5iYmo6IpjLVrwxP5t3RgjAVqhYh4Fg==" }, "supports-color": { "version": "5.5.0", diff --git a/explorer/package.json b/explorer/package.json index 9ebfc13dc..ff8d30af7 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -49,7 +49,7 @@ "react-scripts": "^4.0.3", "react-select": "^4.3.1", "sass": "^1.42.1", - "superstruct": "^0.15.2", + "superstruct": "^0.15.3", "typescript": "^4.4.3" }, "scripts": {