From 7f98d6ab2f621165fc70659f4c02674e5243722f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 02:20:51 +0000 Subject: [PATCH] Bump jquery from 1.11.2 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.11.2 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.11.2...3.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 15203fd..af34f3e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "flux": "2.0.1", - "jquery": "1.11.2", + "jquery": "3.5.0", "lodash": "^4.15.0", "object-assign": "2.0.0", "react": "0.13.1" diff --git a/yarn.lock b/yarn.lock index f9e5419..f2f95fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2705,10 +2705,10 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -jquery@1.11.2: - version "1.11.2" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.11.2.tgz#30ab26857211c37caa83da0f6903155fe49bb72d" - integrity sha1-MKsmhXIRw3yqg9oPaQMVX+Sbty0= +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.8: version "2.5.2"