From 9a3d060bb1a40370dbf6e1265bb9cb844f33542a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 08:28:00 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.5.0 in /app 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] --- app/package-lock.json | 6 +++--- app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index b5da86a..76b95b9 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -6488,9 +6488,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.2", diff --git a/app/package.json b/app/package.json index 01c048f..54fd4b6 100644 --- a/app/package.json +++ b/app/package.json @@ -15,7 +15,7 @@ "collections": "^5.1.11", "dedent": "^0.7.0", "i": "^0.3.6", - "jquery": "^1.12.4", + "jquery": "^3.5.0", "js-beautify": "^1.11.0", "json-stringify-pretty-compact": "^2.0.0", "konva": "^6.0.0",