Skip to content

Commit

Permalink
Bump @octokit/plugin-rest-endpoint-methods from 12.1.0 to 12.2.0
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 12.1.0 to 12.2.0.
- [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases)
- [Commits](octokit/plugin-rest-endpoint-methods.js@v12.1.0...v12.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent 78313cf commit e4dbc27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@actions/glob": "^0.4.0",
"@octokit/plugin-rest-endpoint-methods": "^12.1.0",
"@octokit/plugin-rest-endpoint-methods": "^12.2.0",
"@octokit/types": "^13.1.0",
"@types/jest": "^27.4.0",
"@types/node": "^20.12.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -678,12 +678,12 @@
dependencies:
"@octokit/types" "^12.6.0"

"@octokit/plugin-rest-endpoint-methods@^12.1.0":
version "12.1.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-12.1.0.tgz#c613e52e76d97988f180307e9169c791f257d94e"
integrity sha512-BXVpKxM3atysaJEwMVDngTpHYn4qzSPBsyqliKf11oJmc8wYZBEEjvSuQnqrdqV0/GS/dUw5EQmqnbTsfaZa3Q==
"@octokit/plugin-rest-endpoint-methods@^12.2.0":
version "12.2.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-12.2.0.tgz#dca25f24e2b6ae4cca8614f58867609a4286e21e"
integrity sha512-pedYlTRKpOVfdhRynGlvdlc5otxlKRveWQFsDWeyM+nuyYYKyTxUfLGCRBgfg3DJrCCtnUIvwhFEBsDTnGiz6A==
dependencies:
"@octokit/types" "^13.0.0"
"@octokit/types" "^13.1.0"

"@octokit/request-error@^5.0.0":
version "5.0.1"
Expand Down Expand Up @@ -712,7 +712,7 @@
dependencies:
"@octokit/openapi-types" "^20.0.0"

"@octokit/types@^13.0.0", "@octokit/types@^13.1.0":
"@octokit/types@^13.1.0":
version "13.1.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.1.0.tgz#d99ec2996eb617a484120d706b5ce96905cb1fb0"
integrity sha512-nBwAFOYqVUUJ2AZFK4ZzESQptaAVqdTDKk8gE0Xr0o99WuPDSrhUC38x0F40xD9OUxXhOOuZKWNNVVLPSHQDvQ==
Expand Down

0 comments on commit e4dbc27

Please sign in to comment.