From 06b8c75f3316b85dcfbb5e2bd88f3ecf664aea52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 02:45:53 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0) Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 522e943..61f0482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,8 +115,8 @@ } }, "bootstrap-sass": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.4.1.tgz", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz", "integrity": "sha1-ZZbHq0D2Y3OTMjqwvIDQZPxjBJg=" }, "brace-expansion": { @@ -2102,9 +2102,9 @@ "dev": true }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "lazy-cache": { "version": "2.0.2", diff --git a/package.json b/package.json index 2c62f88..e6145d2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "bootstrap-sass": "3.3.7", "font-awesome": "4.7.0", - "jquery": "3.2.1", + "jquery": "3.5.0", "patternfly": "3.37.0" } }