diff --git a/package-lock.json b/package-lock.json index e55f4b68b..db51a80d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@actions/io": "^1.1.0", "@actions/tool-cache": "^1.7.1", "@chrisgavin/safe-which": "^1.0.2", - "@octokit/plugin-retry": "^3.0.3", + "@octokit/plugin-retry": "^3.0.9", "@octokit/types": "^6.21.1", "commander": "^8.0.0-1", "console-log-level": "^1.4.1", @@ -443,21 +443,14 @@ } }, "node_modules/@octokit/plugin-retry": { - "version": "3.0.3", - "license": "MIT", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz", + "integrity": "sha512-r+fArdP5+TG6l1Rv/C9hVoty6tldw6cE2pRHNGmFPdyfrc696R6JjrQ3d7HdVqGwuzfyrcaLAKD7K8TX8aehUQ==", "dependencies": { - "@octokit/types": "^5.0.0", + "@octokit/types": "^6.0.3", "bottleneck": "^2.15.3" } }, - "node_modules/@octokit/plugin-retry/node_modules/@octokit/types": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", - "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", - "dependencies": { - "@types/node": ">= 8" - } - }, "node_modules/@octokit/request": { "version": "5.4.9", "license": "MIT", @@ -6254,20 +6247,12 @@ } }, "@octokit/plugin-retry": { - "version": "3.0.3", + "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": "5.5.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", - "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", - "requires": { - "@types/node": ">= 8" - } - } } }, "@octokit/request": { diff --git a/package.json b/package.json index dc3a5ddb9..7d4e8f358 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/io": "^1.1.0", "@actions/tool-cache": "^1.7.1", "@chrisgavin/safe-which": "^1.0.2", - "@octokit/plugin-retry": "^3.0.3", + "@octokit/plugin-retry": "^3.0.9", "@octokit/types": "^6.21.1", "commander": "^8.0.0-1", "console-log-level": "^1.4.1",