Skip to content

Commit

Permalink
fix: upgrade axios from 1.6.0 to 1.7.5
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.5.

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 14, 2024
1 parent 9a4e55e commit a5a78bb
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 @@ -47,7 +47,7 @@
"@neutron-org/neutronjs": "https://github.com/neutron-org/neutronjs.git#1e70c1f68e997857f42bab7647227c8ca9dc8aa1",
"@neutron-org/neutronjsplus": "https://github.com/neutron-org/neutronjsplus.git#1e4527ef6971f4dc2c202cb3cc2a50b0a4491f54",
"@types/lodash": "^4.14.182",
"axios": "1.6.0",
"axios": "1.7.5",
"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 @@ -2019,6 +2019,15 @@ axios@1.6.0:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@1.7.5:
version "1.7.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.5.tgz#21eed340eb5daf47d29b6e002424b3e88c8c54b1"
integrity sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.6.0:
version "1.7.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
Expand Down

0 comments on commit a5a78bb

Please sign in to comment.