Skip to content

Commit

Permalink
update axios from 1.7.2 to 1.7.7 (#5585)
Browse files Browse the repository at this point in the history
this resolves some security alerts from github
  • Loading branch information
mat-if authored Oct 25, 2024
1 parent 9b13bd8 commit 0157a91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ironfish-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@oclif/plugin-warn-if-update-available": "3.1.8",
"@zondax/ledger-ironfish": "1.0.0",
"@zondax/ledger-js": "1.0.1",
"axios": "1.7.2",
"axios": "1.7.7",
"bech32": "2.0.0",
"blessed": "0.1.81",
"blru": "0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion ironfish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@fast-csv/format": "4.3.5",
"@ironfish/rust-nodejs": "2.7.0",
"@napi-rs/blake-hash": "1.3.3",
"axios": "1.7.2",
"axios": "1.7.7",
"bech32": "2.0.0",
"blru": "0.1.6",
"buffer": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "5.0.4"
},
"resolutions": {
"axios": "1.7.2",
"axios": "1.7.7",
"ejs": "^3.1.7",
"handlebars": "4.7.7",
"node-notifier": "8.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4213,10 +4213,10 @@ at-least-node@^1.0.0:
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==

[email protected].2, axios@^1.0.0:
version "1.7.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
[email protected].7, axios@^1.0.0:
version "1.7.7"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down

0 comments on commit 0157a91

Please sign in to comment.