From 8b4a4f35e621586001620f834f264994cff8f7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:35:45 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 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] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd540de..fa761f8 100644 --- a/package.json +++ b/package.json @@ -37,10 +37,10 @@ "grunt-umd": "~2.4.0", "numeral": "~1.5.3", "qunitjs": "^1.20.0", - "jquery": "2.2.4" + "jquery": "3.5.0" }, "dependencies": { - "jquery": "2.2.4" + "jquery": "3.5.0" }, "scripts": { "prepublish": "grunt prepublish",