Skip to content

Commit

Permalink
fix(deps): bump the production-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 3 updates: [@octokit/auth-app](https://github.com/octokit/auth-app.js), [@octokit/request](https://github.com/octokit/request.js) and [undici](https://github.com/nodejs/undici).


Updates `@octokit/auth-app` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.3...v6.0.4)

Updates `@octokit/request` from 8.1.6 to 9.0.1
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](octokit/request.js@v8.1.6...v9.0.1)

Updates `undici` from 6.6.1 to 6.6.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.6.1...v6.6.2)

---
updated-dependencies:
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@octokit/request"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent e8e39f7 commit 28d3f66
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 25 deletions.
221 changes: 199 additions & 22 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 @@ -13,10 +13,10 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/auth-app": "^6.0.3",
"@octokit/request": "^8.1.6",
"@octokit/auth-app": "^6.0.4",
"@octokit/request": "^9.0.1",
"p-retry": "^6.2.0",
"undici": "^6.6.1"
"undici": "^6.6.2"
},
"devDependencies": {
"@sinonjs/fake-timers": "^11.2.2",
Expand Down

0 comments on commit 28d3f66

Please sign in to comment.