@@ -512,7 +512,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
512
512
513
513
================================================================================
514
514
515
- Node.js 18.14.1
515
+ Node.js 18.18.2
516
516
517
517
Node.js is licensed for use as follows:
518
518
@@ -652,7 +652,7 @@ The externally maintained libraries used by Node.js are:
652
652
653
653
COPYRIGHT AND PERMISSION NOTICE
654
654
655
- Copyright © 1991-2022 Unicode, Inc. All rights reserved.
655
+ Copyright © 1991-2023 Unicode, Inc. All rights reserved.
656
656
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
657
657
658
658
Permission is hereby granted, free of charge, to any person obtaining
@@ -1155,9 +1155,6 @@ The externally maintained libraries used by Node.js are:
1155
1155
1156
1156
- libuv, located at deps/uv, is licensed as follows:
1157
1157
"""
1158
- libuv is licensed for use as follows:
1159
-
1160
- ====
1161
1158
Copyright (c) 2015-present libuv project contributors.
1162
1159
1163
1160
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1177,8 +1174,6 @@ The externally maintained libraries used by Node.js are:
1177
1174
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1178
1175
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1179
1176
IN THE SOFTWARE.
1180
- ====
1181
-
1182
1177
This license applies to parts of libuv originating from the
1183
1178
https://github.com/joyent/libuv repository:
1184
1179
@@ -1215,12 +1210,6 @@ The externally maintained libraries used by Node.js are:
1215
1210
- inet_pton and inet_ntop implementations, contained in src/inet.c, are
1216
1211
copyright the Internet Systems Consortium, Inc., and licensed under the ISC
1217
1212
license.
1218
-
1219
- - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
1220
- clause BSD license.
1221
-
1222
- - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
1223
- Three clause BSD license.
1224
1213
"""
1225
1214
1226
1215
- llhttp, located at deps/llhttp, is licensed as follows:
@@ -1808,7 +1797,7 @@ The externally maintained libraries used by Node.js are:
1808
1797
- zlib, located at deps/zlib, is licensed as follows:
1809
1798
"""
1810
1799
zlib.h -- interface of the 'zlib' general purpose compression library
1811
- version 1.2.13, October 13th , 2022
1800
+ version 1.2.13.1 , October xxth , 2022
1812
1801
1813
1802
Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
1814
1803
@@ -1854,6 +1843,47 @@ The externally maintained libraries used by Node.js are:
1854
1843
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1855
1844
"""
1856
1845
1846
+ - ada, located at deps/ada, is licensed as follows:
1847
+ """
1848
+ Copyright 2023 Ada authors
1849
+
1850
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1851
+ this software and associated documentation files (the "Software"), to deal in
1852
+ the Software without restriction, including without limitation the rights to
1853
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1854
+ the Software, and to permit persons to whom the Software is furnished to do so,
1855
+ subject to the following conditions:
1856
+
1857
+ The above copyright notice and this permission notice shall be included in all
1858
+ copies or substantial portions of the Software.
1859
+
1860
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1861
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1862
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1863
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1864
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1865
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1866
+ """
1867
+
1868
+ - minimatch, located at deps/minimatch, is licensed as follows:
1869
+ """
1870
+ The ISC License
1871
+
1872
+ Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
1873
+
1874
+ Permission to use, copy, modify, and/or distribute this software for any
1875
+ purpose with or without fee is hereby granted, provided that the above
1876
+ copyright notice and this permission notice appear in all copies.
1877
+
1878
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1879
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1880
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1881
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1882
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1883
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1884
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1885
+ """
1886
+
1857
1887
- npm, located at deps/npm, is licensed as follows:
1858
1888
"""
1859
1889
The npm application
0 commit comments