Skip to content

Commit 70bf1b1

Browse files
authored
Fix normalize-url vulnerability (#16375)
Update two packages that used a highly vulnerable version of normalize-url See facebook/create-react-app#11054
1 parent dbeec89 commit 70bf1b1

File tree

2 files changed

+376
-655
lines changed

2 files changed

+376
-655
lines changed

airflow/www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"eslint-plugin-standard": "^4.0.1",
4545
"file-loader": "^6.0.0",
4646
"imports-loader": "^1.1.0",
47-
"mini-css-extract-plugin": "0.9.0",
47+
"mini-css-extract-plugin": "1.6.0",
4848
"moment-locales-webpack-plugin": "^1.2.0",
49-
"optimize-css-assets-webpack-plugin": "^5.0.4",
49+
"optimize-css-assets-webpack-plugin": "6.0.0",
5050
"style-loader": "^1.2.1",
5151
"stylelint": "^13.6.1",
5252
"stylelint-config-standard": "^20.0.0",

0 commit comments

Comments
 (0)