From c572ddf80e14c52f88990445a3f8a917c8226147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 11:43:14 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.5.0) Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 721c96d..1fd0c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7321,9 +7321,9 @@ } }, "jquery": { - "version": "1.12.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz", - "integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery-minicolors": { "version": "2.1.10", @@ -12643,6 +12643,7 @@ "version": "3.1.10", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "optional": true, "requires": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", diff --git a/package.json b/package.json index 5c64ff2..6c13982 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "highcharts": "5.0.6", "html2canvas": "1.0.0-alpha.12", "http-proxy-middleware": "^0.19.1", - "jquery": "1.12.4", + "jquery": "3.5.0", "jquery-minicolors": "^2.1.10", "less": "~3.9.0", "less-loader": "^4.1.0",