From e46c367002dd3411e6ee259bfd51e15dc1f8bee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 21:47:47 +0000 Subject: [PATCH] Bump jquery from 1.12.1 to 3.4.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.12.1 to 3.4.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.1...3.4.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 f3b63ccd..3030237e 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "idempotent-babel-polyfill": "6.26.0-1", "identity-obj-proxy": "^3.0.0", "jest": "^23.6.0", - "jquery": "1.12.1", + "jquery": "3.4.0", "lodash": "^4.17.5", "mem": ">=4.0.0", "node-fetch": "^2.6.0", diff --git a/yarn.lock b/yarn.lock index beb8db72..afcee591 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4996,10 +4996,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.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf" + integrity sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ== "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0"