diff --git a/package-lock.json b/package-lock.json index 029e8529..23ee4673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12783,9 +12783,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.1.9", diff --git a/package.json b/package.json index a3542fba..5f7a9d77 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "html-webpack-plugin": "^2.29.0", "jest": "^20.0.0", "jest-cli": "^20.0.0", - "jquery": "^3.2.1", + "jquery": "^3.5.0", "json-schema-traverse": "^0.3.1", "jwt-decode": "^2.1.0", "lodash": "^4.17.4", diff --git a/yarn.lock b/yarn.lock index d9afb4d1..4e9726b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4205,9 +4205,9 @@ jest@^20.0.0: dependencies: jest-cli "^20.0.4" -jquery@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-base64@^2.1.8, js-base64@^2.1.9: version "2.4.0"