Fix dependabot errors
I explicitly had to downgrade "@octokit/plugin-retry" to "^6.0.0". Other dependencies were upgraded.
This commit is contained in:
parent
f338ec87a3
commit
5f98c40063
1536 changed files with 52911 additions and 424849 deletions
14
node_modules/@octokit/request/dist-src/index.js
generated
vendored
14
node_modules/@octokit/request/dist-src/index.js
generated
vendored
|
|
@ -1,9 +1,7 @@
|
|||
import { endpoint } from "@octokit/endpoint";
|
||||
import { getUserAgent } from "universal-user-agent";
|
||||
import { VERSION } from "./version";
|
||||
import withDefaults from "./with-defaults";
|
||||
export const request = withDefaults(endpoint, {
|
||||
headers: {
|
||||
"user-agent": `octokit-request.js/${VERSION} ${getUserAgent()}`,
|
||||
},
|
||||
});
|
||||
import defaults from "./defaults.js";
|
||||
import withDefaults from "./with-defaults.js";
|
||||
const request = withDefaults(endpoint, defaults);
|
||||
export {
|
||||
request
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue