node-linux-s390x 20.18.1 → 20.18.2

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="#20.18.2">20.18.2</a><br/>
12
13
  <a href="#20.18.1">20.18.1</a><br/>
13
14
  <a href="#20.18.0">20.18.0</a><br/>
14
15
  <a href="#20.17.0">20.17.0</a><br/>
@@ -66,6 +67,29 @@
66
67
  * [io.js](CHANGELOG_IOJS.md)
67
68
  * [Archive](CHANGELOG_ARCHIVE.md)
68
69
 
70
+ <a id="20.18.2"></a>
71
+
72
+ ## 2025-01-21, Version 20.18.2 'Iron' (LTS), @RafaelGSS
73
+
74
+ This is a security release.
75
+
76
+ ### Notable Changes
77
+
78
+ * CVE-2025-23083 - throw on InternalWorker use when permission model is enabled (High)
79
+ * CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR\_PROTO (Medium)
80
+ * CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
81
+
82
+ Dependency update:
83
+
84
+ * CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
85
+
86
+ ### Commits
87
+
88
+ * \[[`df8b9f2c3e`](https://github.com/nodejs/node/commit/df8b9f2c3e)] - **(CVE-2025-22150)** **deps**: update undici to v6.21.1 (Matteo Collina) [nodejs-private/node-private#663](https://github.com/nodejs-private/node-private/pull/663)
89
+ * \[[`42d5821873`](https://github.com/nodejs/node/commit/42d5821873)] - **(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)
90
+ * \[[`8187a4b9bb`](https://github.com/nodejs/node/commit/8187a4b9bb)] - **src**: fix HTTP2 mem leak on premature close and ERR\_PROTO (RafaelGSS)
91
+ * \[[`389f239a28`](https://github.com/nodejs/node/commit/389f239a28)] - **(CVE-2025-23083)** **src,loader,permission**: throw on InternalWorker use (RafaelGSS) [nodejs-private/node-private#652](https://github.com/nodejs-private/node-private/pull/652)
92
+
69
93
  <a id="20.18.1"></a>
70
94
 
71
95
  ## 2024-11-20, Version 20.18.1 'Iron' (LTS), @marco-ippolito
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
26
  #define NODE_MINOR_VERSION 18
27
- #define NODE_PATCH_VERSION 1
27
+ #define NODE_PATCH_VERSION 2
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Iron"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "v20.18.1",
3
+ "version": "v20.18.2",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"