From 520d77281fd015beab65f395f07b318312159faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 08:03:32 +0000 Subject: [PATCH] Bump jquery in /config/plugins/visualizations/chiraviz Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) --- updated-dependencies: - dependency-name: jquery 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..15787675862b 100644 --- a/config/plugins/visualizations/chiraviz/package.json +++ b/config/plugins/visualizations/chiraviz/package.json @@ -14,7 +14,7 @@ "dependencies": { "bootstrap": "3.3.7", "font-awesome": "^4.7.0", - "jquery": "3.2.1", + "jquery": "3.5.0", "plotly.js": "^1.52.3", "underscore": "1.8.3" },