Skip to content

Commit

Permalink
Bump @octokit/core from 5.0.1 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [@octokit/core](https://github.com/octokit/core.js) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 714c5e6 commit d74c096
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/core": "^5.0.1",
"@octokit/core": "^5.1.0",
"@octokit/plugin-throttling": "^8.1.3",
"@octokit/rest": "^20.0.2",
"@octokit/types": "^12.4.0",
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,21 @@ __metadata:
languageName: node
linkType: hard

"@octokit/core@npm:^5.1.0":
version: 5.1.0
resolution: "@octokit/core@npm:5.1.0"
dependencies:
"@octokit/auth-token": ^4.0.0
"@octokit/graphql": ^7.0.0
"@octokit/request": ^8.0.2
"@octokit/request-error": ^5.0.0
"@octokit/types": ^12.0.0
before-after-hook: ^2.2.0
universal-user-agent: ^6.0.0
checksum: 170d16f5577df484116238ce04e2dbd6b45d8e96b4680fee657ae22fcafb311af8df8a14ae80610f41c1a85493c927910698019a761914ff4b0323ddbabcc9a4
languageName: node
linkType: hard

"@octokit/endpoint@npm:^9.0.0":
version: 9.0.2
resolution: "@octokit/endpoint@npm:9.0.2"
Expand Down Expand Up @@ -3053,7 +3068,7 @@ __metadata:
dependencies:
"@actions/core": ^1.10.1
"@actions/github": ^6.0.0
"@octokit/core": ^5.0.1
"@octokit/core": ^5.1.0
"@octokit/plugin-throttling": ^8.1.3
"@octokit/rest": ^20.0.2
"@octokit/types": ^12.4.0
Expand Down

0 comments on commit d74c096

Please sign in to comment.