diff --git a/package-lock.json b/package-lock.json index 2be85fd..bc7945f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "package-adoption": "lib/bin/cli.js" }, "devDependencies": { - "@octokit/types": "^13.5.0", + "@octokit/types": "^13.5.1", "@ryansonshine/commitizen": "^4.2.8", "@ryansonshine/cz-conventional-changelog": "^3.3.4", "@types/jest": "^29.5.13", @@ -1743,9 +1743,9 @@ } }, "node_modules/@octokit/types": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", - "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.1.tgz", + "integrity": "sha512-F41lGiWBKPIWPBgjSvaDXTTQptBujnozENAK3S//nj7xsFdYdirImKlBB/hTjr+Vii68SM+8jG3UJWRa6DMuDA==", "dependencies": { "@octokit/openapi-types": "^22.2.0" } diff --git a/package.json b/package.json index 96057b1..bb58af5 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "yargs": "^17.7.2" }, "devDependencies": { - "@octokit/types": "^13.5.0", + "@octokit/types": "^13.5.1", "@ryansonshine/commitizen": "^4.2.8", "@ryansonshine/cz-conventional-changelog": "^3.3.4", "@types/jest": "^29.5.13",