node-linux-arm64 18.20.3 → 18.20.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="#18.20.4">18.20.4</a><br/>
12
13
  <a href="#18.20.3">18.20.3</a><br/>
13
14
  <a href="#18.20.2">18.20.2</a><br/>
14
15
  <a href="#18.20.1">18.20.1</a><br/>
@@ -68,6 +69,22 @@
68
69
  * [io.js](CHANGELOG_IOJS.md)
69
70
  * [Archive](CHANGELOG_ARCHIVE.md)
70
71
 
72
+ <a id="18.20.4"></a>
73
+
74
+ ## 2024-07-08, Version 18.20.4 'Hydrogen' (LTS), @RafaelGSS
75
+
76
+ This is a security release.
77
+
78
+ ### Notable Changes
79
+
80
+ * CVE-2024-36138 - Bypass incomplete fix of CVE-2024-27980 (High)
81
+ * CVE-2024-22020 - Bypass network import restriction via data URL (Medium)
82
+
83
+ ### Commits
84
+
85
+ * \[[`85abedf1ff`](https://github.com/nodejs/node/commit/85abedf1ff)] - **lib,esm**: handle bypass network-import via data: (RafaelGSS) [nodejs-private/node-private#522](https://github.com/nodejs-private/node-private/pull/522)
86
+ * \[[`eccd63b865`](https://github.com/nodejs/node/commit/eccd63b865)] - **src**: handle permissive extension on cmd check (RafaelGSS) [nodejs-private/node-private#596](https://github.com/nodejs-private/node-private/pull/596)
87
+
71
88
  <a id="18.20.3"></a>
72
89
 
73
90
  ## 2024-05-21, Version 18.20.3 'Hydrogen' (LTS), @richardlau
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
26
  #define NODE_MINOR_VERSION 20
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 "Hydrogen"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v18.20.3",
3
+ "version": "v18.20.4",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"