File tree Expand file tree Collapse file tree 1 file changed +26
-24
lines changed
doc/contributing/maintaining Expand file tree Collapse file tree 1 file changed +26
-24
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,22 @@ This a list of all the dependencies:
1616* [ cjs-module-lexer] [ ]
1717* [ corepack] [ ]
1818* [ googletest] [ ]
19- * [ histogram] [ ]
20- * [ icu-small] [ ]
21- * [ llhttp] [ ]
22- * [ minimatch] [ ]
23- * [ nghttp2] [ ]
24- * [ ngtcp2] [ ]
25- * [ npm] [ ]
26- * [ openssl] [ ]
27- * [ postject] [ ]
28- * [ simdutf] [ ]
29- * [ undici] [ ]
30- * [ uv] [ ]
31- * [ uvwasi] [ ]
32- * [ V8] [ ]
33- * [ zlib] [ ]
19+ * [ histogram 0.11.8] [ ]
20+ * [ icu-small 73.1] [ ]
21+ * [ libuv 1.44.2] [ ]
22+ * [ llhttp 8.1.0] [ ]
23+ * [ minimatch 9.0.0] [ ]
24+ * [ nghttp2 1.53.0] [ ]
25+ * [ nghttp3 0.7.0] [ ]
26+ * [ ngtcp2 0.8.1] [ ]
27+ * [ npm 9.6.7] [ ]
28+ * [ openssl 3.0.8] [ ]
29+ * [ postject 1.0.0-alpha.6] [ ]
30+ * [ simdutf 3.2.14] [ ]
31+ * [ undici 5.22.1] [ ]
32+ * [ uvwasi 0.0.16] [ ]
33+ * [ V8 11.3.244.8] [ ]
34+ * [ zlib 1.2.13] [ ]
3435
3536Any code which meets one or more of these conditions should
3637be managed as a dependency:
@@ -273,7 +274,7 @@ See [maintaining-openssl][] for more informations.
273274The [ postject] ( https://github.com/nodejs/postject ) dependency is used for the
274275[ Single Executable strategic initiative] ( https://github.com/nodejs/single-executable ) .
275276
276- ### simdutf
277+ ### simdutf 3.2.14
277278
278279The [ simdutf] ( https://github.com/simdutf/simdutf ) dependency is
279280a C++ library for fast UTF-8 decoding and encoding.
@@ -329,14 +330,15 @@ performance improvements not currently available in standard zlib.
329330[ maintaining-icu ] : ./maintaining-icu.md
330331[ maintaining-openssl ] : ./maintaining-openssl.md
331332[ maintaining-web-assembly ] : ./maintaining-web-assembly.md
332- [ minimatch ] : #minimatch
333- [ nghttp2 ] : #nghttp2
334- [ ngtcp2 ] : #ngtcp2
335- [ npm ] : #npm
336- [ openssl ] : #openssl
337- [ postject ] : #postject
338- [ simdutf ] : #simdutf
339- [ undici ] : #undici
333+ [ minimatch 9.0.0 ] : #minimatch-900
334+ [ nghttp2 1.53.0 ] : #nghttp2-1530
335+ [ nghttp3 0.7.0 ] : #nghttp3-070
336+ [ ngtcp2 0.8.1 ] : #ngtcp2-081
337+ [ npm 9.6.7 ] : #npm-967
338+ [ openssl 3.0.8 ] : #openssl-308
339+ [ postject 1.0.0-alpha.6 ] : #postject-100-alpha6
340+ [ simdutf 3.2.14 ] : #simdutf-3214
341+ [ undici 5.22.1 ] : #undici-5221
340342[ update-openssl-action ] : ../../../.github/workflows/update-openssl.yml
341343[ uv ] : #uv
342344[ uvwasi ] : #uvwasi
You can’t perform that action at this time.
0 commit comments