diff --git a/docs/themes/thxvscode/assets/js/package.json b/docs/themes/thxvscode/assets/js/package.json index 7b430739c869..f680e8c4b87a 100644 --- a/docs/themes/thxvscode/assets/js/package.json +++ b/docs/themes/thxvscode/assets/js/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "bootstrap": "^3.4.0", - "jquery": "2.2.4", + "jquery": "3.5.0", "js-cookie": "^2.1.4", "lodash": "^4.17.4", "react-dom": "^15.6.1", diff --git a/docs/themes/thxvscode/assets/js/yarn.lock b/docs/themes/thxvscode/assets/js/yarn.lock index 8e613eb91cca..2fb782cf274f 100644 --- a/docs/themes/thxvscode/assets/js/yarn.lock +++ b/docs/themes/thxvscode/assets/js/yarn.lock @@ -2407,10 +2407,10 @@ isomorphic-fetch@^2.1.1: node-fetch "^1.0.1" whatwg-fetch ">=0.10.0" -jquery@2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" - integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI= +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-cookie@^2.1.4: version "2.2.1"