diff --git a/Web/static/js/package.json b/Web/static/js/package.json index 47f7023b..8355e8b4 100644 --- a/Web/static/js/package.json +++ b/Web/static/js/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@atlassian/aui": "^8.5.1", - "jquery": "^2.1.0", + "jquery": "^3.5.0", "knockout": "^3.5.1", "ky": "^0.19.0", "monaco-editor": "^0.20.0", diff --git a/Web/static/js/yarn.lock b/Web/static/js/yarn.lock index 183961a4..e705e5bf 100644 --- a/Web/static/js/yarn.lock +++ b/Web/static/js/yarn.lock @@ -51,10 +51,10 @@ jquery-ui@^1.12.1: resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51" integrity sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE= -jquery@^2.1.0: - 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== knockout@^3.5.1: version "3.5.1"