From 95192d4f952d516d1ab9c72a982291349a1c55c2 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 1 May 2023 14:48:34 -0400 Subject: [PATCH] deps: downgrade octokit Downgrade octokit until https://github.com/octokit/rest.js/issues/290 is addressed --- packages/gapic-node-templating/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/gapic-node-templating/package.json b/packages/gapic-node-templating/package.json index f6eb7f9504e..3c19f05396e 100644 --- a/packages/gapic-node-templating/package.json +++ b/packages/gapic-node-templating/package.json @@ -20,7 +20,6 @@ "author": "Google LLC", "license": "Apache-2.0", "devDependencies": { - "@octokit/rest": "^19.0.0", "@types/js-yaml": "^4.0.5", "@types/mocha": "^9.1.1", "@types/node": "^18.0.0", @@ -40,10 +39,9 @@ }, "dependencies": { "@google-cloud/storage": "^6.1.0", - "@octokit/rest": "^19.0.0", + "@octokit/rest": "^18.12.0", "js-yaml": "^4.1.0", "nunjucks": "^3.2.3", "yargs": "^17.5.1" } } -