Update dependencies in github package (#1553)

* Update octokit package

* define type for function

* fix linter

* Update github package to latest

* Update RELEASES.md
This commit is contained in:
Tatyana Kostromskaya
2023-10-10 16:04:42 +02:00
committed by GitHub
parent 797f48fcfa
commit 494f12bcd9
8 changed files with 349 additions and 351 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ const baseUrl = Utils.getApiBaseUrl()
export const defaults: OctokitOptions = {
baseUrl,
request: {
agent: Utils.getProxyAgent(baseUrl)
agent: Utils.getProxyAgent(baseUrl),
fetch: Utils.getProxyFetch(baseUrl)
}
}