Skip to content

Commit

Permalink
build(deps-dev): bump @octokit/auth-action from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [@octokit/auth-action](https://github.com/octokit/auth-action.js) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/octokit/auth-action.js/releases)
- [Commits](octokit/auth-action.js@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: "@octokit/auth-action"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2022
1 parent ca4bca4 commit 3a10b40
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@mdx-js/loader": "^2.0.0-next.9",
"@octokit/auth-action": "^2.0.0",
"@octokit/auth-action": "^2.0.1",
"@octokit/rest": "^19.0.3",
"@parcel/css": "^1.12.2",
"@pmmmwh/react-refresh-webpack-plugin": "next",
Expand Down
22 changes: 17 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1885,13 +1885,13 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@octokit/auth-action@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@octokit/auth-action/-/auth-action-2.0.0.tgz#1fcef0982f3c30ee687a17ddf5a49a0adf914c40"
integrity sha512-mH6i1qVLGAqIb0eh4CrX19MS90B638snykXwDeUiPn+WHc0ATddyJwD3nr/bsKaBtDPl48zrx1lg1ueLXKYybQ==
"@octokit/auth-action@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@octokit/auth-action/-/auth-action-2.0.1.tgz#6b4757713b5067c022787806c2c666affb73f716"
integrity sha512-nh5UTN22jK7ll2BR+zS7yZXB6u9q2lsI+teOhdC/JCfws8guKjH3NynV0ipwERnwP11/GiHJ48Ji+HC5+R92ag==
dependencies:
"@octokit/auth-token" "^3.0.0"
"@octokit/types" "^6.0.3"
"@octokit/types" "^7.0.0"

"@octokit/auth-token@^3.0.0":
version "3.0.0"
Expand Down Expand Up @@ -1936,6 +1936,11 @@
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.8.0.tgz#f4708cf948724d6e8f7d878cfd91584c1c5c0523"
integrity sha512-ydcKLs2KKcxlhpdWLzJxEBDEk/U5MUeqtqkXlrtAUXXFPs6vLl1PEGghFC/BbpleosB7iXs0Z4P2DGe7ZT5ZNg==

"@octokit/openapi-types@^13.0.0":
version "13.0.1"
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-13.0.1.tgz#f655810f0dc0547b771526fea171acffbc7bd4a8"
integrity sha512-40U39YoFBhJhmkAg6gbJnh9U8aueJwCuiTW0mXY2pNl9/+E7dUxXiMPOrIUGT12XqLinroaXYA3FUiw3BMeNfg==

"@octokit/plugin-paginate-rest@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-3.0.0.tgz#df779de686aeb21b5e776e4318defc33b0418566"
Expand Down Expand Up @@ -2003,6 +2008,13 @@
dependencies:
"@octokit/openapi-types" "^12.7.0"

"@octokit/types@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-7.0.0.tgz#3ecee92edff53a93ecd75d6b9d6620574d2048ca"
integrity sha512-8uSDc66p6+wADn6lh6lA7I3ZTIapn7F/dfpsiDztVjEr6kkyKR3qPqa4lgEX92O/8iJoDeGcscKRXGAjCSR/zg==
dependencies:
"@octokit/openapi-types" "^13.0.0"

"@parcel/[email protected]":
version "1.12.2"
resolved "https://registry.yarnpkg.com/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.12.2.tgz#4215585dac699f0f75015f5b47254867ac1221d3"
Expand Down

0 comments on commit 3a10b40

Please sign in to comment.