From 1499be4bc5e081a0b2164b149206b467b793750f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:05:11 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 in /ide Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) Signed-off-by: dependabot[bot] --- ide/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/package.json b/ide/package.json index 55420b3d3..4e1772ffa 100644 --- a/ide/package.json +++ b/ide/package.json @@ -21,7 +21,7 @@ "bootstrap": "^3.3.6", "es6-promise": "^3.0.2", "es6-shim": "^0.35.0", - "jquery": "^2.2.3", + "jquery": "^3.5.0", "ng2-bootstrap": "^1.0.13", "ng2-bs3-modal": "^0.6.0", "ng2-dnd": "^1.8.2",