From 40ff58aa1ad59df286b963557328dbffde22079e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 16:31:22 -0700 Subject: [PATCH] Bump bootstrap from 4.6.0 to 5.0.0 in /ui (#211) Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index e551c4010..ea6cce910 100644 --- a/ui/package.json +++ b/ui/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "aurora-ui-plugin": "file:plugin", - "bootstrap": "^4.6.0", + "bootstrap": "^5.0.0", "deep-equal": "^2.0.3", "diff": "^5.0.0", "es6-shim": "^0.35.3",