Skip to content

Commit b52c19b

Browse files
build(deps-dev): bump @octokit/auth-action from 2.0.0 to 2.0.1 (#6334)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99d6615 commit b52c19b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@babel/preset-env": "^7.18.10",
7777
"@babel/preset-react": "^7.18.6",
7878
"@mdx-js/loader": "^2.0.0-next.9",
79-
"@octokit/auth-action": "^2.0.0",
79+
"@octokit/auth-action": "^2.0.1",
8080
"@octokit/rest": "^19.0.4",
8181
"@parcel/css": "^1.12.2",
8282
"@pmmmwh/react-refresh-webpack-plugin": "next",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,13 +1885,13 @@
18851885
"@nodelib/fs.scandir" "2.1.3"
18861886
fastq "^1.6.0"
18871887

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

18961896
"@octokit/auth-token@^3.0.0":
18971897
version "3.0.0"

0 commit comments

Comments
 (0)