Skip to content

Commit c245376

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent caddc30 commit c245376

File tree

2 files changed

+175
-26
lines changed

2 files changed

+175
-26
lines changed

package-lock.json

Lines changed: 174 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/node": "^18.15.3",
2424
"@types/request": "^2.48.8",
2525
"@types/ws": "^8.5.4",
26-
"axios": "^1.3.4",
26+
"axios": "^1.12.0",
2727
"dotenv": "^16.0.3",
2828
"express": "^4.18.2",
2929
"helmet": "^6.0.1",

0 commit comments

Comments
 (0)