diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 26fd523ed0..412567dd29 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -49,7 +49,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", "react-select": "^4.3.0", - "superstruct": "^0.15.1", + "superstruct": "^0.15.2", "typescript": "^4.2.4" } }, @@ -21398,9 +21398,9 @@ "integrity": "sha512-ci7pEFNVW3YJiWEzqPOMsAjY6kgraZ3ZgBfQ5HYbNtLJEsQ0G46ejWZpfSSCp/FaSiCSGGhzL9O2lN+2cB6ong==" }, "node_modules/superstruct": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.1.tgz", - "integrity": "sha512-amjQaSpO94o3DTcNgeuYhGYGbji6JLLnySbxyolXO+WtV+bwwK1IzKAet/jYcpltGg2nnX8CBnHpueYNyx2Cgw==" + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.2.tgz", + "integrity": "sha512-OsJI8lv6/PsInwCf4ultejmsJYseYshKhkcbDendqNwj3MeGXENajl3ujMGMU4FDDSSeJTOwFn9T6pnfsS9DYA==" }, "node_modules/supports-color": { "version": "5.5.0", @@ -42094,9 +42094,9 @@ "integrity": "sha512-ci7pEFNVW3YJiWEzqPOMsAjY6kgraZ3ZgBfQ5HYbNtLJEsQ0G46ejWZpfSSCp/FaSiCSGGhzL9O2lN+2cB6ong==" }, "superstruct": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.1.tgz", - "integrity": "sha512-amjQaSpO94o3DTcNgeuYhGYGbji6JLLnySbxyolXO+WtV+bwwK1IzKAet/jYcpltGg2nnX8CBnHpueYNyx2Cgw==" + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.2.tgz", + "integrity": "sha512-OsJI8lv6/PsInwCf4ultejmsJYseYshKhkcbDendqNwj3MeGXENajl3ujMGMU4FDDSSeJTOwFn9T6pnfsS9DYA==" }, "supports-color": { "version": "5.5.0", diff --git a/explorer/package.json b/explorer/package.json index 73e34db5d7..53bf728777 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -45,7 +45,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", "react-select": "^4.3.0", - "superstruct": "^0.15.1", + "superstruct": "^0.15.2", "typescript": "^4.2.4" }, "scripts": {