Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @octokit/auth-oauth-device to v7.1.1 #20560

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"@bundle-stats/plugin-webpack-filter": "4.12.2",
"@koa/cors": "5.0.0",
"@lokalise/node-api": "12.4.0",
"@octokit/auth-oauth-device": "7.1.0",
"@octokit/auth-oauth-device": "7.1.1",
"@octokit/plugin-retry": "7.1.0",
"@octokit/rest": "20.1.0",
"@open-wc/dev-server-hmr": "0.1.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3276,15 +3276,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/auth-oauth-device@npm:7.1.0":
version: 7.1.0
resolution: "@octokit/auth-oauth-device@npm:7.1.0"
"@octokit/auth-oauth-device@npm:7.1.1":
version: 7.1.1
resolution: "@octokit/auth-oauth-device@npm:7.1.1"
dependencies:
"@octokit/oauth-methods": "npm:^5.0.0"
"@octokit/request": "npm:^9.0.0"
"@octokit/types": "npm:^13.0.0"
universal-user-agent: "npm:^7.0.0"
checksum: 10/117cf1ea6f2bafade404cfd0b198871e4834240810e16cd358a74065ef56c8b550ea6f84889f31be06b0235575e496a7d9ac6e163e756637fc435d08721bfa51
checksum: 10/a7ff0c190a9318f790b20a40eb0a16fc86b962547fd40e724ad9da9f22967f6b0adca9b91956df45b039416a634ae7208da41f8cbee83fdee6be4610d0d1d059
languageName: node
linkType: hard

Expand Down Expand Up @@ -9004,7 +9004,7 @@ __metadata:
"@material/web": "npm:1.4.1"
"@mdi/js": "npm:7.4.47"
"@mdi/svg": "npm:7.4.47"
"@octokit/auth-oauth-device": "npm:7.1.0"
"@octokit/auth-oauth-device": "npm:7.1.1"
"@octokit/plugin-retry": "npm:7.1.0"
"@octokit/rest": "npm:20.1.0"
"@open-wc/dev-server-hmr": "npm:0.1.4"
Expand Down
Loading