node-linux-arm64 22.15.0 → 22.15.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.15.1">22.15.1</a><br/>
12
13
  <a href="#22.15.0">22.15.0</a><br/>
13
14
  <a href="#22.14.0">22.14.0</a><br/>
14
15
  <a href="#22.13.1">22.13.1</a><br/>
@@ -58,6 +59,23 @@
58
59
  * [io.js](CHANGELOG_IOJS.md)
59
60
  * [Archive](CHANGELOG_ARCHIVE.md)
60
61
 
62
+ <a id="22.15.1"></a>
63
+
64
+ ## 2025-05-14, Version 22.15.1 'Jod' (LTS), @RafaelGSS
65
+
66
+ This is a security release.
67
+
68
+ ### Notable Changes
69
+
70
+ * (CVE-2025-23166) fix error handling on async crypto operation
71
+ * (CVE-2025-23165) add missing call to uv\_fs\_req\_cleanup
72
+
73
+ ### Commits
74
+
75
+ * \[[`edaf54da00`](https://github.com/nodejs/node/commit/edaf54da00)] - **fs**: added test for missing call to uv\_fs\_req\_cleanup (Justin Nietzel) [#57811](https://github.com/nodejs/node/pull/57811)
76
+ * \[[`9f403e98ef`](https://github.com/nodejs/node/commit/9f403e98ef)] - **(CVE-2025-23165)** **fs**: add missing call to uv\_fs\_req\_cleanup (Justin Nietzel) [#57811](https://github.com/nodejs/node/pull/57811)
77
+ * \[[`f4494d38f1`](https://github.com/nodejs/node/commit/f4494d38f1)] - **(CVE-2025-23166)** **src**: fix error handling on async crypto operations (RafaelGSS) [nodejs-private/node-private#709](https://github.com/nodejs-private/node-private/pull/709)
78
+
61
79
  <a id="22.15.0"></a>
62
80
 
63
81
  ## 2025-04-23, Version 22.15.0 'Jod' (LTS), @UlisesGascon prepared by @RafaelGSS
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 22
26
26
  #define NODE_MINOR_VERSION 15
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.15.0",
3
+ "version": "v22.15.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"