diff --git a/package-lock.json b/package-lock.json index 5f697bb..d9bf0a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@octokit/auth-app": "6.0.3", "@octokit/auth-token": "4.0.0", - "@octokit/types": "12.4.0", + "@octokit/types": "12.6.0", "@primer/octicons-react": "19.8.0", "@primer/react": "35.32.2", "@t3-oss/env-nextjs": "0.9.2", @@ -2061,9 +2061,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.1.0.tgz", - "integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==" + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" }, "node_modules/@octokit/plugin-enterprise-compatibility": { "version": "1.3.0", @@ -2195,11 +2195,11 @@ } }, "node_modules/@octokit/types": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.4.0.tgz", - "integrity": "sha512-FLWs/AvZllw/AGVs+nJ+ELCDZZJk+kY0zMen118xhL2zD0s1etIUHm1odgjP7epxYU1ln7SZxEUWYop5bhsdgQ==", + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", "dependencies": { - "@octokit/openapi-types": "^19.1.0" + "@octokit/openapi-types": "^20.0.0" } }, "node_modules/@octokit/webhooks": { diff --git a/package.json b/package.json index 0f0a5f9..d216457 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@octokit/auth-app": "6.0.3", "@octokit/auth-token": "4.0.0", - "@octokit/types": "12.4.0", + "@octokit/types": "12.6.0", "@primer/octicons-react": "19.8.0", "@primer/react": "35.32.2", "@t3-oss/env-nextjs": "0.9.2",