Skip to content

Commit

Permalink
Bump the prod-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 3 updates: [axios](https://github.com/axios/axios), [axios-retry](https://github.com/softonic/axios-retry) and [commander](https://github.com/tj/commander.js).


Updates `axios` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.0...v1.6.0)

Updates `axios-retry` from 3.7.0 to 3.8.1
- [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softonic/axios-retry/compare/v3.7.0...v3.8.1)

Updates `commander` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v11.0.0...v11.1.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: axios-retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and GitHub committed Oct 27, 2023
1 parent b771105 commit 20eaefd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 24 deletions.
57 changes: 36 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"@octokit/webhooks-types": "^7.3.1",
"axios": "^1.5.0",
"axios-retry": "^3.7.0",
"commander": "^11.0.0",
"axios": "^1.6.0",
"axios-retry": "^3.8.1",
"commander": "^11.1.0",
"dockerode": "^3.3.5",
"node-forge": "^1.3.1",
"tar-stream": "^3.1.6"
Expand Down

0 comments on commit 20eaefd

Please sign in to comment.