From 223c326294ac971d5c7a2a1d6979d8b92bd06d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:00:12 +0000 Subject: [PATCH] Bump jquery from 3.2.1 to 3.5.0 in /DarkStatsCore Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) Signed-off-by: dependabot[bot] --- DarkStatsCore/package-lock.json | 20 +++++++++++++++++--- DarkStatsCore/package.json | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/DarkStatsCore/package-lock.json b/DarkStatsCore/package-lock.json index 54b706b..21b45f5 100644 --- a/DarkStatsCore/package-lock.json +++ b/DarkStatsCore/package-lock.json @@ -437,9 +437,9 @@ } }, "jquery": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", - "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery-validation": { "version": "1.17.0", @@ -447,6 +447,13 @@ "integrity": "sha512-XddiAwhGdWhcIJ+W3ri3KG8uTPMua4TPYuUIC8/E7lOyqdScG5xHuy9YishlKc0c/lIQai77EX7hxMdTSYCEjA==", "requires": { "jquery": "3.2.1" + }, + "dependencies": { + "jquery": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", + "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" + } } }, "jquery-validation-unobtrusive": { @@ -456,6 +463,13 @@ "requires": { "jquery": "3.2.1", "jquery-validation": "1.17.0" + }, + "dependencies": { + "jquery": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", + "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" + } } }, "kind-of": { diff --git a/DarkStatsCore/package.json b/DarkStatsCore/package.json index 725a810..de1f11f 100644 --- a/DarkStatsCore/package.json +++ b/DarkStatsCore/package.json @@ -7,7 +7,7 @@ "chartist": "^0.11.0", "chartist-plugin-tooltips": "0.0.17", "components-jqueryui": "^1.12.1", - "jquery": "^3.2.1", + "jquery": "^3.5.0", "jquery-validation": "^1.17.0", "jquery-validation-unobtrusive": "^3.2.6" },