From b20b0be311bf2f73d39515cf4582b3b57d8d05d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 03:11:07 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 in /frontend/auth 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] --- frontend/auth/package.json | 2 +- frontend/auth/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/auth/package.json b/frontend/auth/package.json index 5a3382e..c49c60d 100644 --- a/frontend/auth/package.json +++ b/frontend/auth/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "jquery": "^3.4.0", + "jquery": "^3.5.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "0.9.5" diff --git a/frontend/auth/yarn.lock b/frontend/auth/yarn.lock index a20d0f3..f8510e6 100644 --- a/frontend/auth/yarn.lock +++ b/frontend/auth/yarn.lock @@ -3837,10 +3837,10 @@ jest@18.1.0: dependencies: jest-cli "^18.1.0" -jquery@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf" - integrity sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ== +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== js-base64@^2.1.9: version "2.5.1"