Skip to content

Commit c7a6caf

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

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
@@ -37,15 +37,15 @@
3737
"deepmerge": "^3.2.0",
3838
"foundation-sites": "^6.4.3",
3939
"git-url-parse": "^11.1.2",
40-
"html-webpack-plugin": "^3.2.0",
40+
"html-webpack-plugin": "^4.0.0",
4141
"jest-junit": "^6.4.0",
4242
"js-yaml": "^3.13.1",
4343
"json-merge-patch": "^0.2.3",
4444
"minimatch": "^3.0.4",
4545
"moment": "^2.24.0",
4646
"monaco-editor": "^0.15.6",
4747
"monaco-editor-webpack-plugin": "^1.7.0",
48-
"node-sass": "^6.0.1",
48+
"node-sass": "^9.0.0",
4949
"prop-types": "^15.6.0",
5050
"raw-loader": "^0.5.1",
5151
"react": "^16.9.3",
@@ -55,7 +55,7 @@
5555
"react-form": "2.16.0",
5656
"react-ga": "^2.6.0",
5757
"react-helmet": "^5.2.0",
58-
"react-hot-loader": "^3.1.3",
58+
"react-hot-loader": "^4.0.0",
5959
"react-moment": "^0.9.2",
6060
"react-paginate": "^6.2.1",
6161
"react-router": "^4.3.1",

0 commit comments

Comments
 (0)