diff --git a/package-lock.json b/package-lock.json index 24bc52d1..77889f00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@gitbeaker/core": "35.7.0", "@gitbeaker/node": "35.7.0", "@octokit/auth-app": "^8.1.1", - "@octokit/plugin-retry": "4.0.3", + "@octokit/plugin-retry": "^4.1.6", "@octokit/rest": "^22.0.0", "base-64": "^1.0.0", "bottleneck": "2.19.5", @@ -3325,10 +3325,12 @@ } }, "node_modules/@octokit/plugin-retry": { - "version": "4.0.3", + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-4.1.6.tgz", + "integrity": "sha512-obkYzIgEC75r8+9Pnfiiqy3y/x1bc3QLE5B7qvv9wi9Kj0R5tGQFC6QMBg1154WQ9lAVypuQDGyp3hNpp15gQQ==", "license": "MIT", "dependencies": { - "@octokit/types": "^8.0.0", + "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" }, "engines": { @@ -3339,14 +3341,18 @@ } }, "node_modules/@octokit/plugin-retry/node_modules/@octokit/openapi-types": { - "version": "14.0.0", + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz", + "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==", "license": "MIT" }, "node_modules/@octokit/plugin-retry/node_modules/@octokit/types": { - "version": "8.2.1", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.2.tgz", + "integrity": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==", "license": "MIT", "dependencies": { - "@octokit/openapi-types": "^14.0.0" + "@octokit/openapi-types": "^18.0.0" } }, "node_modules/@octokit/plugin-throttling": { diff --git a/package.json b/package.json index 4bf2eee4..486a5665 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@gitbeaker/core": "35.7.0", "@gitbeaker/node": "35.7.0", "@octokit/auth-app": "^8.1.1", - "@octokit/plugin-retry": "4.0.3", + "@octokit/plugin-retry": "4.1.6", "@octokit/rest": "^22.0.0", "base-64": "^1.0.0", "bottleneck": "2.19.5",