node-aix-ppc64 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
@@ -5997,7 +5997,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_87E8306D_0x18b1e
5997
5997
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xe024b3244e0d65d2
5998
5998
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0xd1d01372b263d45d
5999
5999
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x752cde940e7dfac2
6000
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x39639a69027d399
6000
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x4d37d11a258a2aed
6001
6001
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
6002
6002
  _GLOBAL__I_65535_0__Z16_register_configv
6003
6003
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -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-aix-ppc64",
3
- "version": "v21.7.2",
3
+ "version": "v21.7.3",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"