From f707db8a879194807440a5c57564ebeec4bf1fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 16:00:42 +0000 Subject: [PATCH] Bump jquery from 2.1.4 to 3.5.0 in /packages/legacy-scripting-runner Bumps [jquery](https://github.com/jquery/jquery) from 2.1.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.1.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/legacy-scripting-runner/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/legacy-scripting-runner/package.json b/packages/legacy-scripting-runner/package.json index cf232afb6..fd7edf000 100644 --- a/packages/legacy-scripting-runner/package.json +++ b/packages/legacy-scripting-runner/package.json @@ -26,7 +26,7 @@ "dependencies": { "async": "2.6.4", "flat": "5.0.2", - "jquery": "2.1.4", + "jquery": "3.5.0", "jsdom": "7.0.0", "lodash": "4.17.21", "moment-timezone": "0.5.43",