From c8d985a0f317f20808b0384a24c3e345aa34638c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Fri, 12 Apr 2019 11:27:25 +0200 Subject: [PATCH] chore(*): update jQuery from 3.2.1 to 3.4.0 This updates jQuery to 3.4.0 to ensure future security fixes won't break it. Closes #16863 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9cbb57e0c6dc..bf2e895bcf9c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jasmine-core": "^2.8.0", "jasmine-node": "^2.0.0", "jasmine-reporters": "^2.2.0", - "jquery": "3.2.1", + "jquery": "3.4.0", "jquery-2.1": "npm:jquery@2.1.4", "jquery-2.2": "npm:jquery@2.2.4", "karma": "^3.1.4", diff --git a/yarn.lock b/yarn.lock index c26b0ef86ef0..16f6b27d7584 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4347,10 +4347,10 @@ jasminewd2@^2.1.0: resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI= -jquery@3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" - integrity sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c= +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: version "3.0.1"