From 5a8cc6a038bc6efe932f64728a39dcba494b1912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 00:44:12 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.5.1 in /app Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.1) Signed-off-by: dependabot[bot] --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 80e6a1a..422189b 100644 --- a/app/package.json +++ b/app/package.json @@ -10,7 +10,7 @@ "@fortawesome/fontawesome-free": "5.6.3", "angular": "1.7.5", "bootstrap": "4.2.1", - "jquery": "3.3.1", + "jquery": "3.5.1", "jszip": "3.1.5", "mmmagic": "0.5.2" },