node-linux-arm64 24.0.1 → 24.0.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 +15 -0
- package/bin/node +0 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#24.0.2">24.0.2</a><br/>
|
|
11
12
|
<a href="#24.0.1">24.0.1</a><br/>
|
|
12
13
|
<a href="#24.0.0">24.0.0</a><br/>
|
|
13
14
|
</td>
|
|
@@ -40,6 +41,20 @@
|
|
|
40
41
|
* [io.js](CHANGELOG_IOJS.md)
|
|
41
42
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
42
43
|
|
|
44
|
+
<a id="24.0.2"></a>
|
|
45
|
+
|
|
46
|
+
## 2025-05-14, Version 24.0.2 (Current), @RafaelGSS
|
|
47
|
+
|
|
48
|
+
This is a security release.
|
|
49
|
+
|
|
50
|
+
### Notable Changes
|
|
51
|
+
|
|
52
|
+
* (CVE-2025-23166) fix error handling on async crypto operation
|
|
53
|
+
|
|
54
|
+
### Commits
|
|
55
|
+
|
|
56
|
+
* \[[`7d0c17b2ad`](https://github.com/nodejs/node/commit/7d0c17b2ad)] - **(CVE-2025-23166)** **src**: fix error handling on async crypto operations (RafaelGSS) [nodejs-private/node-private#688](https://github.com/nodejs-private/node-private/pull/688)
|
|
57
|
+
|
|
43
58
|
<a id="24.0.1"></a>
|
|
44
59
|
|
|
45
60
|
## 2025-05-08, Version 24.0.1 (Current), @aduh95
|
package/bin/node
CHANGED
|
Binary file
|