Skip to content

Commit

Permalink
Bump @octokit/plugin-rest-endpoint-methods from 10.1.2 to 10.1.3
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.1.2 to 10.1.3.
- [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases)
- [Commits](octokit/plugin-rest-endpoint-methods.js@v10.1.2...v10.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Nov 10, 2023
1 parent 8733c81 commit 49b76b6
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 @@ -26,7 +26,7 @@
},
"devDependencies": {
"@actions/glob": "^0.4.0",
"@octokit/plugin-rest-endpoint-methods": "^10.1.2",
"@octokit/plugin-rest-endpoint-methods": "^10.1.3",
"@octokit/types": "^12.2.0",
"@types/ansi-styles": "^4.2.0",
"@types/jest": "^27.4.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1252,12 +1252,12 @@
dependencies:
"@octokit/types" "^12.0.0"

"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.1.2":
version "10.1.2"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.2.tgz#bf503f47881171bc9380d110793d8d3150158ed3"
integrity sha512-JztgZ82CY4JNlPTuF0jh4iWuuGpEi5czFCoXyAbMg4F2XyFBbG5DWAKfa3odRvdZww6Df1tQgBKnqpd9X0WF9g==
"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.1.3":
version "10.1.3"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.3.tgz#02d9e71bd24c301cef83ff3fb62f9faab8302f42"
integrity sha512-rB6MPuu/TLkDpn9SONbOeD/Q8u3nX/c39KudIrxAuEclepIIFh61534Un0GVCJRSYoIss1r/yAs6b0xUF2/9ew==
dependencies:
"@octokit/types" "^12.1.1"
"@octokit/types" "^12.2.0"

"@octokit/request-error@^5.0.0":
version "5.0.1"
Expand All @@ -1279,7 +1279,7 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/types@^12.0.0", "@octokit/types@^12.1.1", "@octokit/types@^12.2.0":
"@octokit/types@^12.0.0", "@octokit/types@^12.2.0":
version "12.2.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.2.0.tgz#c21044ec70c5e2222043bcbe7fe2c3448a13df31"
integrity sha512-ZkdHqHJdifVndN7Pha10+qrgAjy3AcG//Vmjr/o5UFuTiYCcMhqDj39Yr9VM9zJ/42KO2xAYhV7cvLnLI9Kvwg==
Expand Down

0 comments on commit 49b76b6

Please sign in to comment.