Bump octokit from 2.0.7 to 2.0.9

Bumps [octokit](https://github.com/octokit/octokit.js) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2022-10-14 06:56:20 +00:00
committed by GitHub
parent 12a171cf96
commit dff2fdff0f
2 changed files with 226 additions and 30 deletions
+225 -29
View File
@@ -16,7 +16,7 @@
"ansi-styles": "^6.2.1", "ansi-styles": "^6.2.1",
"got": "^12.5.2", "got": "^12.5.2",
"nodemon": "^2.0.20", "nodemon": "^2.0.20",
"octokit": "^2.0.7", "octokit": "^2.0.9",
"yaml": "^2.1.3", "yaml": "^2.1.3",
"zod": "^3.19.1" "zod": "^3.19.1"
}, },
@@ -6559,18 +6559,18 @@
} }
}, },
"node_modules/octokit": { "node_modules/octokit": {
"version": "2.0.7", "version": "2.0.9",
"resolved": "https://registry.npmjs.org/octokit/-/octokit-2.0.7.tgz", "resolved": "https://registry.npmjs.org/octokit/-/octokit-2.0.9.tgz",
"integrity": "sha512-Rf+pY3fCphmS4jjLqQ+D0xS1U+Ry/pAZHLJNvsQksuj4aopl7qFLlV4Id2KIlaUpKZrUCPzOkLiZOaoEb47RZQ==", "integrity": "sha512-+4XOeV1pvr5aVdlrj/WGl8VE6yJHt/XAPr/x4+gRQFp1p8l0Wu/w3ZIvlIpnPJFx5yiHrVWHd5syPLWOip89LQ==",
"dependencies": { "dependencies": {
"@octokit/app": "^13.0.5", "@octokit/app": "^13.0.5",
"@octokit/core": "^4.0.4", "@octokit/core": "^4.0.4",
"@octokit/oauth-app": "^4.0.6", "@octokit/oauth-app": "^4.0.6",
"@octokit/plugin-paginate-rest": "^4.0.0", "@octokit/plugin-paginate-rest": "^5.0.0",
"@octokit/plugin-rest-endpoint-methods": "^6.0.0", "@octokit/plugin-rest-endpoint-methods": "^6.0.0",
"@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^4.0.1", "@octokit/plugin-throttling": "^4.0.1",
"@octokit/types": "^7.0.0" "@octokit/types": "^8.0.0"
}, },
"engines": { "engines": {
"node": ">= 14" "node": ">= 14"
@@ -6587,6 +6587,19 @@
"node": ">= 14" "node": ">= 14"
} }
}, },
"node_modules/octokit/node_modules/@octokit/auth-token/node_modules/@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"node_modules/octokit/node_modules/@octokit/auth-token/node_modules/@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"dependencies": {
"@octokit/openapi-types": "^13.11.0"
}
},
"node_modules/octokit/node_modules/@octokit/core": { "node_modules/octokit/node_modules/@octokit/core": {
"version": "4.0.5", "version": "4.0.5",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.0.5.tgz", "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.0.5.tgz",
@@ -6604,6 +6617,19 @@
"node": ">= 14" "node": ">= 14"
} }
}, },
"node_modules/octokit/node_modules/@octokit/core/node_modules/@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"node_modules/octokit/node_modules/@octokit/core/node_modules/@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"dependencies": {
"@octokit/openapi-types": "^13.11.0"
}
},
"node_modules/octokit/node_modules/@octokit/endpoint": { "node_modules/octokit/node_modules/@octokit/endpoint": {
"version": "7.0.2", "version": "7.0.2",
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.2.tgz", "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.2.tgz",
@@ -6617,6 +6643,19 @@
"node": ">= 14" "node": ">= 14"
} }
}, },
"node_modules/octokit/node_modules/@octokit/endpoint/node_modules/@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"node_modules/octokit/node_modules/@octokit/endpoint/node_modules/@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"dependencies": {
"@octokit/openapi-types": "^13.11.0"
}
},
"node_modules/octokit/node_modules/@octokit/graphql": { "node_modules/octokit/node_modules/@octokit/graphql": {
"version": "5.0.1", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.1.tgz",
@@ -6630,17 +6669,30 @@
"node": ">= 14" "node": ">= 14"
} }
}, },
"node_modules/octokit/node_modules/@octokit/openapi-types": { "node_modules/octokit/node_modules/@octokit/graphql/node_modules/@octokit/openapi-types": {
"version": "13.13.1", "version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ==" "integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
}, },
"node_modules/octokit/node_modules/@octokit/plugin-paginate-rest": { "node_modules/octokit/node_modules/@octokit/graphql/node_modules/@octokit/types": {
"version": "4.3.1", "version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.3.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-h8KKxESmSFTcXX409CAxlaOYscEDvN2KGQRsLCGT1NSqRW+D6EXLVQ8vuHhFznS9MuH9QYw1GfsUN30bg8hjVA==", "integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"dependencies": { "dependencies": {
"@octokit/types": "^7.5.0" "@octokit/openapi-types": "^13.11.0"
}
},
"node_modules/octokit/node_modules/@octokit/openapi-types": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz",
"integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw=="
},
"node_modules/octokit/node_modules/@octokit/plugin-paginate-rest": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-5.0.1.tgz",
"integrity": "sha512-7A+rEkS70pH36Z6JivSlR7Zqepz3KVucEFVDnSrgHXzG7WLAzYwcHZbKdfTXHwuTHbkT1vKvz7dHl1+HNf6Qyw==",
"dependencies": {
"@octokit/types": "^8.0.0"
}, },
"engines": { "engines": {
"node": ">= 14" "node": ">= 14"
@@ -6664,6 +6716,19 @@
"@octokit/core": ">=3" "@octokit/core": ">=3"
} }
}, },
"node_modules/octokit/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"node_modules/octokit/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"dependencies": {
"@octokit/openapi-types": "^13.11.0"
}
},
"node_modules/octokit/node_modules/@octokit/plugin-throttling": { "node_modules/octokit/node_modules/@octokit/plugin-throttling": {
"version": "4.3.0", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-4.3.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-4.3.0.tgz",
@@ -6679,6 +6744,19 @@
"@octokit/core": "^4.0.0" "@octokit/core": "^4.0.0"
} }
}, },
"node_modules/octokit/node_modules/@octokit/plugin-throttling/node_modules/@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"node_modules/octokit/node_modules/@octokit/plugin-throttling/node_modules/@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"dependencies": {
"@octokit/openapi-types": "^13.11.0"
}
},
"node_modules/octokit/node_modules/@octokit/request": { "node_modules/octokit/node_modules/@octokit/request": {
"version": "6.2.1", "version": "6.2.1",
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.1.tgz",
@@ -6695,7 +6773,12 @@
"node": ">= 14" "node": ">= 14"
} }
}, },
"node_modules/octokit/node_modules/@octokit/types": { "node_modules/octokit/node_modules/@octokit/request/node_modules/@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"node_modules/octokit/node_modules/@octokit/request/node_modules/@octokit/types": {
"version": "7.5.1", "version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==", "integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
@@ -6703,6 +6786,14 @@
"@octokit/openapi-types": "^13.11.0" "@octokit/openapi-types": "^13.11.0"
} }
}, },
"node_modules/octokit/node_modules/@octokit/types": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.0.0.tgz",
"integrity": "sha512-65/TPpOJP1i3K4lBJMnWqPUJ6zuOtzhtagDvydAWbEXpbFYA0oMKKyLb95NFZZP0lSh/4b6K+DQlzvYQJQQePg==",
"dependencies": {
"@octokit/openapi-types": "^14.0.0"
}
},
"node_modules/once": { "node_modules/once": {
"version": "1.4.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
@@ -13143,18 +13234,18 @@
} }
}, },
"octokit": { "octokit": {
"version": "2.0.7", "version": "2.0.9",
"resolved": "https://registry.npmjs.org/octokit/-/octokit-2.0.7.tgz", "resolved": "https://registry.npmjs.org/octokit/-/octokit-2.0.9.tgz",
"integrity": "sha512-Rf+pY3fCphmS4jjLqQ+D0xS1U+Ry/pAZHLJNvsQksuj4aopl7qFLlV4Id2KIlaUpKZrUCPzOkLiZOaoEb47RZQ==", "integrity": "sha512-+4XOeV1pvr5aVdlrj/WGl8VE6yJHt/XAPr/x4+gRQFp1p8l0Wu/w3ZIvlIpnPJFx5yiHrVWHd5syPLWOip89LQ==",
"requires": { "requires": {
"@octokit/app": "^13.0.5", "@octokit/app": "^13.0.5",
"@octokit/core": "^4.0.4", "@octokit/core": "^4.0.4",
"@octokit/oauth-app": "^4.0.6", "@octokit/oauth-app": "^4.0.6",
"@octokit/plugin-paginate-rest": "^4.0.0", "@octokit/plugin-paginate-rest": "^5.0.0",
"@octokit/plugin-rest-endpoint-methods": "^6.0.0", "@octokit/plugin-rest-endpoint-methods": "^6.0.0",
"@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^4.0.1", "@octokit/plugin-throttling": "^4.0.1",
"@octokit/types": "^7.0.0" "@octokit/types": "^8.0.0"
}, },
"dependencies": { "dependencies": {
"@octokit/auth-token": { "@octokit/auth-token": {
@@ -13163,6 +13254,21 @@
"integrity": "sha512-/USkK4cioY209wXRpund6HZzHo9GmjakpV9ycOkpMcMxMk7QVcVFVyCMtzvXYiHsB2crgDgrtNYSELYFBXhhaA==", "integrity": "sha512-/USkK4cioY209wXRpund6HZzHo9GmjakpV9ycOkpMcMxMk7QVcVFVyCMtzvXYiHsB2crgDgrtNYSELYFBXhhaA==",
"requires": { "requires": {
"@octokit/types": "^7.0.0" "@octokit/types": "^7.0.0"
},
"dependencies": {
"@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"requires": {
"@octokit/openapi-types": "^13.11.0"
}
}
} }
}, },
"@octokit/core": { "@octokit/core": {
@@ -13177,6 +13283,21 @@
"@octokit/types": "^7.0.0", "@octokit/types": "^7.0.0",
"before-after-hook": "^2.2.0", "before-after-hook": "^2.2.0",
"universal-user-agent": "^6.0.0" "universal-user-agent": "^6.0.0"
},
"dependencies": {
"@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"requires": {
"@octokit/openapi-types": "^13.11.0"
}
}
} }
}, },
"@octokit/endpoint": { "@octokit/endpoint": {
@@ -13187,6 +13308,21 @@
"@octokit/types": "^7.0.0", "@octokit/types": "^7.0.0",
"is-plain-object": "^5.0.0", "is-plain-object": "^5.0.0",
"universal-user-agent": "^6.0.0" "universal-user-agent": "^6.0.0"
},
"dependencies": {
"@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"requires": {
"@octokit/openapi-types": "^13.11.0"
}
}
} }
}, },
"@octokit/graphql": { "@octokit/graphql": {
@@ -13197,19 +13333,34 @@
"@octokit/request": "^6.0.0", "@octokit/request": "^6.0.0",
"@octokit/types": "^7.0.0", "@octokit/types": "^7.0.0",
"universal-user-agent": "^6.0.0" "universal-user-agent": "^6.0.0"
},
"dependencies": {
"@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"requires": {
"@octokit/openapi-types": "^13.11.0"
}
}
} }
}, },
"@octokit/openapi-types": { "@octokit/openapi-types": {
"version": "13.13.1", "version": "14.0.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ==" "integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw=="
}, },
"@octokit/plugin-paginate-rest": { "@octokit/plugin-paginate-rest": {
"version": "4.3.1", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.3.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-5.0.1.tgz",
"integrity": "sha512-h8KKxESmSFTcXX409CAxlaOYscEDvN2KGQRsLCGT1NSqRW+D6EXLVQ8vuHhFznS9MuH9QYw1GfsUN30bg8hjVA==", "integrity": "sha512-7A+rEkS70pH36Z6JivSlR7Zqepz3KVucEFVDnSrgHXzG7WLAzYwcHZbKdfTXHwuTHbkT1vKvz7dHl1+HNf6Qyw==",
"requires": { "requires": {
"@octokit/types": "^7.5.0" "@octokit/types": "^8.0.0"
} }
}, },
"@octokit/plugin-rest-endpoint-methods": { "@octokit/plugin-rest-endpoint-methods": {
@@ -13219,6 +13370,21 @@
"requires": { "requires": {
"@octokit/types": "^7.5.0", "@octokit/types": "^7.5.0",
"deprecation": "^2.3.1" "deprecation": "^2.3.1"
},
"dependencies": {
"@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"requires": {
"@octokit/openapi-types": "^13.11.0"
}
}
} }
}, },
"@octokit/plugin-throttling": { "@octokit/plugin-throttling": {
@@ -13228,6 +13394,21 @@
"requires": { "requires": {
"@octokit/types": "^7.0.0", "@octokit/types": "^7.0.0",
"bottleneck": "^2.15.3" "bottleneck": "^2.15.3"
},
"dependencies": {
"@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"requires": {
"@octokit/openapi-types": "^13.11.0"
}
}
} }
}, },
"@octokit/request": { "@octokit/request": {
@@ -13241,14 +13422,29 @@
"is-plain-object": "^5.0.0", "is-plain-object": "^5.0.0",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"universal-user-agent": "^6.0.0" "universal-user-agent": "^6.0.0"
},
"dependencies": {
"@octokit/openapi-types": {
"version": "13.13.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz",
"integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ=="
},
"@octokit/types": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==",
"requires": {
"@octokit/openapi-types": "^13.11.0"
}
}
} }
}, },
"@octokit/types": { "@octokit/types": {
"version": "7.5.1", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.0.0.tgz",
"integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==", "integrity": "sha512-65/TPpOJP1i3K4lBJMnWqPUJ6zuOtzhtagDvydAWbEXpbFYA0oMKKyLb95NFZZP0lSh/4b6K+DQlzvYQJQQePg==",
"requires": { "requires": {
"@octokit/openapi-types": "^13.11.0" "@octokit/openapi-types": "^14.0.0"
} }
} }
} }
+1 -1
View File
@@ -32,7 +32,7 @@
"ansi-styles": "^6.2.1", "ansi-styles": "^6.2.1",
"got": "^12.5.2", "got": "^12.5.2",
"nodemon": "^2.0.20", "nodemon": "^2.0.20",
"octokit": "^2.0.7", "octokit": "^2.0.9",
"yaml": "^2.1.3", "yaml": "^2.1.3",
"zod": "^3.19.1" "zod": "^3.19.1"
}, },