From 6ce6ec8ca1bfd15a8bd617c442dfbb9c042c1a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 04:43:02 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /devtools Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/package.json b/devtools/package.json index 48df5d18c06..fe708299c53 100644 --- a/devtools/package.json +++ b/devtools/package.json @@ -13,7 +13,7 @@ "@webcomponents/webcomponentsjs": "2.4.0", "diff": "4.0.1", "golden-layout": "1.5.9", - "jquery": "3.4.1", + "jquery": "3.5.0", "vis": "4.21.0-EOL", "web-animations-js": "2.3.2" },