From ce597ac6274db80ec0958dfaa3d1ca26468feb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 11:20:56 +0000 Subject: [PATCH] Bump jquery from 1.12.1 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.12.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.1...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 105674d1..9d536511 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "idempotent-babel-polyfill": "6.26.0-1", "identity-obj-proxy": "^3.0.0", "jest": "^23.6.0", - "jquery": "1.12.1", + "jquery": "3.5.0", "lodash": "^4.17.5", "mem": ">=4.0.0", "node-fetch": "^2.6.0", diff --git a/yarn.lock b/yarn.lock index b4fce1cd..c9e74d28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5197,10 +5197,10 @@ jest@^23.6.0: import-local "^1.0.0" jest-cli "^23.6.0" -jquery@1.12.1: - version "1.12.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.1.tgz#9cc34ce4780d4ceb90c44328f071064f01960c18" - integrity sha1-nMNM5HgNTOuQxEMo8HEGTwGWDBg= +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-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0"