From 19bce9425088351c08db747053f70ba93f925d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 10:27:27 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.5.0 in /Vol.Vue 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] --- Vol.Vue/package-lock.json | 6 +++--- Vol.Vue/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Vol.Vue/package-lock.json b/Vol.Vue/package-lock.json index 438726cf2..1a9f83b21 100644 --- a/Vol.Vue/package-lock.json +++ b/Vol.Vue/package-lock.json @@ -7609,9 +7609,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==" }, "js-base64": { "version": "2.5.1", diff --git a/Vol.Vue/package.json b/Vol.Vue/package.json index 3340ce84f..19cfbfc75 100644 --- a/Vol.Vue/package.json +++ b/Vol.Vue/package.json @@ -20,7 +20,7 @@ "element-ui": "^2.4.11", "gemini-scrollbar": "^1.5.3", "iview": "^3.2.2", - "jquery": "^1.12.4", + "jquery": "^3.5.0", "moment": "^2.24.0", "nprogress": "^0.2.0", "qs": "^6.7.0",