Skip to content

Commit

Permalink
build(deps): bump @octokit/plugin-rest-endpoint-methods
Browse files Browse the repository at this point in the history
Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 10.0.1 to 10.1.0.
- [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases)
- [Commits](octokit/plugin-rest-endpoint-methods.js@v10.0.1...v10.1.0)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-rest-endpoint-methods"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 1e2ed9b commit 3e54a9f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/core": "^5.0.1",
"@octokit/plugin-rest-endpoint-methods": "^10.0.1",
"@octokit/plugin-rest-endpoint-methods": "^10.1.0",
"async-retry": "^1.3.3",
"csv-parse": "^5.5.2",
"handlebars": "^4.7.8",
Expand Down
31 changes: 29 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ __metadata:
"@actions/io": ^1.1.3
"@actions/tool-cache": ^2.0.1
"@octokit/core": ^5.0.1
"@octokit/plugin-rest-endpoint-methods": ^10.0.1
"@octokit/plugin-rest-endpoint-methods": ^10.1.0
"@types/csv-parse": ^1.2.2
"@types/js-yaml": ^4.0.5
"@types/node": ^20.5.9
Expand Down Expand Up @@ -1613,6 +1613,13 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^19.0.1":
version: 19.0.1
resolution: "@octokit/openapi-types@npm:19.0.1"
checksum: ab9c5d970ebc6562cb42ece12357173326685f99d0e81b2772619ee5c1612f071092298927c86a04affce3f7af031e7d167e3738ffde77471e73d885a84c24ad
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:^9.0.0":
version: 9.0.0
resolution: "@octokit/plugin-paginate-rest@npm:9.0.0"
Expand All @@ -1624,7 +1631,7 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0, @octokit/plugin-rest-endpoint-methods@npm:^10.0.1":
"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0":
version: 10.0.1
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.0.1"
dependencies:
Expand All @@ -1635,6 +1642,17 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.1.0":
version: 10.1.0
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.1.0"
dependencies:
"@octokit/types": ^12.1.0
peerDependencies:
"@octokit/core": ">=5"
checksum: 289225cc74baa2ae86b4ab7087ddd47cfad58b85ecccfb369d38ea950f3b2714c0cae13fa775ae1f50efb1045f5d00da2ba0e053ba011889499b471cceb7eda9
languageName: node
linkType: hard

"@octokit/request-error@npm:^5.0.0":
version: 5.0.0
resolution: "@octokit/request-error@npm:5.0.0"
Expand Down Expand Up @@ -1677,6 +1695,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^12.1.0":
version: 12.1.0
resolution: "@octokit/types@npm:12.1.0"
dependencies:
"@octokit/openapi-types": ^19.0.1
checksum: a452776247959d7d54df663500798e01c27e3912f78fcfb89430e6f4a40f2fa1e3f0c87ee18bb5adb0336f65578fa541cb97e3c2d6854ef60b50a5fb27d68bb9
languageName: node
linkType: hard

"@opentelemetry/api@npm:^1.0.1":
version: 1.4.1
resolution: "@opentelemetry/api@npm:1.4.1"
Expand Down

0 comments on commit 3e54a9f

Please sign in to comment.