From 45ea67f729c3eeabe2decf38bd8ee113a6f67f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:56:45 +0000 Subject: [PATCH] build(deps): bump @octokit/plugin-retry from 5.0.0 to 5.0.1 Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](https://github.com/octokit/plugin-retry.js/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-retry" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4919509..c3cf46e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@octokit/auth-app": "^4.0.13", "@octokit/core": "^4.2.1", "@octokit/plugin-paginate-rest": "^7.0.0", - "@octokit/plugin-retry": "^5.0.0", + "@octokit/plugin-retry": "^5.0.1", "@octokit/plugin-throttling": "^6.0.0" }, "devDependencies": { @@ -248,9 +248,9 @@ } }, "node_modules/@octokit/plugin-retry": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-5.0.0.tgz", - "integrity": "sha512-mfON7q30NLdivuJktZuSP6I4/WPMjc/bcoxcHEWXd4esedHTqQpp3OUq2NzD2+M+J6o33zYDtJTl4qtRYh8HQQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-5.0.1.tgz", + "integrity": "sha512-bb2L6kMNmYGzt07YJfm920ZJaNo7J4AhxgXQtIhTXX8sRixsH7v3QwSHE7lX9sjNbZjKRvD1LAskUPwYhNGH/w==", "dependencies": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" @@ -784,9 +784,9 @@ } }, "@octokit/plugin-retry": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-5.0.0.tgz", - "integrity": "sha512-mfON7q30NLdivuJktZuSP6I4/WPMjc/bcoxcHEWXd4esedHTqQpp3OUq2NzD2+M+J6o33zYDtJTl4qtRYh8HQQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-5.0.1.tgz", + "integrity": "sha512-bb2L6kMNmYGzt07YJfm920ZJaNo7J4AhxgXQtIhTXX8sRixsH7v3QwSHE7lX9sjNbZjKRvD1LAskUPwYhNGH/w==", "requires": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" diff --git a/package.json b/package.json index 78a05b8..6e29ce3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@octokit/auth-app": "^4.0.13", "@octokit/core": "^4.2.1", "@octokit/plugin-paginate-rest": "^7.0.0", - "@octokit/plugin-retry": "^5.0.0", + "@octokit/plugin-retry": "^5.0.1", "@octokit/plugin-throttling": "^6.0.0" }, "devDependencies": {