Skip to content

Commit 482a2fb

Browse files
committed
fix: ui/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
1 parent 38b31de commit 482a2fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"classnames": "^2.2.5",
3333
"color": "^3.1.0",
3434
"cookie": "^0.3.1",
35-
"copy-webpack-plugin": "^6.1.1",
35+
"copy-webpack-plugin": "^10.0.0",
3636
"dagre": "^0.8.2",
3737
"deepmerge": "^3.2.0",
3838
"foundation-sites": "^6.4.3",
@@ -73,9 +73,9 @@
7373
"tslint-react": "^3.4.0",
7474
"typescript": "^4.0.3",
7575
"unidiff": "^1.0.2",
76-
"webpack": "^4.44.2",
76+
"webpack": "^5.98.0",
7777
"webpack-cli": "^3.3.12",
78-
"webpack-dev-server": "^3.11.0"
78+
"webpack-dev-server": "^4.6.0"
7979
},
8080
"resolutions": {
8181
"@types/react": "16.9.3",

0 commit comments

Comments
 (0)