Skip to content

Commit

Permalink
fix axios CVE-2024-39338 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Witkowski <[email protected]>
  • Loading branch information
airpressurerecords and Pascal Witkowski authored Aug 22, 2024
1 parent ebd0eac commit 606ef00
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prettier": "prettier --ignore-path=./.gitignore --write \"{src/**/*.ts, *.ts,src/**/*.tsx, *.tsx}\""
},
"dependencies": {
"axios": "^1.6.2",
"axios": "^1.7.4",
"azure-iothub": "1.14.1",
"socket.io-client": "^4.2.0",
"uuid": "^8.3.2"
Expand Down

0 comments on commit 606ef00

Please sign in to comment.