From 10a30f43e275fb0c47b628323baec8dab5fec14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 15:22:30 +0000 Subject: [PATCH] build(deps): 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b50c67e..f928e42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6273,9 +6273,9 @@ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, "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.2", diff --git a/package.json b/package.json index 7dc8eed..5c58c09 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "font-awesome": "^4.7.0", "form-data": "^2.1.4", "formidable": "^1.1.1", - "jquery": "^1.12.4", + "jquery": "^3.5.0", "mavon-editor": "^1.6.2", "multer": "^1.3.0", "node-sass": "^4.5.1",