Skip to content

Commit 0e03544

Browse files
committed
fix: ui/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-TAR-15032660
1 parent 38b31de commit 0e03544

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": "^7.0.0",
3636
"dagre": "^0.8.2",
3737
"deepmerge": "^3.2.0",
3838
"foundation-sites": "^6.4.3",
@@ -68,11 +68,11 @@
6868
"superagent": "^3.8.2",
6969
"superagent-promise": "^1.1.0",
7070
"ts-loader": "^6.0.4",
71-
"ts-node": "^4.1.0",
71+
"ts-node": "^8.1.1",
7272
"tslint": "^6.1.3",
7373
"tslint-react": "^3.4.0",
7474
"typescript": "^4.0.3",
75-
"unidiff": "^1.0.2",
75+
"unidiff": "^1.0.3",
7676
"webpack": "^4.44.2",
7777
"webpack-cli": "^3.3.12",
7878
"webpack-dev-server": "^3.11.0"

0 commit comments

Comments
 (0)