From a5a50921ab349e5bd8191b3794909dc8fa2bd879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 06:25:23 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /WebApp Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot[bot] --- WebApp/package-lock.json | 6 +++--- WebApp/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebApp/package-lock.json b/WebApp/package-lock.json index 4e25713..3bbd6ac 100644 --- a/WebApp/package-lock.json +++ b/WebApp/package-lock.json @@ -4280,9 +4280,9 @@ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-yaml": { "version": "3.13.1", diff --git a/WebApp/package.json b/WebApp/package.json index dd46456..6a39071 100644 --- a/WebApp/package.json +++ b/WebApp/package.json @@ -28,7 +28,7 @@ "@aspnet/signalr": "^1.1.4", "@types/bootstrap": "^4.3.0", "bootstrap": "^4.3.1", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "popper": "^1.0.1" } }