node-linux-arm64 20.19.3 → 20.19.4

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.19.4">20.19.4</a><br/>
12
13
  <a href="#20.19.3">20.19.3</a><br/>
13
14
  <a href="#20.19.2">20.19.2</a><br/>
14
15
  <a href="#20.19.1">20.19.1</a><br/>
@@ -72,6 +73,20 @@
72
73
  * [io.js](CHANGELOG_IOJS.md)
73
74
  * [Archive](CHANGELOG_ARCHIVE.md)
74
75
 
76
+ <a id="20.19.4"></a>
77
+
78
+ ## 2025-07-15, Version 20.19.4 'Iron' (LTS), @RafaelGSS
79
+
80
+ This is a security release.
81
+
82
+ ### Notable Changes
83
+
84
+ * (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize()
85
+
86
+ ### Commits
87
+
88
+ * \[[`db7b93fcef`](https://github.com/nodejs/node/commit/db7b93fcef)] - **(CVE-2025-27210)** **lib**: handle all windows reserved driver name (RafaelGSS) [nodejs-private/node-private#721](https://github.com/nodejs-private/node-private/pull/721)
89
+
75
90
  <a id="20.19.3"></a>
76
91
 
77
92
  ## 2025-06-23, Version 20.19.3 '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 19
27
- #define NODE_PATCH_VERSION 3
27
+ #define NODE_PATCH_VERSION 4
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-arm64",
3
- "version": "v20.19.3",
3
+ "version": "v20.19.4",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"