Skip to content

Commit 1635eca

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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",
@@ -65,7 +65,7 @@
6565
"sass-loader": "^6.0.6",
6666
"source-map-loader": "^0.2.3",
6767
"style-loader": "^0.20.1",
68-
"superagent": "^3.8.2",
68+
"superagent": "^10.2.2",
6969
"superagent-promise": "^1.1.0",
7070
"ts-loader": "^6.0.4",
7171
"ts-node": "^4.1.0",

0 commit comments

Comments
 (0)