Skip to content

Commit

Permalink
chore(deps): bump axios from 0.24.0 to 1.7.5
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 1.7.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.24.0...v1.7.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent a8e844b commit 8adcd0f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 41 deletions.
2 changes: 1 addition & 1 deletion integrations/action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@actions/github": "^5.1.1",
"@actions/glob": "^0.4.0",
"@octokit/webhooks-types": "^6.10.0",
"axios": "^1.3.4"
"axios": "^1.7.5"
}
}
60 changes: 21 additions & 39 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 @@ -84,7 +84,7 @@
"*.ts": "npm run eslint -- "
},
"dependencies": {
"axios": "^0.24.0",
"axios": "^1.7.5",
"axios-debug-log": "^0.8.4",
"axios-retry": "^3.1.9",
"ci-info": "^4.0.0",
Expand Down

0 comments on commit 8adcd0f

Please sign in to comment.