Skip to content

Commit

Permalink
fix: update dependency octokit to ^3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2024
1 parent ac39f44 commit b0537af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/sync-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tuktuk/core": "0.0.0",
"octokit": "^3.1.2",
"octokit": "^3.2.0",
"vitest": "^1.3.1"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ __metadata:
resolution: "@tuktuk/sync-github@workspace:packages/sync-github"
dependencies:
"@tuktuk/core": "npm:0.0.0"
octokit: "npm:^3.1.2"
octokit: "npm:^3.2.0"
vitest: "npm:^1.3.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7699,9 +7699,9 @@ __metadata:
languageName: node
linkType: hard

"octokit@npm:^3.1.2":
version: 3.1.2
resolution: "octokit@npm:3.1.2"
"octokit@npm:^3.2.0":
version: 3.2.0
resolution: "octokit@npm:3.2.0"
dependencies:
"@octokit/app": "npm:^14.0.2"
"@octokit/core": "npm:^5.0.0"
Expand All @@ -7713,7 +7713,7 @@ __metadata:
"@octokit/plugin-throttling": "npm:^8.0.0"
"@octokit/request-error": "npm:^5.0.0"
"@octokit/types": "npm:^12.0.0"
checksum: 10c0/8d9b1847c1c5295fed2b9ea574213ae55f9a12d75913bc77575f48382b8d1998446adeea32095d4866591b224678b0ffa4b6c8ccdb2c4dcd2ec679033a1dc696
checksum: 10c0/ee33b74eb1b76979fbbccd1b6eb58f9193a36d4ac1edd647fce81bcadf9485be8c3dd69e788840b308d5268c8b2aae190472f3feda50350e58bb52bb6fca9dfa
languageName: node
linkType: hard

Expand Down

0 comments on commit b0537af

Please sign in to comment.