From 2ff20e425d219d412fbff7fd4385a9a21130e0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 06:11:13 +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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8494bbe..1104773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6091,9 +6091,9 @@ "dev": true }, "jquery": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.5.1", diff --git a/package.json b/package.json index 3f2a14b..6c67f1a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@tweenjs/tween.js": "latest", "assert": "^1.4.1", "html-webpack-plugin": "^3.2.0", - "jquery": "^2.2.4", + "jquery": "^3.5.0", "moment": "^2.22.2", "moment-timezone": "^0.5.21", "package.json": "^2.0.1"