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

fix(deps): update dependency @octokit/request to v8.4.1 [security] #5344

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -46,7 +46,7 @@
"@dvcorg/gatsby-theme-iterative": "0.3.24",
"@dvcorg/websites-server": "0.2.1",
"@iframe-resizer/react": "5.3.1",
"@octokit/request": "8.4.0",
"@octokit/request": "8.4.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-label": "2.1.0",
"@reach/router": "1.3.4",
Expand Down
37 changes: 35 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4031,6 +4031,16 @@ __metadata:
languageName: node
linkType: hard

"@octokit/endpoint@npm:^9.0.6":
version: 9.0.6
resolution: "@octokit/endpoint@npm:9.0.6"
dependencies:
"@octokit/types": "npm:^13.1.0"
universal-user-agent: "npm:^6.0.0"
checksum: 10c0/8e06197b21869aeb498e0315093ca6fbee12bd1bdcfc1667fcd7d79d827d84f2c5a30702ffd28bba7879780e367d14c30df5b20d47fcaed5de5fdc05f5d4e013
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^22.2.0":
version: 22.2.0
resolution: "@octokit/openapi-types@npm:22.2.0"
Expand All @@ -4049,7 +4059,30 @@ __metadata:
languageName: node
linkType: hard

"@octokit/request@npm:8.4.0, @octokit/request@npm:^8.2.0":
"@octokit/request-error@npm:^5.1.1":
version: 5.1.1
resolution: "@octokit/request-error@npm:5.1.1"
dependencies:
"@octokit/types": "npm:^13.1.0"
deprecation: "npm:^2.0.0"
once: "npm:^1.4.0"
checksum: 10c0/dc9fc76ea5e4199273e4665ce9ddf345fe8f25578d9999c9a16f276298e61ee6fe0e6f5a6147b91ba3b34fdf5b9e6b7af6ae13d6333175e95b30c574088f7a2d
languageName: node
linkType: hard

"@octokit/request@npm:8.4.1":
version: 8.4.1
resolution: "@octokit/request@npm:8.4.1"
dependencies:
"@octokit/endpoint": "npm:^9.0.6"
"@octokit/request-error": "npm:^5.1.1"
"@octokit/types": "npm:^13.1.0"
universal-user-agent: "npm:^6.0.0"
checksum: 10c0/1a69dcb7336de708a296db9e9a58040e5b284a87495a63112f80eb0007da3fc96a9fadecb9e875fc63cf179c23a0f81031fbef2a6f610a219e45805ead03fcf3
languageName: node
linkType: hard

"@octokit/request@npm:^8.2.0":
version: 8.4.0
resolution: "@octokit/request@npm:8.4.0"
dependencies:
Expand Down Expand Up @@ -25450,7 +25483,7 @@ __metadata:
"@dvcorg/gatsby-theme-iterative": "npm:0.3.24"
"@dvcorg/websites-server": "npm:0.2.1"
"@iframe-resizer/react": "npm:5.3.1"
"@octokit/request": "npm:8.4.0"
"@octokit/request": "npm:8.4.1"
"@radix-ui/react-dialog": "npm:1.1.2"
"@radix-ui/react-label": "npm:2.1.0"
"@reach/router": "npm:1.3.4"
Expand Down
Loading