From 5f3272dcfad9a569d51bcf8bc2aa9aaf708356a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2020 15:40:52 +0000 Subject: [PATCH] build(deps): bump jquery from 1.9.1 to 3.5.0 in /static Bumps [jquery](https://github.com/jquery/jquery) from 1.9.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.9.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 de8b238..07460eb 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -56,9 +56,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "jquery": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.9.1.tgz", - "integrity": "sha1-5M1INfqu+63lNYV2E8D8P/KtrzQ=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "moment": { "version": "2.27.0", diff --git a/static/package.json b/static/package.json index df9c156..40abedd 100644 --- a/static/package.json +++ b/static/package.json @@ -11,7 +11,7 @@ "dependencies": { "bootstrap": "^4.5.0", "chart.js": "^2.9.3", - "jquery": "^1.9.1", + "jquery": "^3.5.0", "popper.js": "^1.16.1" } }