From 8ff5c6829f4c824ffec6cba741646097b40cfa1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:04:14 +0000 Subject: [PATCH] Update licensed cache and dist/ directory --- .../npm/@octokit/endpoint-11.0.0.dep.yml | 34 ------------------ .../npm/@octokit/endpoint-11.0.2.dep.yml | 34 ++++++++++++++++++ .../npm/@octokit/openapi-types-27.0.0.dep.yml | 20 +++++++++++ .licenses/npm/@octokit/request-10.0.3.dep.yml | 35 ------------------- .licenses/npm/@octokit/request-10.0.7.dep.yml | 35 +++++++++++++++++++ .../npm/@octokit/request-error-7.1.0.dep.yml | 34 ++++++++++++++++++ .licenses/npm/@octokit/types-16.0.0.dep.yml | 20 +++++++++++ 7 files changed, 143 insertions(+), 69 deletions(-) delete mode 100644 .licenses/npm/@octokit/endpoint-11.0.0.dep.yml create mode 100644 .licenses/npm/@octokit/endpoint-11.0.2.dep.yml create mode 100644 .licenses/npm/@octokit/openapi-types-27.0.0.dep.yml delete mode 100644 .licenses/npm/@octokit/request-10.0.3.dep.yml create mode 100644 .licenses/npm/@octokit/request-10.0.7.dep.yml create mode 100644 .licenses/npm/@octokit/request-error-7.1.0.dep.yml create mode 100644 .licenses/npm/@octokit/types-16.0.0.dep.yml diff --git a/.licenses/npm/@octokit/endpoint-11.0.0.dep.yml b/.licenses/npm/@octokit/endpoint-11.0.0.dep.yml deleted file mode 100644 index f4c78c9..0000000 --- a/.licenses/npm/@octokit/endpoint-11.0.0.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: '@octokit/endpoint' -version: 11.0.0 -type: npm -summary: Turns REST API endpoints into generic request options -homepage: -license: mit -licenses: - - sources: LICENSE - text: | - The MIT License - - Copyright (c) 2018 Octokit contributors - - 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/endpoint-11.0.2.dep.yml b/.licenses/npm/@octokit/endpoint-11.0.2.dep.yml new file mode 100644 index 0000000..13dfec5 --- /dev/null +++ b/.licenses/npm/@octokit/endpoint-11.0.2.dep.yml @@ -0,0 +1,34 @@ +--- +name: "@octokit/endpoint" +version: 11.0.2 +type: npm +summary: Turns REST API endpoints into generic request options +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License + + Copyright (c) 2018 Octokit contributors + + 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/openapi-types-27.0.0.dep.yml b/.licenses/npm/@octokit/openapi-types-27.0.0.dep.yml new file mode 100644 index 0000000..5619d7b --- /dev/null +++ b/.licenses/npm/@octokit/openapi-types-27.0.0.dep.yml @@ -0,0 +1,20 @@ +--- +name: "@octokit/openapi-types" +version: 27.0.0 +type: npm +summary: Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + Copyright (c) GitHub 2025 - Licensed as MIT. + + 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/request-10.0.3.dep.yml b/.licenses/npm/@octokit/request-10.0.3.dep.yml deleted file mode 100644 index ebc1f2f..0000000 --- a/.licenses/npm/@octokit/request-10.0.3.dep.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: '@octokit/request' -version: 10.0.3 -type: npm -summary: Send parameterized requests to GitHub's APIs with sensible defaults in browsers - and Node -homepage: -license: mit -licenses: - - sources: LICENSE - text: | - The MIT License - - Copyright (c) 2018 Octokit contributors - - 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/request-10.0.7.dep.yml b/.licenses/npm/@octokit/request-10.0.7.dep.yml new file mode 100644 index 0000000..c34f099 --- /dev/null +++ b/.licenses/npm/@octokit/request-10.0.7.dep.yml @@ -0,0 +1,35 @@ +--- +name: "@octokit/request" +version: 10.0.7 +type: npm +summary: Send parameterized requests to GitHub's APIs with sensible defaults in browsers + and Node +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License + + Copyright (c) 2018 Octokit contributors + + 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/request-error-7.1.0.dep.yml b/.licenses/npm/@octokit/request-error-7.1.0.dep.yml new file mode 100644 index 0000000..021cab3 --- /dev/null +++ b/.licenses/npm/@octokit/request-error-7.1.0.dep.yml @@ -0,0 +1,34 @@ +--- +name: "@octokit/request-error" +version: 7.1.0 +type: npm +summary: Error class for Octokit request errors +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License + + Copyright (c) 2019 Octokit contributors + + 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/types-16.0.0.dep.yml b/.licenses/npm/@octokit/types-16.0.0.dep.yml new file mode 100644 index 0000000..5b37005 --- /dev/null +++ b/.licenses/npm/@octokit/types-16.0.0.dep.yml @@ -0,0 +1,20 @@ +--- +name: "@octokit/types" +version: 16.0.0 +type: npm +summary: Shared TypeScript definitions for Octokit projects +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + MIT License Copyright (c) 2019 Octokit contributors + + 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 (including the next paragraph) 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: []