node-linux-arm64 18.20.5 → 18.20.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td>
12
+ <a href="#18.20.6">18.20.6</a><br/>
12
13
  <a href="#18.20.5">18.20.5</a><br/>
13
14
  <a href="#18.20.4">18.20.4</a><br/>
14
15
  <a href="#18.20.3">18.20.3</a><br/>
@@ -70,6 +71,31 @@
70
71
  * [io.js](CHANGELOG_IOJS.md)
71
72
  * [Archive](CHANGELOG_ARCHIVE.md)
72
73
 
74
+ <a id="18.20.6"></a>
75
+
76
+ ## 2025-01-21, Version 18.20.6 'Hydrogen' (LTS), @RafaelGSS
77
+
78
+ This is a security release.
79
+
80
+ ### Notable Changes
81
+
82
+ * CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR\_PROTO (Medium)
83
+ * CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
84
+
85
+ Dependency update:
86
+
87
+ * CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
88
+
89
+ ### Commits
90
+
91
+ * \[[`c03ad5ed63`](https://github.com/nodejs/node/commit/c03ad5ed63)] - **build**: use rclone instead of aws CLI (Michaël Zasso) [#55617](https://github.com/nodejs/node/pull/55617)
92
+ * \[[`8232463294`](https://github.com/nodejs/node/commit/8232463294)] - **build, tools**: drop leading `/` from `r2dir` (Richard Lau) [#53951](https://github.com/nodejs/node/pull/53951)
93
+ * \[[`b26bcd3394`](https://github.com/nodejs/node/commit/b26bcd3394)] - **build, tools**: copy release assets to staging R2 bucket once built (flakey5) [#51394](https://github.com/nodejs/node/pull/51394)
94
+ * \[[`56df127b7b`](https://github.com/nodejs/node/commit/56df127b7b)] - **build,tools**: simplify upload of shasum signatures (Michaël Zasso) [#53892](https://github.com/nodejs/node/pull/53892)
95
+ * \[[`a63e9372ed`](https://github.com/nodejs/node/commit/a63e9372ed)] - **(CVE-2025-22150)** **deps**: update undici to v5.28.5 (Matteo Collina) [nodejs-private/node-private#657](https://github.com/nodejs-private/node-private/pull/657)
96
+ * \[[`da2d177f91`](https://github.com/nodejs/node/commit/da2d177f91)] - **(CVE-2025-23084)** **path**: fix path traversal in normalize() on Windows (Tobias Nießen) [nodejs-private/node-private#555](https://github.com/nodejs-private/node-private/pull/555)
97
+ * \[[`6cc8d58e6f`](https://github.com/nodejs/node/commit/6cc8d58e6f)] - **(CVE-2025-23085)** **src**: fix HTTP2 mem leak on premature close and ERR\_PROTO (RafaelGSS) [nodejs-private/node-private#650](https://github.com/nodejs-private/node-private/pull/650)
98
+
73
99
  <a id="18.20.5"></a>
74
100
 
75
101
  ## 2024-11-12, Version 18.20.5 'Hydrogen' (LTS), @aduh95
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
26
  #define NODE_MINOR_VERSION 20
27
- #define NODE_PATCH_VERSION 5
27
+ #define NODE_PATCH_VERSION 6
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Hydrogen"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v18.20.5",
3
+ "version": "v18.20.6",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"