Skip to content

Commit

Permalink
deps: downgrade octokit
Browse files Browse the repository at this point in the history
Downgrade octokit until octokit/rest.js#290 is addressed
  • Loading branch information
bcoe committed May 1, 2023
1 parent 20eafa1 commit 95192d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/gapic-node-templating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 95192d4

Please sign in to comment.