From c1a2c38b037491d0174e37163c9023616e93ec40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 05:35:50 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 in /static/myapp 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] --- static/myapp/package.json | 2 +- static/myapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/myapp/package.json b/static/myapp/package.json index 81cc898..7190ca9 100644 --- a/static/myapp/package.json +++ b/static/myapp/package.json @@ -17,7 +17,7 @@ "grapesjs": "^0.13.8", "history": "^4.7.2", "immutable": "4.0.0-rc.9", - "jquery": "^3.4.0", + "jquery": "^3.5.0", "jsx-to-string": "^1.3.0", "parse-url": "^3.0.2", "prop-types": "^15.6.0", diff --git a/static/myapp/yarn.lock b/static/myapp/yarn.lock index bafbf66..2218498 100644 --- a/static/myapp/yarn.lock +++ b/static/myapp/yarn.lock @@ -3980,10 +3980,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@^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.8, js-base64@^2.1.9: version "2.4.9"