diff --git a/package-lock.json b/package-lock.json index bece37129e..ab92a2be32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -240,6 +240,11 @@ "universal-user-agent": "^6.0.0" } }, + "@octokit/openapi-types": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.2.0.tgz", + "integrity": "sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==" + }, "@octokit/plugin-paginate-rest": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.4.0.tgz", @@ -258,12 +263,22 @@ } }, "@octokit/plugin-retry": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.3.tgz", - "integrity": "sha512-RFvcBg4JGyfWTWE35EIF7jf/eglIk5MuvfygzdIMLIVK3/4Ywz3X1x9Ri75nlyAmk53EpVWB4DwM/xEB1NXxXA==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz", + "integrity": "sha512-r+fArdP5+TG6l1Rv/C9hVoty6tldw6cE2pRHNGmFPdyfrc696R6JjrQ3d7HdVqGwuzfyrcaLAKD7K8TX8aehUQ==", "requires": { - "@octokit/types": "^5.0.0", + "@octokit/types": "^6.0.3", "bottleneck": "^2.15.3" + }, + "dependencies": { + "@octokit/types": { + "version": "6.34.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.34.0.tgz", + "integrity": "sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==", + "requires": { + "@octokit/openapi-types": "^11.2.0" + } + } } }, "@octokit/request": { diff --git a/package.json b/package.json index 454ab1927a..ac0f68c18b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@actions/http-client": "^1.0.8", "@actions/tool-cache": "^1.5.5", "@chrisgavin/safe-which": "^1.0.2", - "@octokit/plugin-retry": "^3.0.3", + "@octokit/plugin-retry": "^3.0.9", "@octokit/types": "^5.5.0", "commander": "^6.0.0", "console-log-level": "^1.4.1",