Skip to content

Commit bcc0df9

Browse files
build(deps-dev): bump @octokit/auth-action from 2.1.1 to 3.0.0 (webpack#6905)
Bumps [@octokit/auth-action](https://github.com/octokit/auth-action.js) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/octokit/auth-action.js/releases) - [Commits](octokit/auth-action.js@v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: "@octokit/auth-action" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 481483f commit bcc0df9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@babel/preset-env": "^7.22.5",
7777
"@babel/preset-react": "^7.22.5",
7878
"@mdx-js/loader": "^2.0.0-next.9",
79-
"@octokit/auth-action": "^2.1.1",
79+
"@octokit/auth-action": "^3.0.0",
8080
"@octokit/rest": "^19.0.11",
8181
"@pmmmwh/react-refresh-webpack-plugin": "next",
8282
"@svgr/webpack": "^8.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2088,10 +2088,10 @@
20882088
resolved "https://registry.yarnpkg.com/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz#c44d3a7c6d5c184bb6036f4d5995eee298945815"
20892089
integrity sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==
20902090

2091-
"@octokit/auth-action@^2.1.1":
2092-
version "2.1.1"
2093-
resolved "https://registry.yarnpkg.com/@octokit/auth-action/-/auth-action-2.1.1.tgz#19b9615991808345b4f0d5c02c75d6e7f2dfe85f"
2094-
integrity sha512-396owpMa68wKT9tVf1rInQ0I8WdSJUXbEPWTDyIwqVGEd0xemKJwGHPv768Dh24BSJHY96MsUXJZ8CRaz28XCw==
2091+
"@octokit/auth-action@^3.0.0":
2092+
version "3.0.0"
2093+
resolved "https://registry.yarnpkg.com/@octokit/auth-action/-/auth-action-3.0.0.tgz#84aecad9cfa2c729fe8892c392d44bd10c0e084c"
2094+
integrity sha512-wNNEZ2c1XUgLAPjEZ9PmrDugQBlMDHPhrv7+McrIWnGeHkThd6cjoVx1HVN46TinBfYTJIQYiF/MpBD30lXziA==
20952095
dependencies:
20962096
"@octokit/auth-token" "^3.0.0"
20972097
"@octokit/types" "^9.0.0"

0 commit comments

Comments
 (0)