chore:(deps): bump superstruct from 0.15.1 to 0.15.2 in /explorer (#17073)
Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 0.15.1 to 0.15.2. - [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.1...v0.15.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cb5e000615
commit
66d0348c72
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue