Skip to content

Commit

Permalink
Update dependency @octokit/types to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent a4b3bed commit ffa88a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@octokit/types": "12.6.0",
"@octokit/types": "13.3.0",
"@tsconfig/node20": "20.1.4",
"@types/nearley": "2.11.5",
"@types/node": "20.12.5",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,11 @@
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz#9ec2daa0090eeb865ee147636e0c00f73790c6e5"
integrity sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==

"@octokit/openapi-types@^22.0.0":
version "22.0.1"
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-22.0.1.tgz#41f5b1c4dad3e547906ea9258837fcbea7cc72b4"
integrity sha512-1yN5m1IMNXthoBDUXFF97N1gHop04B3H8ws7wtOr8GgRyDO1gKALjwMHARNBoMBiB/2vEe/vxstrApcJZzQbnQ==

"@octokit/plugin-paginate-rest@^9.0.0":
version "9.2.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.1.tgz#2e2a2f0f52c9a4b1da1a3aa17dabe3c459b9e401"
Expand All @@ -424,7 +429,14 @@
"@octokit/types" "^12.0.0"
universal-user-agent "^6.0.0"

"@octokit/types@12.6.0", "@octokit/types@^12.0.0", "@octokit/types@^12.6.0":
"@octokit/types@13.3.0":
version "13.3.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.3.0.tgz#6f88c90ac298979217581b713f4118953cfcdb33"
integrity sha512-L0Jd3e0FWSPNTmqtqiS61K4Qd9r9iAOCtqo1B12z/qe+KDjXvQF5FngLqSWzJ748lFfaPItjsv4+36dA4KrPVA==
dependencies:
"@octokit/openapi-types" "^22.0.0"

"@octokit/types@^12.0.0", "@octokit/types@^12.6.0":
version "12.6.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.6.0.tgz#8100fb9eeedfe083aae66473bd97b15b62aedcb2"
integrity sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==
Expand Down

0 comments on commit ffa88a0

Please sign in to comment.