diff --git a/play-with-docker/Portus/package.json b/play-with-docker/Portus/package.json index 646a51731..02fce38e9 100644 --- a/play-with-docker/Portus/package.json +++ b/play-with-docker/Portus/package.json @@ -17,7 +17,7 @@ "dependencies": { "bootstrap-sass": "^3.3.6", "compression-webpack-plugin": "^0.3.2", - "jquery": "^2.2.1", + "jquery": "^3.5.0", "jquery-ujs": "^1.2.1", "stats-webpack-plugin": "^0.4.3", "webpack": "^2.2.1" diff --git a/play-with-docker/Portus/yarn.lock b/play-with-docker/Portus/yarn.lock index d72291f4e..5609779f1 100644 --- a/play-with-docker/Portus/yarn.lock +++ b/play-with-docker/Portus/yarn.lock @@ -2040,9 +2040,9 @@ jquery-ujs@^1.2.1: dependencies: jquery ">=1.8.0" -jquery@>=1.8.0, jquery@^2.2.1: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" +jquery@>=1.8.0, jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-tokens@^3.0.0: version "3.0.1"