From 51c332c2c50ea416225531e8073d3d7bf92abefc Mon Sep 17 00:00:00 2001 From: George Reith Date: Tue, 12 Mar 2024 17:32:12 +0000 Subject: [PATCH] fix version --- packages/github/package-lock.json | 2 +- packages/github/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/github/package-lock.json b/packages/github/package-lock.json index 3c1fa487..d988abe6 100644 --- a/packages/github/package-lock.json +++ b/packages/github/package-lock.json @@ -13,7 +13,7 @@ "@octokit/core": "^5.0.1", "@octokit/plugin-paginate-rest": "^9.0.0", "@octokit/plugin-rest-endpoint-methods": "^10.0.0", - "@octokit/request-error": "^5.0.1" + "@octokit/request-error": "^5.0.0" }, "devDependencies": { "proxy": "^2.1.1" diff --git a/packages/github/package.json b/packages/github/package.json index 65e9e4ed..fc2d8bfd 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -42,7 +42,7 @@ "@octokit/core": "^5.0.1", "@octokit/plugin-paginate-rest": "^9.0.0", "@octokit/plugin-rest-endpoint-methods": "^10.0.0", - "@octokit/request-error": "^5.0.1" + "@octokit/request-error": "^5.0.0" }, "devDependencies": { "proxy": "^2.1.1"