Skip to content

Commit 189953c

Browse files
committed
Update dependencies
1 parent 8361e49 commit 189953c

File tree

5 files changed

+27883
-6802
lines changed

5 files changed

+27883
-6802
lines changed

dist/LICENSE

Lines changed: 47 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,28 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3535
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3636

3737

38+
@fastify/busboy
39+
MIT
40+
Copyright Brian White. All rights reserved.
41+
42+
Permission is hereby granted, free of charge, to any person obtaining a copy
43+
of this software and associated documentation files (the "Software"), to
44+
deal in the Software without restriction, including without limitation the
45+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
46+
sell copies of the Software, and to permit persons to whom the Software is
47+
furnished to do so, subject to the following conditions:
48+
49+
The above copyright notice and this permission notice shall be included in
50+
all copies or substantial portions of the Software.
51+
52+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
57+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
58+
IN THE SOFTWARE.
59+
3860
@octokit/auth-token
3961
MIT
4062
The MIT License
@@ -244,16 +266,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
244266
THE SOFTWARE.
245267

246268

247-
@vercel/ncc
248-
MIT
249-
Copyright 2018 ZEIT, Inc.
250-
251-
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:
252-
253-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
254-
255-
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.
256-
257269
argparse
258270
Python-2.0
259271
A. HISTORY OF THE SOFTWARE
@@ -957,31 +969,6 @@ PERFORMANCE OF THIS SOFTWARE.
957969

958970

959971

960-
is-plain-object
961-
MIT
962-
The MIT License (MIT)
963-
964-
Copyright (c) 2014-2017, Jon Schlinkert.
965-
966-
Permission is hereby granted, free of charge, to any person obtaining a copy
967-
of this software and associated documentation files (the "Software"), to deal
968-
in the Software without restriction, including without limitation the rights
969-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
970-
copies of the Software, and to permit persons to whom the Software is
971-
furnished to do so, subject to the following conditions:
972-
973-
The above copyright notice and this permission notice shall be included in
974-
all copies or substantial portions of the Software.
975-
976-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
977-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
978-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
979-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
980-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
981-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
982-
THE SOFTWARE.
983-
984-
985972
jsonfile
986973
MIT
987974
(The MIT License)
@@ -1020,32 +1007,6 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
10201007
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10211008

10221009

1023-
node-fetch
1024-
MIT
1025-
The MIT License (MIT)
1026-
1027-
Copyright (c) 2016 David Frank
1028-
1029-
Permission is hereby granted, free of charge, to any person obtaining a copy
1030-
of this software and associated documentation files (the "Software"), to deal
1031-
in the Software without restriction, including without limitation the rights
1032-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1033-
copies of the Software, and to permit persons to whom the Software is
1034-
furnished to do so, subject to the following conditions:
1035-
1036-
The above copyright notice and this permission notice shall be included in all
1037-
copies or substantial portions of the Software.
1038-
1039-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1040-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1041-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1042-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1043-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1044-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1045-
SOFTWARE.
1046-
1047-
1048-
10491010
object-resolve-path
10501011
MIT
10511012
The MIT License (MIT)
@@ -1160,9 +1121,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11601121
SOFTWARE.
11611122

11621123

1163-
tr46
1164-
MIT
1165-
11661124
tunnel
11671125
MIT
11681126
The MIT License (MIT)
@@ -1188,6 +1146,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11881146
THE SOFTWARE.
11891147

11901148

1149+
undici
1150+
MIT
1151+
MIT License
1152+
1153+
Copyright (c) Matteo Collina and Undici contributors
1154+
1155+
Permission is hereby granted, free of charge, to any person obtaining a copy
1156+
of this software and associated documentation files (the "Software"), to deal
1157+
in the Software without restriction, including without limitation the rights
1158+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1159+
copies of the Software, and to permit persons to whom the Software is
1160+
furnished to do so, subject to the following conditions:
1161+
1162+
The above copyright notice and this permission notice shall be included in all
1163+
copies or substantial portions of the Software.
1164+
1165+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1166+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1167+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1168+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1169+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1170+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1171+
SOFTWARE.
1172+
1173+
11911174
universal-user-agent
11921175
ISC
11931176
# [ISC License](https://spdx.org/licenses/ISC)
@@ -1236,47 +1219,6 @@ The above copyright notice and this permission notice shall be included in all c
12361219
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.
12371220

12381221

1239-
webidl-conversions
1240-
BSD-2-Clause
1241-
# The BSD 2-Clause License
1242-
1243-
Copyright (c) 2014, Domenic Denicola
1244-
All rights reserved.
1245-
1246-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1247-
1248-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1249-
1250-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1251-
1252-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1253-
1254-
1255-
whatwg-url
1256-
MIT
1257-
The MIT License (MIT)
1258-
1259-
Copyright (c) 2015–2016 Sebastian Mayr
1260-
1261-
Permission is hereby granted, free of charge, to any person obtaining a copy
1262-
of this software and associated documentation files (the "Software"), to deal
1263-
in the Software without restriction, including without limitation the rights
1264-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1265-
copies of the Software, and to permit persons to whom the Software is
1266-
furnished to do so, subject to the following conditions:
1267-
1268-
The above copyright notice and this permission notice shall be included in
1269-
all copies or substantial portions of the Software.
1270-
1271-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1272-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1273-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1274-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1275-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1276-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1277-
THE SOFTWARE.
1278-
1279-
12801222
wrappy
12811223
ISC
12821224
The ISC License

0 commit comments

Comments
 (0)