update axios and ws to patch security issue (unexploitable in our case)

This commit is contained in:
Hazelnoot 2024-10-15 22:00:39 -04:00
parent 1f53df66d4
commit af3bb7346e
2 changed files with 13 additions and 13 deletions

View file

@ -62,7 +62,7 @@
"@types/parse-link-header": "^2.0.3",
"@types/uuid": "^9.0.7",
"@types/ws": "^8.5.10",
"axios": "1.6.0",
"axios": "1.7.4",
"dayjs": "^1.11.10",
"form-data": "^4.0.0",
"https-proxy-agent": "^7.0.2",
@ -72,7 +72,7 @@
"socks-proxy-agent": "^8.0.2",
"typescript": "5.1.6",
"uuid": "^9.0.1",
"ws": "8.14.2"
"ws": "8.17.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.12.0",