node-linux-arm64 21.7.2 → 21.7.3

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
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#21.7.3">21.7.3</a><br/>
11
12
  <a href="#21.7.2">21.7.2</a><br/>
12
13
  <a href="#21.7.1">21.7.1</a><br/>
13
14
  <a href="#21.7.0">21.7.0</a><br/>
@@ -47,6 +48,20 @@
47
48
  * [io.js](CHANGELOG_IOJS.md)
48
49
  * [Archive](CHANGELOG_ARCHIVE.md)
49
50
 
51
+ <a id="21.7.3"></a>
52
+
53
+ ## 2024-04-10, Version 21.7.3 (Current), @RafaelGSS
54
+
55
+ This is a security release.
56
+
57
+ ### Notable Changes
58
+
59
+ * CVE-2024-27980 - Command injection via args parameter of `child_process.spawn` without shell option enabled on Windows
60
+
61
+ ### Commits
62
+
63
+ * \[[`9095c914ed`](https://github.com/nodejs/node/commit/9095c914ed)] - **src**: disallow direct .bat and .cmd file spawning (Ben Noordhuis) [nodejs-private/node-private#562](https://github.com/nodejs-private/node-private/pull/562)
64
+
50
65
  <a id="21.7.2"></a>
51
66
 
52
67
  ## 2024-04-03, Version 21.7.2 (Current), @RafaelGSS prepared by @marco-ippolito
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 21
26
26
  #define NODE_MINOR_VERSION 7
27
- #define NODE_PATCH_VERSION 2
27
+ #define NODE_PATCH_VERSION 3
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v21.7.2",
3
+ "version": "v21.7.3",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"