diff --git a/dist/index.js b/dist/index.js index e831061..87e8f74 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4484,7 +4484,7 @@ async function requestWithGraphqlErrorHandling(state, octokit, request, options) } // pkg/dist-src/index.js -var VERSION = "5.0.1"; +var VERSION = "5.0.2"; function retry(octokit, octokitOptions) { const state = Object.assign( { diff --git a/package-lock.json b/package-lock.json index c3cf46e..b4a1f12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@octokit/auth-app": "^4.0.13", "@octokit/core": "^4.2.1", "@octokit/plugin-paginate-rest": "^7.0.0", - "@octokit/plugin-retry": "^5.0.1", - "@octokit/plugin-throttling": "^6.0.0" + "@octokit/plugin-retry": "^5.0.2", + "@octokit/plugin-throttling": "^6.1.0" }, "devDependencies": { "@vercel/ncc": "^0.36.1" @@ -248,9 +248,9 @@ } }, "node_modules/@octokit/plugin-retry": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-5.0.1.tgz", - "integrity": "sha512-bb2L6kMNmYGzt07YJfm920ZJaNo7J4AhxgXQtIhTXX8sRixsH7v3QwSHE7lX9sjNbZjKRvD1LAskUPwYhNGH/w==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-5.0.2.tgz", + "integrity": "sha512-/Z7rWLCfjwmaVdyFuMkZoAnhfrvYgtvDrbO2d6lv7XrvJa8gFGB5tLUMngfuyMBfDCc5B9+EVu7IkQx5ebVlMg==", "dependencies": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" @@ -276,9 +276,9 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-6.0.0.tgz", - "integrity": "sha512-RdKkzD8X/T17KJmEHTsZ5Ztj7WGNpxsJAIyR1bgvkoyar+cDrIRZMsP15r8JRB1QI/LN2F/stUs5/kMVaYXS9g==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-6.1.0.tgz", + "integrity": "sha512-JqMbTiPC0sUSTsLQsdq3JVx1mx8UtTo5mwR80YqPXE93+XhevvSyOR1rO2Z+NbO/r0TK4hqFJSSi/9oIZBxZTg==", "dependencies": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" @@ -784,9 +784,9 @@ } }, "@octokit/plugin-retry": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-5.0.1.tgz", - "integrity": "sha512-bb2L6kMNmYGzt07YJfm920ZJaNo7J4AhxgXQtIhTXX8sRixsH7v3QwSHE7lX9sjNbZjKRvD1LAskUPwYhNGH/w==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-5.0.2.tgz", + "integrity": "sha512-/Z7rWLCfjwmaVdyFuMkZoAnhfrvYgtvDrbO2d6lv7XrvJa8gFGB5tLUMngfuyMBfDCc5B9+EVu7IkQx5ebVlMg==", "requires": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" @@ -808,9 +808,9 @@ } }, "@octokit/plugin-throttling": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-6.0.0.tgz", - "integrity": "sha512-RdKkzD8X/T17KJmEHTsZ5Ztj7WGNpxsJAIyR1bgvkoyar+cDrIRZMsP15r8JRB1QI/LN2F/stUs5/kMVaYXS9g==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-6.1.0.tgz", + "integrity": "sha512-JqMbTiPC0sUSTsLQsdq3JVx1mx8UtTo5mwR80YqPXE93+XhevvSyOR1rO2Z+NbO/r0TK4hqFJSSi/9oIZBxZTg==", "requires": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" diff --git a/package.json b/package.json index 6e29ce3..38f96f2 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@octokit/auth-app": "^4.0.13", "@octokit/core": "^4.2.1", "@octokit/plugin-paginate-rest": "^7.0.0", - "@octokit/plugin-retry": "^5.0.1", - "@octokit/plugin-throttling": "^6.0.0" + "@octokit/plugin-retry": "^5.0.2", + "@octokit/plugin-throttling": "^6.1.0" }, "devDependencies": { "@vercel/ncc": "^0.36.1"