Skip to content

Commit

Permalink
fix(deps): update octokit monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jamacku committed May 11, 2024
1 parent 182e74a commit d27c08e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/core": "^6.0.1",
"@octokit/plugin-paginate-rest": "^10.0.0",
"@octokit/plugin-paginate-rest": "^11.0.0",
"@octokit/plugin-throttling": "^9.0.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@octokit/types": "^12.6.0",
"@octokit/types": "^13.0.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -587,14 +587,14 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:^10.0.0":
version: 10.1.0
resolution: "@octokit/plugin-paginate-rest@npm:10.1.0"
"@octokit/plugin-paginate-rest@npm:^11.0.0":
version: 11.3.1
resolution: "@octokit/plugin-paginate-rest@npm:11.3.1"
dependencies:
"@octokit/types": "npm:^12.6.0"
"@octokit/types": "npm:^13.5.0"
peerDependencies:
"@octokit/core": ">=6"
checksum: 10c0/171b2fafb485e7d25e6399473dd85edc20d515de332c6d8602341ac73f448b3fc98f5d1a31558c459bad2b1d695ea866d574d8f3d344514a84b1f3465a174ce6
"@octokit/core": 5
checksum: 10c0/72107ff7e459c49d1f13bbe44ac07b073497692eba28cb5ac6dbfa41e0ebc059ad7bccfa3dd45d3165348adcc2ede8ac159f8a9b637389b8e335af16aaa01469
languageName: node
linkType: hard

Expand Down Expand Up @@ -694,7 +694,7 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^13.0.0, @octokit/types@npm:^13.1.0":
"@octokit/types@npm:^13.0.0, @octokit/types@npm:^13.1.0, @octokit/types@npm:^13.5.0":
version: 13.5.0
resolution: "@octokit/types@npm:13.5.0"
dependencies:
Expand Down Expand Up @@ -1937,9 +1937,9 @@ __metadata:
"@actions/core": "npm:^1.10.1"
"@actions/github": "npm:^6.0.0"
"@octokit/core": "npm:^6.0.1"
"@octokit/plugin-paginate-rest": "npm:^10.0.0"
"@octokit/plugin-paginate-rest": "npm:^11.0.0"
"@octokit/plugin-throttling": "npm:^9.0.3"
"@octokit/types": "npm:^12.6.0"
"@octokit/types": "npm:^13.0.0"
"@total-typescript/ts-reset": "npm:^0.5.1"
"@types/node": "npm:^20.11.30"
"@typescript-eslint/eslint-plugin": "npm:^7.3.1"
Expand Down

0 comments on commit d27c08e

Please sign in to comment.