diff --git a/package.json b/package.json index 3c398de..05f5da9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chai": "^4.2.0", "handlebars": "^4.0.5", "jquery": "^3.3.1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.2", "karma": "^4.0.0", "karma-chai": "^0.1.0", "karma-fixture": "^0.2.6", diff --git a/yarn.lock b/yarn.lock index 10b7ee7..c66d7cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1374,13 +1374,15 @@ isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" -jquery-ui@^1.12.1: - version "1.12.1" - resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51" +jquery-ui@^1.13.2: + version "1.13.2" + resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.2.tgz#de03580ae6604773602f8d786ad1abfb75232034" + dependencies: + jquery ">=1.8.0 <4.0.0" -jquery@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" +"jquery@>=1.8.0 <4.0.0", jquery@^3.3.1: + version "3.6.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" js-yaml@3.12.0: version "3.12.0"