From b10916c63bb18c6223a12edc29d2b0dfd854081e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 01:00:26 +0000 Subject: [PATCH] build(deps): 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 3acd1672de..ccfa2976bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2821,9 +2821,9 @@ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, "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-yaml": { "version": "3.13.1", diff --git a/package.json b/package.json index d205a22346..f7dca7bec4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "express-fileupload": "0.0.5", "file-type": "^8.1.0", "humanize-ms": "1.0.1", - "jquery": "^2.2.4", + "jquery": "^3.5.0", "lodash": "4.17.4", "marked": "0.3.5", "method-override": "latest",