Skip to content

Commit 56b489b

Browse files
committed
Update dependencies
1 parent 6758fe0 commit 56b489b

6 files changed

Lines changed: 6606 additions & 9911 deletions

File tree

dist/LICENSE

Lines changed: 38 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -451,49 +451,34 @@ debug
451451
MIT
452452
(The MIT License)
453453

454-
Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
454+
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
455+
Copyright (c) 2018-2021 Josh Junon
455456

456-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
457-
and associated documentation files (the 'Software'), to deal in the Software without restriction,
458-
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
457+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
458+
and associated documentation files (the 'Software'), to deal in the Software without restriction,
459+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
459460
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
460461
subject to the following conditions:
461462

462-
The above copyright notice and this permission notice shall be included in all copies or substantial
463+
The above copyright notice and this permission notice shall be included in all copies or substantial
463464
portions of the Software.
464465

465-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
466-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
467-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
468-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
466+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
467+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
468+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
469+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
469470
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
470471

471472

472473

473-
deprecation
474-
ISC
475-
The ISC License
476-
477-
Copyright (c) Gregor Martynus and contributors
478-
479-
Permission to use, copy, modify, and/or distribute this software for any
480-
purpose with or without fee is hereby granted, provided that the above
481-
copyright notice and this permission notice appear in all copies.
482-
483-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
484-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
485-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
486-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
487-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
488-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
489-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
490-
491-
492-
globrex
474+
fast-content-type-parse
493475
MIT
494476
MIT License
495477

496-
Copyright (c) 2018 Terkel Gjervig Nielsen
478+
Copyright (c) 2023 The Fastify Team
479+
480+
The Fastify team members are listed at https://github.com/fastify/fastify#team
481+
and in the README file.
497482

498483
Permission is hereby granted, free of charge, to any person obtaining a copy
499484
of this software and associated documentation files (the "Software"), to deal
@@ -513,18 +498,29 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
513498
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
514499
SOFTWARE.
515500

516-
517-
has-flag
501+
globrex
518502
MIT
519503
MIT License
520504

521-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
505+
Copyright (c) 2018 Terkel Gjervig Nielsen
522506

523-
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:
507+
Permission is hereby granted, free of charge, to any person obtaining a copy
508+
of this software and associated documentation files (the "Software"), to deal
509+
in the Software without restriction, including without limitation the rights
510+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
511+
copies of the Software, and to permit persons to whom the Software is
512+
furnished to do so, subject to the following conditions:
524513

525-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
514+
The above copyright notice and this permission notice shall be included in all
515+
copies or substantial portions of the Software.
526516

527-
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.
517+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
518+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
519+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
520+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
521+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
522+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
523+
SOFTWARE.
528524

529525

530526
https-proxy-agent
@@ -552,36 +548,11 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
552548
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
553549
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
554550

555-
is-plain-object
556-
MIT
557-
The MIT License (MIT)
558-
559-
Copyright (c) 2014-2017, Jon Schlinkert.
560-
561-
Permission is hereby granted, free of charge, to any person obtaining a copy
562-
of this software and associated documentation files (the "Software"), to deal
563-
in the Software without restriction, including without limitation the rights
564-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
565-
copies of the Software, and to permit persons to whom the Software is
566-
furnished to do so, subject to the following conditions:
567-
568-
The above copyright notice and this permission notice shall be included in
569-
all copies or substantial portions of the Software.
570-
571-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
572-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
573-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
574-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
575-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
576-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
577-
THE SOFTWARE.
578-
579-
580-
ms
551+
json-with-bigint
581552
MIT
582-
The MIT License (MIT)
553+
MIT License
583554

584-
Copyright (c) 2016 Zeit, Inc.
555+
Copyright (c) 2023 Ivan Korolenko
585556

586557
Permission is hereby granted, free of charge, to any person obtaining a copy
587558
of this software and associated documentation files (the "Software"), to deal
@@ -602,11 +573,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
602573
SOFTWARE.
603574

604575

605-
node-fetch
576+
ms
606577
MIT
607578
The MIT License (MIT)
608579

609-
Copyright (c) 2016 David Frank
580+
Copyright (c) 2020 Vercel, Inc.
610581

611582
Permission is hereby granted, free of charge, to any person obtaining a copy
612583
of this software and associated documentation files (the "Software"), to deal
@@ -627,108 +598,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
627598
SOFTWARE.
628599

629600

630-
631-
once
632-
ISC
633-
The ISC License
634-
635-
Copyright (c) Isaac Z. Schlueter and Contributors
636-
637-
Permission to use, copy, modify, and/or distribute this software for any
638-
purpose with or without fee is hereby granted, provided that the above
639-
copyright notice and this permission notice appear in all copies.
640-
641-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
642-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
643-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
644-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
645-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
646-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
647-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
648-
649-
650-
supports-color
651-
MIT
652-
MIT License
653-
654-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
655-
656-
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:
657-
658-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
659-
660-
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.
661-
662-
663-
tr46
664-
MIT
665-
666601
universal-user-agent
667602
ISC
668603
# [ISC License](https://spdx.org/licenses/ISC)
669604

670-
Copyright (c) 2018, Gregor Martynus (https://github.com/gr2m)
605+
Copyright (c) 2018-2021, Gregor Martynus (https://github.com/gr2m)
671606

672607
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
673608

674609
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
675-
676-
677-
webidl-conversions
678-
BSD-2-Clause
679-
# The BSD 2-Clause License
680-
681-
Copyright (c) 2014, Domenic Denicola
682-
All rights reserved.
683-
684-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
685-
686-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
687-
688-
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.
689-
690-
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.
691-
692-
693-
whatwg-url
694-
MIT
695-
The MIT License (MIT)
696-
697-
Copyright (c) 2015–2016 Sebastian Mayr
698-
699-
Permission is hereby granted, free of charge, to any person obtaining a copy
700-
of this software and associated documentation files (the "Software"), to deal
701-
in the Software without restriction, including without limitation the rights
702-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
703-
copies of the Software, and to permit persons to whom the Software is
704-
furnished to do so, subject to the following conditions:
705-
706-
The above copyright notice and this permission notice shall be included in
707-
all copies or substantial portions of the Software.
708-
709-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
710-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
711-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
712-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
713-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
714-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
715-
THE SOFTWARE.
716-
717-
718-
wrappy
719-
ISC
720-
The ISC License
721-
722-
Copyright (c) Isaac Z. Schlueter and Contributors
723-
724-
Permission to use, copy, modify, and/or distribute this software for any
725-
purpose with or without fee is hereby granted, provided that the above
726-
copyright notice and this permission notice appear in all copies.
727-
728-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
729-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
730-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
731-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
732-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
733-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
734-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)