Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1.6.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent 4797396 commit 8a54c75
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
8 changes: 4 additions & 4 deletions apps/pokeapi-proxy/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 apps/pokeapi-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"axios": "1.4.0",
"axios": "1.6.0",
"dotenv": "16.3.1",
"express": "4.18.2",
"node-cache": "5.1.2"
Expand Down
18 changes: 12 additions & 6 deletions apps/stock-price-checker-proxy/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 apps/stock-price-checker-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@seald-io/nedb": "2.2.2",
"axios": "0.27.2",
"axios": "1.6.0",
"cors": "2.8.5",
"dotenv": "14.3.2",
"express": "4.18.2"
Expand Down

0 comments on commit 8a54c75

Please sign in to comment.