Skip to content

Commit

Permalink
Update dependencies to fix axios security issue on 'Server-Side Reque…
Browse files Browse the repository at this point in the history
…st Forgery in axios'
  • Loading branch information
Juan Carlos Martin committed Sep 2, 2024
1 parent 4bf714a commit bf39bf5
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 49 deletions.
112 changes: 66 additions & 46 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"test": "jest"
},
"dependencies": {
"axios": "1.6.1",
"prom-client": "15.0.0",
"winston": "3.11.0"
"axios": "1.7.7",
"prom-client": "15.1.3",
"winston": "3.14.2"
},
"devDependencies": {
"jest": "29.7.0"
Expand Down

0 comments on commit bf39bf5

Please sign in to comment.