diff --git a/package-lock.json b/package-lock.json index 034c039..5e45fc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@octoherd/octokit": "^4.0.0", "@octokit/auth-oauth-device": "^7.0.0", - "@octokit/openapi-types": "^21.0.0", + "@octokit/openapi-types": "^22.0.0", "chalk": "^5.0.0", "clipboardy": "^4.0.0", "enquirer": "^2.3.6", @@ -142,9 +142,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-21.0.0.tgz", - "integrity": "sha512-B6/NBvsNQT5UWYWSFcUT55XTMZBHyflNke7Ryvhs3dLe3I2TTPwpGPMib70YS1Ha5Iccc5CtXTLU7lHstC5e3Q==" + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.0.0.tgz", + "integrity": "sha512-kWzSxSIBjCtwrT8/O/A/nrSjmHvR5I9GGTHPyBU19VuEae+QZfaPnnfLwXgV56n51xHN3U2dYy8zh/kO9/39ig==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "10.0.0", diff --git a/package.json b/package.json index e7322f0..5123e21 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@octoherd/octokit": "^4.0.0", "@octokit/auth-oauth-device": "^7.0.0", - "@octokit/openapi-types": "^21.0.0", + "@octokit/openapi-types": "^22.0.0", "chalk": "^5.0.0", "clipboardy": "^4.0.0", "enquirer": "^2.3.6",