Skip to content

Commit

Permalink
fix: upgrade axios from 1.6.0 to 1.7.3
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade axios from 1.6.0 to 1.7.3.

See this package in yarn:
axios

See this project in Snyk:
https://app.snyk.io/org/neutron-A49X5tRU3kb2nVTZv6t7SQ/project/0819202f-3f2d-4b4c-9bfa-8a6c85e46900?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 3, 2024
1 parent 35477b2 commit bd7793e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@neutron-org/neutronjs": "https://github.com/neutron-org/neutronjs.git#f5334307decfa549283d03e626cd45582667c13f",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#1e4527ef6971f4dc2c202cb3cc2a50b0a4491f54",
"@types/lodash": "^4.14.182",
"axios": "1.6.0",
"axios": "1.7.3",
"commander": "^10.0.0",
"cosmjs-types": "^0.9.0",
"date-fns": "^2.16.1",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1907,6 +1907,15 @@ [email protected]:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

[email protected]:
version "1.7.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85"
integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.6.0:
version "1.7.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.5.tgz#21eed340eb5daf47d29b6e002424b3e88c8c54b1"
Expand Down

0 comments on commit bd7793e

Please sign in to comment.