From a1a1af03e4d183bd59d9876cfdf0a0f2dc4e61c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 16:37: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-lock.json | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe0ce84..11f9b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -347,9 +347,9 @@ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "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==" }, "jquery-slimscroll": { "version": "1.3.8", @@ -357,6 +357,13 @@ "integrity": "sha1-hIHETnpHaHZTkIoo9/cK7WTITjY=", "requires": { "jquery": "2.2.4" + }, + "dependencies": { + "jquery": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", + "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=" + } } }, "kind-of": { diff --git a/package.json b/package.json index ea24c20..d561476 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "components-font-awesome": "^4.7.0", "font-mfizz": "^2.4.1", "gritter": "^1.7.4", - "jquery": "^2.2.4", + "jquery": "^3.5.0", "jquery-slimscroll": "^1.3.8", "metismenu": "^2.5.2", "normalize.css": "^4.2.0",