From 3550e496d47d95c7aa5fb5f69047281170b07a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 11:35:54 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 in /frontend Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 60ad38e..cb4fea3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "author": "Max Kokorin", "license": "MIT", "dependencies": { - "jquery": "^2.1.4", + "jquery": "^3.5.0", "moment": "^2.11.1", "normalizr": "^1.4.0", "octicons": "^3.3.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c165d72..085e86a 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2291,9 +2291,9 @@ isomorphic-fetch@^2.1.1: node-fetch "^1.0.1" whatwg-fetch ">=0.10.0" -jquery@^2.1.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-base64@^2.1.9: version "2.5.1"