From 5a5f28a58aaadfae89f1b8c318cd256dd7f801e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:11:22 +0000 Subject: [PATCH] Bump bootstrap in /config/plugins/visualizations/chiraviz Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 5.0.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.3.7...v5.0.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/plugins/visualizations/chiraviz/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/visualizations/chiraviz/package.json b/config/plugins/visualizations/chiraviz/package.json index 1bce021b61f0..7f53659673d1 100644 --- a/config/plugins/visualizations/chiraviz/package.json +++ b/config/plugins/visualizations/chiraviz/package.json @@ -12,7 +12,7 @@ "webpack-cli": "^3.3.11" }, "dependencies": { - "bootstrap": "3.3.7", + "bootstrap": "5.0.1", "font-awesome": "^4.7.0", "jquery": "3.2.1", "plotly.js": "^1.52.3",