diff --git a/package.json b/package.json index 4a05a258efcb..6d070db8c754 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ "https-proxy-agent": "^2.2.1", "inert": "^5.1.0", "joi": "^13.5.2", - "jquery": "^3.3.1", + "jquery": "^3.4.0", "js-yaml": "3.4.1", "json-stable-stringify": "^1.0.1", "json-stringify-pretty-compact": "1.0.4", diff --git a/packages/kbn-ui-framework/package.json b/packages/kbn-ui-framework/package.json index f2b9c2f7e713..d13e8d6a26d2 100644 --- a/packages/kbn-ui-framework/package.json +++ b/packages/kbn-ui-framework/package.json @@ -50,7 +50,7 @@ "html": "1.0.0", "html-loader": "^0.5.5", "imports-loader": "^0.8.0", - "jquery": "^3.3.1", + "jquery": "^3.4.0", "keymirror": "0.1.1", "moment": "^2.20.1", "node-sass": "^4.9.4", diff --git a/x-pack/package.json b/x-pack/package.json index 9d361b4d568c..17fa266ea3f0 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -215,7 +215,7 @@ "intl": "^1.2.5", "io-ts": "^1.4.2", "joi": "^13.5.2", - "jquery": "^3.3.1", + "jquery": "^3.4.0", "json-stable-stringify": "^1.0.1", "jsonwebtoken": "^8.3.0", "lodash": "npm:@elastic/lodash@3.10.1-kibana1", diff --git a/yarn.lock b/yarn.lock index 5cc15717b135..8dcb6e7c6bb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15383,11 +15383,16 @@ jpeg-js@^0.3.4: resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.3.4.tgz#dc2ba501ee3d58b7bb893c5d1fab47294917e7e7" integrity sha512-6IzjQxvnlT8UlklNmDXIJMWxijULjqGrzgqc0OG7YadZdvm7KPQ1j0ehmQQHckgEWOfgpptzcnWgESovxudpTA== -jquery@^3.2.1, jquery@^3.3.1: +jquery@^3.2.1: version "3.3.1" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg== +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-base64@^2.1.8: version "2.4.5" resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.5.tgz#e293cd3c7c82f070d700fc7a1ca0a2e69f101f92"