From fa931e548ceaf26a182aac013d498d3757e38cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 15:32:27 +0000 Subject: [PATCH] Bump jquery from 3.2.1 to 3.5.0 in /static Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) Signed-off-by: dependabot[bot] --- static/package-lock.json | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index 96c8557..6f9f67d 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -3790,9 +3790,9 @@ } }, "jquery": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", - "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery-bar-rating": { "version": "1.2.2", diff --git a/static/package.json b/static/package.json index beae184..174e3b5 100644 --- a/static/package.json +++ b/static/package.json @@ -8,7 +8,7 @@ "bootstrap-datepicker": "^1.7.1", "chart.js": "2.6.0", "font-awesome": "4.7.0", - "jquery": "3.2.1", + "jquery": "3.5.0", "jquery-bar-rating": "^1.2.2", "mdi": "2.0.46", "perfect-scrollbar": "0.7.1",