Skip to content

Commit ac7040e

Browse files
committed
fix: ui/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150
1 parent 524d2e6 commit ac7040e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-moment": "^1.0.0",
3434
"react-monaco-editor": "^0.36.0",
3535
"react-router-dom": "^4.2.2",
36-
"superagent": "^3.8.2",
36+
"superagent": "^10.2.2",
3737
"superagent-promise": "^1.1.0",
3838
"swagger-ui-react": "^3.29.0"
3939
},

0 commit comments

Comments
 (0)