Skip to content

Commit

Permalink
chore(deps-dev): bump octokit from 2.0.22 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.js) from 2.0.22 to 2.1.0.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v2.0.22...v2.1.0)

---
updated-dependencies:
- dependency-name: octokit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mairin committed Jun 25, 2023
1 parent eeff55c commit 1c727d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion extensions/podman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"7zip-min": "^1.4.4",
"hasha": "^5.2.2",
"mkdirp": "^3.0.1",
"octokit": "^2.0.22",
"octokit": "^2.1.0",
"ts-node": "^10.9.1",
"vitest": "^0.32.2",
"zip-local": "^0.3.5"
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2724,12 +2724,12 @@
"@octokit/types" "^9.0.0"
bottleneck "^2.15.3"

"@octokit/request-error@^3.0.0":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-3.0.2.tgz#f74c0f163d19463b87528efe877216c41d6deb0a"
integrity sha512-WMNOFYrSaX8zXWoJg9u/pKgWPo94JXilMLb2VManNOby9EZxrQaBe/QSC4a1TzpAlpxofg2X/jMnCyZgL6y7eg==
"@octokit/request-error@^3.0.0", "@octokit/request-error@^v3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-3.0.3.tgz#ef3dd08b8e964e53e55d471acfe00baa892b9c69"
integrity sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==
dependencies:
"@octokit/types" "^8.0.0"
"@octokit/types" "^9.0.0"
deprecation "^2.0.0"
once "^1.4.0"

Expand Down Expand Up @@ -10563,10 +10563,10 @@ obuf@^1.0.0, obuf@^1.1.2:
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==

octokit@^2.0.22:
version "2.0.22"
resolved "https://registry.yarnpkg.com/octokit/-/octokit-2.0.22.tgz#ce44c7bdbb546029e7f2e765764d5843125f6c90"
integrity sha512-QBgGSB+odZ5o3ysLy5d2Qvwwx5+GU1zLVgkgpy3o4XocmrD/YInaIVUCA6nR8jUmdf5lgyyiYPyxRt0UrNwqMQ==
octokit@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/octokit/-/octokit-2.1.0.tgz#93863ce6630d358327d3959ca5d08a97fd3606b2"
integrity sha512-Pxi6uKTjBRZWgAwsw1NgHdRlL+QASCN35OYS7X79o7PtBME0CLXEroZmPtEwlWZbPTP+iDbEy2wCbSOgm0uGIQ==
dependencies:
"@octokit/app" "^13.1.5"
"@octokit/core" "^4.2.1"
Expand All @@ -10575,6 +10575,7 @@ octokit@^2.0.22:
"@octokit/plugin-rest-endpoint-methods" "^7.1.1"
"@octokit/plugin-retry" "^4.1.3"
"@octokit/plugin-throttling" "^5.2.2"
"@octokit/request-error" "^v3.0.3"
"@octokit/types" "^9.2.2"

oidc-token-hash@^5.0.1:
Expand Down

0 comments on commit 1c727d1

Please sign in to comment.