Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1.7.5 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent 3610fa8 commit 4a309e2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 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 packages/booster-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"homepage": "https://github.com/YuGiOhBot3000/yugiohbot#readme",
"dependencies": {
"@aws-sdk/client-ssm": "3.535.0",
"axios": "1.7.4"
"axios": "1.7.5"
}
}
2 changes: 1 addition & 1 deletion packages/generate-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest"
},
"dependencies": {
"axios": "1.7.4",
"axios": "1.7.5",
"natural": "6.12.0",
"openai": "3.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/randomise-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "3.537.0",
"axios": "1.7.4",
"axios": "1.7.5",
"canvas": "^2.11.2",
"openai": "^3.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "3.537.0",
"axios": "1.7.4",
"axios": "1.7.5",
"form-data": "4.0.0",
"twitter-api-v2": "1.16.1"
},
Expand Down

0 comments on commit 4a309e2

Please sign in to comment.