From 6db57091cccb2aa711194f21348bf1efbeba0a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 13:48:32 +0000 Subject: [PATCH] Bump jquery from 3.1.0 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.1.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.1.0...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 6d010a4..7bda985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3231,9 +3231,9 @@ "dev": true }, "jquery": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.1.0.tgz", - "integrity": "sha1-Ep9vGulLGPCQELAI0NYBHkBhPX8=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.6.3", diff --git a/package.json b/package.json index 9b886a5..d97d260 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "express": "^4.14.0", "gsap": "1.18.5", - "jquery": "3.1.0", + "jquery": "3.5.0", "p5": "0.5.2", "pizzicato": "0.3.2", "serve-index": "^1.8.0",