From 09f64ac8024f5dbc3fbefeeaf9a412756f92d434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 10:33:20 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.5.0 in /docs Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index d54da98330..15037c731c 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -3612,9 +3612,9 @@ "dev": true }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery.easing": { "version": "1.4.1", diff --git a/docs/package.json b/docs/package.json index 163166b0e3..a3f0996270 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,7 +28,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "5.7.0", "bootstrap": "4.2.1", - "jquery": "3.3.1", + "jquery": "3.5.0", "jquery.easing": "^1.4.1", "magnific-popup": "^1.1.0" },