diff --git a/ui/package.json b/ui/package.json index 422681f45aac8..bbd6c7fe94f94 100644 --- a/ui/package.json +++ b/ui/package.json @@ -41,7 +41,7 @@ "jest-junit": "^6.4.0", "js-yaml": "^3.13.1", "json-merge-patch": "^0.2.3", - "minimatch": "^3.0.4", + "minimatch": "^10.0.2", "moment": "^2.24.0", "monaco-editor": "^0.15.6", "monaco-editor-webpack-plugin": "^1.7.0", @@ -73,9 +73,9 @@ "tslint-react": "^3.4.0", "typescript": "^4.0.3", "unidiff": "^1.0.2", - "webpack": "^4.44.2", + "webpack": "^5.1.1", "webpack-cli": "^3.3.12", - "webpack-dev-server": "^3.11.0" + "webpack-dev-server": "^4.0.0" }, "resolutions": { "@types/react": "16.9.3",