diff --git a/vuejs/package.json b/vuejs/package.json index 62407f3..4edc602 100644 --- a/vuejs/package.json +++ b/vuejs/package.json @@ -14,7 +14,7 @@ "bootstrap-sass": "3.3.7", "ionicons": "3.0.0", "jquery": "3.2.1", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.0", "jquery.scrollto": "2.1.2", "vue": "^2.3.3" }, diff --git a/vuejs/yarn.lock b/vuejs/yarn.lock index 412c94f..7dced39 100644 --- a/vuejs/yarn.lock +++ b/vuejs/yarn.lock @@ -2688,9 +2688,11 @@ 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.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.0.tgz#ab5ac65f37ca093c51b3478c4097f55bbc008f36" + dependencies: + jquery ">=1.8.0 <4.0.0" jquery.scrollto@2.1.2: version "2.1.2" @@ -2698,10 +2700,14 @@ jquery.scrollto@2.1.2: dependencies: jquery ">=1.8" -jquery@3.2.1, jquery@>=1.8: +jquery@3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" +jquery@>=1.8, "jquery@>=1.8.0 <4.0.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" + js-base64@^2.1.8, js-base64@^2.1.9: version "2.1.9" resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.1.9.tgz#f0e80ae039a4bd654b5f281fc93f04a914a7fcce"