From c59b4db1f7caf884d2b966023f12aab77fccef4c Mon Sep 17 00:00:00 2001 From: KojBot Date: Wed, 2 Dec 2020 12:11:10 +0000 Subject: [PATCH] :page_facing_up: Update dependency license file [skip ci] --- .licenses/npm/@octokit/auth-token.dep.yml | 2 +- .licenses/npm/@octokit/core.dep.yml | 2 +- .licenses/npm/@octokit/endpoint.dep.yml | 2 +- .licenses/npm/@octokit/graphql.dep.yml | 2 +- .licenses/npm/@octokit/openapi-types.dep.yml | 20 +++++++++++++++++++ .../npm/@octokit/plugin-paginate-rest.dep.yml | 2 +- .../npm/@octokit/plugin-request-log.dep.yml | 2 +- .../plugin-rest-endpoint-methods.dep.yml | 2 +- .licenses/npm/@octokit/request-error.dep.yml | 2 +- .licenses/npm/@octokit/request.dep.yml | 2 +- .licenses/npm/@octokit/rest.dep.yml | 2 +- .licenses/npm/@octokit/types.dep.yml | 2 +- 12 files changed, 31 insertions(+), 11 deletions(-) create mode 100644 .licenses/npm/@octokit/openapi-types.dep.yml diff --git a/.licenses/npm/@octokit/auth-token.dep.yml b/.licenses/npm/@octokit/auth-token.dep.yml index b54dd4b..923d5e9 100644 --- a/.licenses/npm/@octokit/auth-token.dep.yml +++ b/.licenses/npm/@octokit/auth-token.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/auth-token" -version: 2.4.2 +version: 2.4.4 type: npm summary: GitHub API token authentication for browsers and Node.js homepage: https://github.com/octokit/auth-token.js#readme diff --git a/.licenses/npm/@octokit/core.dep.yml b/.licenses/npm/@octokit/core.dep.yml index aa31570..0f3f757 100644 --- a/.licenses/npm/@octokit/core.dep.yml +++ b/.licenses/npm/@octokit/core.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/core" -version: 3.2.1 +version: 3.2.2 type: npm summary: Extendable client for GitHub's REST & GraphQL APIs homepage: https://github.com/octokit/core.js#readme diff --git a/.licenses/npm/@octokit/endpoint.dep.yml b/.licenses/npm/@octokit/endpoint.dep.yml index 6958866..90ce76c 100644 --- a/.licenses/npm/@octokit/endpoint.dep.yml +++ b/.licenses/npm/@octokit/endpoint.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/endpoint" -version: 6.0.8 +version: 6.0.10 type: npm summary: Turns REST API endpoints into generic request options homepage: https://github.com/octokit/endpoint.js#readme diff --git a/.licenses/npm/@octokit/graphql.dep.yml b/.licenses/npm/@octokit/graphql.dep.yml index ad2435d..f56b1c5 100644 --- a/.licenses/npm/@octokit/graphql.dep.yml +++ b/.licenses/npm/@octokit/graphql.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/graphql" -version: 4.5.6 +version: 4.5.8 type: npm summary: GitHub GraphQL API client for browsers and Node homepage: https://github.com/octokit/graphql.js#readme diff --git a/.licenses/npm/@octokit/openapi-types.dep.yml b/.licenses/npm/@octokit/openapi-types.dep.yml new file mode 100644 index 0000000..4d468dc --- /dev/null +++ b/.licenses/npm/@octokit/openapi-types.dep.yml @@ -0,0 +1,20 @@ +--- +name: "@octokit/openapi-types" +version: 1.2.2 +type: npm +summary: Generated TypeScript definitions based on GitHub's OpenAPI spec +homepage: https://github.com/octokit/openapi-types.ts#readme +license: mit +licenses: +- sources: LICENSE + text: |- + Copyright 2020 Gregor Martynus + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +- sources: README.md + text: "[MIT](LICENSE)" +notices: [] diff --git a/.licenses/npm/@octokit/plugin-paginate-rest.dep.yml b/.licenses/npm/@octokit/plugin-paginate-rest.dep.yml index 9986840..a8454a7 100644 --- a/.licenses/npm/@octokit/plugin-paginate-rest.dep.yml +++ b/.licenses/npm/@octokit/plugin-paginate-rest.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/plugin-paginate-rest" -version: 2.4.0 +version: 2.6.1 type: npm summary: Octokit plugin to paginate REST API endpoint responses homepage: https://github.com/octokit/plugin-paginate-rest.js#readme diff --git a/.licenses/npm/@octokit/plugin-request-log.dep.yml b/.licenses/npm/@octokit/plugin-request-log.dep.yml index 97214a6..dc58923 100644 --- a/.licenses/npm/@octokit/plugin-request-log.dep.yml +++ b/.licenses/npm/@octokit/plugin-request-log.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/plugin-request-log" -version: 1.0.0 +version: 1.0.2 type: npm summary: Log all requests and request errors homepage: https://github.com/octokit/plugin-request-log.js#readme diff --git a/.licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml b/.licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml index 1023794..bc4544f 100644 --- a/.licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml +++ b/.licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/plugin-rest-endpoint-methods" -version: 4.2.1 +version: 4.3.0 type: npm summary: Octokit plugin adding one method for all of api.github.com REST API endpoints homepage: https://github.com/octokit/plugin-rest-endpoint-methods.js#readme diff --git a/.licenses/npm/@octokit/request-error.dep.yml b/.licenses/npm/@octokit/request-error.dep.yml index 71f3b2a..2da8ed8 100644 --- a/.licenses/npm/@octokit/request-error.dep.yml +++ b/.licenses/npm/@octokit/request-error.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/request-error" -version: 2.0.2 +version: 2.0.4 type: npm summary: Error class for Octokit request errors homepage: https://github.com/octokit/request-error.js#readme diff --git a/.licenses/npm/@octokit/request.dep.yml b/.licenses/npm/@octokit/request.dep.yml index 7e97edc..a32c7e8 100644 --- a/.licenses/npm/@octokit/request.dep.yml +++ b/.licenses/npm/@octokit/request.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/request" -version: 5.4.9 +version: 5.4.11 type: npm summary: Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node diff --git a/.licenses/npm/@octokit/rest.dep.yml b/.licenses/npm/@octokit/rest.dep.yml index 9c4f6dd..aeb8e17 100644 --- a/.licenses/npm/@octokit/rest.dep.yml +++ b/.licenses/npm/@octokit/rest.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/rest" -version: 18.0.9 +version: 18.0.10 type: npm summary: GitHub REST API client for Node.js homepage: https://github.com/octokit/rest.js#readme diff --git a/.licenses/npm/@octokit/types.dep.yml b/.licenses/npm/@octokit/types.dep.yml index ba6b1b8..6ede03d 100644 --- a/.licenses/npm/@octokit/types.dep.yml +++ b/.licenses/npm/@octokit/types.dep.yml @@ -1,6 +1,6 @@ --- name: "@octokit/types" -version: 5.5.0 +version: 6.0.1 type: npm summary: Shared TypeScript definitions for Octokit projects homepage: https://github.com/octokit/types.ts#readme