diff --git a/package-lock.json b/package-lock.json index c80b81d361..a0f6b8a5a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@actions/tool-cache": "^2.0.1", "@chrisgavin/safe-which": "^1.0.2", "@octokit/plugin-retry": "^5.0.2", - "@octokit/types": "^12.1.1", + "@octokit/types": "^12.3.0", "@schemastore/package": "0.0.10", "@types/uuid": "^9.0.6", "adm-zip": "^0.5.10", @@ -819,9 +819,9 @@ } }, "node_modules/@octokit/types": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.1.1.tgz", - "integrity": "sha512-qnJTldJ1NyGT5MTsCg/Zi+y2IFHZ1Jo5+njNCjJ9FcainV7LjuHgmB697kA0g4MjZeDAJsM3B45iqCVsCLVFZg==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.3.0.tgz", + "integrity": "sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ==", "dependencies": { "@octokit/openapi-types": "^19.0.2" } diff --git a/package.json b/package.json index 0d9aa7e062..65b124de91 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/tool-cache": "^2.0.1", "@chrisgavin/safe-which": "^1.0.2", "@octokit/plugin-retry": "^5.0.2", - "@octokit/types": "^12.1.1", + "@octokit/types": "^12.3.0", "@schemastore/package": "0.0.10", "@types/uuid": "^9.0.6", "adm-zip": "^0.5.10",