Skip to content

Commit dce33bc

Browse files
build(deps-dev): bump @octokit/auth-action from 2.0.1 to 2.0.2 (#6451)
Bumps [@octokit/auth-action](https://github.com/octokit/auth-action.js) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/octokit/auth-action.js/releases) - [Commits](octokit/auth-action.js@v2.0.1...v2.0.2) --- 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 dcb3671 commit dce33bc

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-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.19.4",
7777
"@babel/preset-react": "^7.18.6",
7878
"@mdx-js/loader": "^2.0.0-next.9",
79-
"@octokit/auth-action": "^2.0.1",
79+
"@octokit/auth-action": "^2.0.2",
8080
"@octokit/rest": "^19.0.4",
8181
"@pmmmwh/react-refresh-webpack-plugin": "next",
8282
"@svgr/webpack": "^6.4.0",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,13 +1873,13 @@
18731873
"@nodelib/fs.scandir" "2.1.3"
18741874
fastq "^1.6.0"
18751875

1876-
"@octokit/auth-action@^2.0.1":
1877-
version "2.0.1"
1878-
resolved "https://registry.yarnpkg.com/@octokit/auth-action/-/auth-action-2.0.1.tgz#6b4757713b5067c022787806c2c666affb73f716"
1879-
integrity sha512-nh5UTN22jK7ll2BR+zS7yZXB6u9q2lsI+teOhdC/JCfws8guKjH3NynV0ipwERnwP11/GiHJ48Ji+HC5+R92ag==
1876+
"@octokit/auth-action@^2.0.2":
1877+
version "2.0.2"
1878+
resolved "https://registry.yarnpkg.com/@octokit/auth-action/-/auth-action-2.0.2.tgz#464392b6340d8c0359c075ca6f278a8ca0804652"
1879+
integrity sha512-uxYIO3eX7moMRr01jaLmfWAuj53cWPzF154yrqDkqySSrUmT0slQYx3uvDs5YC5twl3eeJYZaD5UQhl/8r5mWA==
18801880
dependencies:
18811881
"@octokit/auth-token" "^3.0.0"
1882-
"@octokit/types" "^7.0.0"
1882+
"@octokit/types" "^8.0.0"
18831883

18841884
"@octokit/auth-token@^3.0.0":
18851885
version "3.0.0"
@@ -1929,6 +1929,11 @@
19291929
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-13.0.1.tgz#f655810f0dc0547b771526fea171acffbc7bd4a8"
19301930
integrity sha512-40U39YoFBhJhmkAg6gbJnh9U8aueJwCuiTW0mXY2pNl9/+E7dUxXiMPOrIUGT12XqLinroaXYA3FUiw3BMeNfg==
19311931

1932+
"@octokit/openapi-types@^14.0.0":
1933+
version "14.0.0"
1934+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-14.0.0.tgz#949c5019028c93f189abbc2fb42f333290f7134a"
1935+
integrity sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==
1936+
19321937
"@octokit/plugin-paginate-rest@^4.0.0":
19331938
version "4.0.0"
19341939
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.0.0.tgz#859a168262b657d46a8f1243ded66c87cee964b9"
@@ -2003,6 +2008,13 @@
20032008
dependencies:
20042009
"@octokit/openapi-types" "^13.0.0"
20052010

2011+
"@octokit/types@^8.0.0":
2012+
version "8.0.0"
2013+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-8.0.0.tgz#93f0b865786c4153f0f6924da067fe0bb7426a9f"
2014+
integrity sha512-65/TPpOJP1i3K4lBJMnWqPUJ6zuOtzhtagDvydAWbEXpbFYA0oMKKyLb95NFZZP0lSh/4b6K+DQlzvYQJQQePg==
2015+
dependencies:
2016+
"@octokit/openapi-types" "^14.0.0"
2017+
20062018
"@pkgr/utils@^2.3.1":
20072019
version "2.3.1"
20082020
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.1.tgz#0a9b06ffddee364d6642b3cd562ca76f55b34a03"

0 commit comments

Comments
 (0)