Skip to content

Commit

Permalink
Update dependency axios to ^0.21.0 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2023
1 parent a06bc6d commit e2b6e8b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pils-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "node build/build.js"
},
"dependencies": {
"axios": "^0.19.0",
"axios": "^0.21.0",
"body-parser": "^1.18.3",
"connect-history-api-fallback": "^1.6.0",
"helmet": "^3.21.2",
Expand Down
34 changes: 21 additions & 13 deletions pils/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 pils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docker-run": "docker run --env-file .env -p 3000:3000 pils-api:v1"
},
"dependencies": {
"axios": "^0.19.0",
"axios": "^0.21.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-history-api-fallback": "^1.6.0",
Expand Down

0 comments on commit e2b6e8b

Please sign in to comment.