node-linux-s390x 16.18.0 → 16.18.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 valign="top">
12
+ <a href="#16.18.1">16.18.1</a><br/>
12
13
  <a href="#16.18.0">16.18.0</a><br/>
13
14
  <a href="#16.17.1">16.17.1</a><br/>
14
15
  <a href="#16.17.0">16.17.0</a><br/>
@@ -65,6 +66,24 @@
65
66
  * [io.js](CHANGELOG_IOJS.md)
66
67
  * [Archive](CHANGELOG_ARCHIVE.md)
67
68
 
69
+ <a id="16.18.1"></a>
70
+
71
+ ## 2022-11-04, Version 16.18.1 'Gallium' (LTS), @BethGriggs
72
+
73
+ This is a security release.
74
+
75
+ ### Notable changes
76
+
77
+ The following CVEs are fixed in this release:
78
+
79
+ * **[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548)**: DNS rebinding in --inspect via invalid octal IP address (Medium)
80
+
81
+ More detailed information on each of the vulnerabilities can be found in [November 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/) blog post.
82
+
83
+ ### Commits
84
+
85
+ * \[[`9ffddd7098`](https://github.com/nodejs/node/commit/9ffddd7098)] - **inspector**: harden IP address validation again (Tobias Nießen) [nodejs-private/node-private#354](https://github.com/nodejs-private/node-private/pull/354)
86
+
68
87
  <a id="16.18.0"></a>
69
88
 
70
89
  ## 2022-10-12, Version 16.18.0 'Gallium' (LTS), @juanarbol
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
26
  #define NODE_MINOR_VERSION 18
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 "Gallium"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "v16.18.0",
3
+ "version": "v16.18.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"