Update checked-in dependencies
This commit is contained in:
parent
47dd08d5fa
commit
422a2796f6
28 changed files with 130 additions and 99 deletions
2
node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts
generated
vendored
2
node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts
generated
vendored
|
|
@ -1,4 +1,4 @@
|
|||
/// <reference types="node" resolution-mode="require"/>
|
||||
/// <reference types="node" />
|
||||
import type { Fetch } from "./Fetch.js";
|
||||
/**
|
||||
* Octokit-specific request options which are ignored for the actual request, but can be used by Octokit or plugins to manipulate how the request is sent or how a response is handled
|
||||
|
|
|
|||
2
node_modules/@octokit/types/dist-types/VERSION.d.ts
generated
vendored
2
node_modules/@octokit/types/dist-types/VERSION.d.ts
generated
vendored
|
|
@ -1 +1 @@
|
|||
export declare const VERSION = "13.6.0";
|
||||
export declare const VERSION = "13.6.1";
|
||||
|
|
|
|||
3
node_modules/@octokit/types/package.json
generated
vendored
3
node_modules/@octokit/types/package.json
generated
vendored
|
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
"name": "@octokit/types",
|
||||
"version": "13.6.0",
|
||||
"version": "13.6.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"type": "module",
|
||||
"description": "Shared TypeScript definitions for Octokit projects",
|
||||
"dependencies": {
|
||||
"@octokit/openapi-types": "^22.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue