node-linux-arm64 22.17.0 → 22.17.1

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="#22.17.1">22.17.1</a><br/>
12
13
  <a href="#22.17.0">22.17.0</a><br/>
13
14
  <a href="#22.16.0">22.16.0</a><br/>
14
15
  <a href="#22.15.1">22.15.1</a><br/>
@@ -61,6 +62,21 @@
61
62
  * [io.js](CHANGELOG_IOJS.md)
62
63
  * [Archive](CHANGELOG_ARCHIVE.md)
63
64
 
65
+ <a id="22.17.1"></a>
66
+
67
+ ## 2025-07-15, Version 22.17.1 'Jod' (LTS), @RafaelGSS
68
+
69
+ This is a security release.
70
+
71
+ ### Notable Changes
72
+
73
+ * (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize()
74
+
75
+ ### Commits
76
+
77
+ * \[[`8cf5d66ab7`](https://github.com/nodejs/node/commit/8cf5d66ab7)] - **(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)
78
+ * \[[`9c0cb487ec`](https://github.com/nodejs/node/commit/9c0cb487ec)] - **win,build**: fix MSVS v17.14 compilation issue (StefanStojanovic) [#58902](https://github.com/nodejs/node/pull/58902)
79
+
64
80
  <a id="22.17.0"></a>
65
81
 
66
82
  ## 2025-06-24, Version 22.17.0 'Jod' (LTS), @aduh95
package/bin/node CHANGED
Binary file
@@ -38,7 +38,7 @@
38
38
 
39
39
  # Reset this number to 0 on major V8 upgrades.
40
40
  # Increment by one for each non-official patch applied to deps/v8.
41
- 'v8_embedder_string': '-node.26',
41
+ 'v8_embedder_string': '-node.27',
42
42
 
43
43
  ##### V8 defaults for Node.js #####
44
44
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 22
26
26
  #define NODE_MINOR_VERSION 17
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Jod"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v22.17.0",
3
+ "version": "v22.17.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"