Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1.7.9 (#631)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 7bef71d commit 5c26889
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.7.7",
"axios": "1.7.9",
"cors": "2.8.5",
"dotenv": "16.3.1",
"express": "4.19.2",
Expand Down
8 changes: 4 additions & 4 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": "1.7.7",
"axios": "1.7.9",
"cors": "2.8.5",
"dotenv": "14.3.2",
"express": "4.19.2"
Expand Down
8 changes: 4 additions & 4 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 @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.10",
"axios": "1.7.7",
"axios": "1.7.9",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-react": "7.34.0",
"husky": "8.0.3",
Expand Down

0 comments on commit 5c26889

Please sign in to comment.