From dad896d62b0164343a96422988307a316efff27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:04:54 +0000 Subject: [PATCH] Bump @octokit/plugin-retry from 6.0.1 to 6.1.0 Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](https://github.com/octokit/plugin-retry.js/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: "@octokit/plugin-retry" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++------------------------ package.json | 2 +- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc977ec..30d53d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@next/eslint-plugin-next": "^15.0.3", "@octokit/core": "^5.2.0", "@octokit/graphql-schema": "^14.50.0", - "@octokit/plugin-retry": "^6.0.1", + "@octokit/plugin-retry": "^6.1.0", "@octokit/plugin-throttling": "^8.2.0", "@octokit/types": "^13.6.2", "@types/jest": "^29.5.14", @@ -2548,38 +2548,20 @@ "dev": true }, "node_modules/@octokit/plugin-retry": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-6.0.1.tgz", - "integrity": "sha512-SKs+Tz9oj0g4p28qkZwl/topGcb0k0qPNX/i7vBKmDsjoeqnVfFUquqrE/O9oJY7+oLzdCtkiWSXLpLjvl6uog==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-6.1.0.tgz", + "integrity": "sha512-WrO3bvq4E1Xh1r2mT9w6SDFg01gFmP81nIG77+p/MqW1JeXXgL++6umim3t6x0Zj5pZm3rXAN+0HEjmmdhIRig==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/request-error": "^5.0.0", - "@octokit/types": "^12.0.0", + "@octokit/types": "^13.0.0", "bottleneck": "^2.15.3" }, "engines": { "node": ">= 18" }, "peerDependencies": { - "@octokit/core": ">=5" - } - }, - "node_modules/@octokit/plugin-retry/node_modules/@octokit/openapi-types": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", - "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@octokit/plugin-retry/node_modules/@octokit/types": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", - "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@octokit/openapi-types": "^20.0.0" + "@octokit/core": "5" } }, "node_modules/@octokit/plugin-throttling": { diff --git a/package.json b/package.json index 516a146..235131a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@next/eslint-plugin-next": "^15.0.3", "@octokit/core": "^5.2.0", "@octokit/graphql-schema": "^14.50.0", - "@octokit/plugin-retry": "^6.0.1", + "@octokit/plugin-retry": "^6.1.0", "@octokit/plugin-throttling": "^8.2.0", "@octokit/types": "^13.6.2", "@types/jest": "^29.5.14",