Skip to content

Commit

Permalink
Fix apache#10429 jquery dependency needs to be updated to 3.5.0 or newer
Browse files Browse the repository at this point in the history
There is a vulnerability in the version currently being used.
GHSA-gxr4-xjj5-5px2
  • Loading branch information
breser committed Sep 2, 2020
1 parent 805781b commit 4bd94de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"file-loader": "^6.0.0",
"handlebars": "^4.7.6",
"imports-loader": "^1.1.0",
"jquery": ">=3.4.0",
"jquery": ">=3.5.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "0.9.0",
Expand All @@ -67,7 +67,7 @@
"datatables.net": "^1.10.21",
"datatables.net-bs": "^1.10.21",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"jquery": ">=3.4.0",
"jquery": ">=3.5.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.19",
"moment-timezone": "^0.5.28",
Expand Down

0 comments on commit 4bd94de

Please sign in to comment.