diff --git a/package.json b/package.json index dcf52f3..258ed24 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "valibot": "^0.30.0" }, "devDependencies": { - "@octokit/openapi-types": "^20.0.0", + "@octokit/openapi-types": "^22.0.0", "@types/jest": "^29.5.12", "@types/node": "^20.12.5", "@typescript-eslint/eslint-plugin": "^7.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8783568..be4a04b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,8 +17,8 @@ dependencies: devDependencies: '@octokit/openapi-types': - specifier: ^20.0.0 - version: 20.0.0 + specifier: ^22.0.0 + version: 22.0.0 '@types/jest': specifier: ^29.5.12 version: 29.5.12 @@ -834,8 +834,8 @@ packages: resolution: {integrity: sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==} dev: false - /@octokit/openapi-types@20.0.0: - resolution: {integrity: sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==} + /@octokit/openapi-types@22.0.0: + resolution: {integrity: sha512-kWzSxSIBjCtwrT8/O/A/nrSjmHvR5I9GGTHPyBU19VuEae+QZfaPnnfLwXgV56n51xHN3U2dYy8zh/kO9/39ig==} dev: true /@octokit/plugin-paginate-rest@9.1.5(@octokit/core@5.0.2):