From 7f79c70831203f38c0ceb3b2d644cab9da551531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 09:22:44 +0000 Subject: [PATCH] chore:(deps): bump bootstrap from 4.5.3 to 4.6.0 in /explorer (#14687) Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.3 to 4.6.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.5.3...v4.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 0fd3838381..22a806abe3 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -4828,9 +4828,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz", - "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==" + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz", + "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==" }, "brace-expansion": { "version": "1.1.11", diff --git a/explorer/package.json b/explorer/package.json index b4fa22c6b4..b3acdd299b 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -23,7 +23,7 @@ "@types/react-select": "^3.1.2", "@types/socket.io-client": "^1.4.35", "bn.js": "^5.1.3", - "bootstrap": "^4.5.3", + "bootstrap": "^4.6.0", "bs58": "^4.0.1", "chai": "^4.2.0", "chart.js": "^2.9.4",