Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-02-19 17:21:06 +00:00
parent b9d85b4c34
commit 4a610e2380
3595 changed files with 129829 additions and 1065 deletions

View file

@ -10,6 +10,7 @@ export type ResponseHeaders = {
server?: string;
status?: string;
vary?: string;
"x-accepted-github-permissions"?: string;
"x-github-mediatype"?: string;
"x-github-request-id"?: string;
"x-oauth-scopes"?: string;

View file

@ -1 +1 @@
export declare const VERSION = "12.4.0";
export declare const VERSION = "12.5.0";

View file

@ -1,6 +1,6 @@
{
"name": "@octokit/types",
"version": "12.4.0",
"version": "12.5.0",
"publishConfig": {
"access": "public"
},
@ -25,10 +25,10 @@
"handlebars": "^4.7.6",
"json-schema-to-typescript": "^13.0.0",
"lodash.set": "^4.3.2",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^6.0.0",
"pascal-case": "^3.1.1",
"prettier": "^3.0.0",
"semantic-release": "^22.0.0",
"semantic-release": "^23.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"sort-keys": "^5.0.0",
"string-to-jsdoc-comment": "^1.0.0",