chore(deps): update node.js to v14.21.3 #525
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v14.18.3
->14.21.3
Release Notes
nodejs/node
v14.21.3
: 2023-02-16, Version 14.21.3 'Fermium' (LTS), @richardlauCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.
This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.
This security release also includes an npm update for Node.js 14 to address a number
of CVEs which either do not affect Node.js or are low severity in the context of Node.js. You
can get more details for the individual CVEs in
nodejs-dependency-vuln-assessments.
Commits
97a0443f13
] - build: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) nodejs-private/node-private#3749e6221529b
] - deps: cherry-pick Windows ARM64 fix for openssl (Richard Lau) #465660d5f86451d
] - deps: update archs files for OpenSSL-1.1.1t (RafaelGSS) #465668c11d17b40
] - deps: upgrade openssl sources to 1.1.1t (RafaelGSS) #46566224e93c9ef
] - deps: upgrade npm to 6.14.18 (Ruy Adorno) #45936d73ea4de13
] - doc: clarify release notes for Node.js 14.21.2 (Richard Lau) #45846f7892c16be
] - lib: makeRequireFunction patch when experimental policy (RafaelGSS) nodejs-private/node-private#358fa115ee8ac
] - module: protect against prototype mutation (Antoine du Hamel) #4400783975b7fb4
] - policy: makeRequireFunction on mainModule.require (RafaelGSS) nodejs-private/node-private#358a5f8798d7a
] - test: avoid left behind child processes (Richard Lau) #46276v14.21.2
: 2022-12-13, Version 14.21.2 'Fermium' (LTS), @richardlauCompare Source
Notable Changes
OpenSSL 1.1.1s
This update is a bugfix release and does not address any security
vulnerabilities.
Root certificates updated to NSS 3.85
Certificates added:
A626340
Certificates removed:
Time zone update to 2022f
Time zone data has been updated to 2022f. This includes changes to Daylight
Savings Time (DST) for Fiji and Mexico. For more information, see
https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.
Commits
436a596e99
] - crypto: update root certificates (Luigi Pinca) #454904b422d34af
] - deps: V8: cherry-pickd2db7fa
(Richard Lau) #45785625f4bf3a9
] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #4533148a9810de8
] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #452359f4e64b603
] - deps: update timezone to 2022f (Richard Lau) #45521f297b6bd21
] - deps: update archs files for OpenSSL-1.1.1s (RafaelGSS) #4527211629fef15
] - deps: upgrade openssl sources to 1.1.1s (RafaelGSS) #45272c3a90c4b44
] - http2: fix memory leak when nghttp2 hd threshold is reached (rogertyang) #41502785dc3efee
] - module: cjs-module-lexer WebAssembly fallback (Guy Bedford) #436122dbeb889f6
] - node-api: handle no support for external buffers (Michael Dawson) #451815b2ea124f3
] - test: add test to validate changelogs for releases (Richard Lau) #45325f13f889956
] - test: add a test to ensure the correctness of timezone upgrades (Darshan Sen) #452995608e6fa72
] - tools: update certdata.txt (Luigi Pinca) #45490d6f1d7107b
] - tools: have test-asan use ubuntu-20.04 (Filip Skokan) #45581370a00f737
] - tools: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) #41258v14.21.1
: 2022-11-04, Version 14.21.1 'Fermium' (LTS), @BethGriggsCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.
Commits
2b433af094
] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354v14.21.0
: 2022-11-01, Version 14.21.0 'Fermium' (LTS), @danielleadamsCompare Source
Notable changes
Commits
773f587912
] - deps: cherry-pick libuv/libuv@3a7b955
(Ben Noordhuis) #43950a1dea66956
] - deps: cherry-pick libuv/libuv@abb109f
(Ben Noordhuis) #4395098c49d81f5
] - deps: update corepack to 0.14.2 (Node.js GitHub Bot) #4477518c43c8518
] - deps: update timezone to tz2022e (Richard Lau) #45094a1f8e4db48
] - deps: update corepack to 0.14.1 (Node.js GitHub Bot) #44704e55389ca86
] - deps: update corepack to 0.14.0 (Node.js GitHub Bot) #445090227462418
] - deps: update corepack to 0.13.0 (Node.js GitHub Bot) #44318ee24c320ea
] - deps: update corepack to 0.12.3 (Node.js GitHub Bot) #4422928e9891449
] - deps: update corepack to 0.12.2 (Node.js GitHub Bot) #44159b6972c9df2
] - deps: update corepack to 0.12.1 (Node.js GitHub Bot) #439659d6cb3b5f1
] - deps: update corepack to 0.12.0 (Node.js GitHub Bot) #43748fa6c276b4f
] - deps: update Corepack to 0.11.2 (Maël Nison) #434024f83d75626
] - (SEMVER-MAJOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius) #431249487028043
] - test: fix intl tests on small-icu builds (Antoine du Hamel) #41939a1d52097f8
] - tools: add more options to track flaky tests (Antoine du Hamel) #43954v14.20.1
: 2022-09-23, Version 14.20.1 'Fermium' (LTS), @benglCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.
Commits
a9f1146b88
] - http: disable chunked encoding when OBS fold is used (Paolo Insogna) nodejs-private/node-private#341a1121b456c
] - src: fix IPv4 non routable validation (RafaelGSS) nodejs-private/node-private#337de80707870
] - src: fix IS_LTS and IS_RELEASE flags (Richard Lau) #43761v14.20.0
: 2022-07-07, Version 14.20.0 'Fermium' (LTS), @danielleadams prepared by @juanarbolCompare Source
This is a security release.
Notable Changes
8e8aef836c
] - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) #4312498965b137d
] - deps: upgrade openssl sources to 1.1.1q (RafaelGSS) #43686Commits
b93e048bf6
] - deps: update archs files for OpenSSL-1.1.1q (RafaelGSS) #4368698965b137d
] - deps: upgrade openssl sources to 1.1.1q (RafaelGSS) #43686837a1d803e
] - deps: update archs files for OpenSSL-1.1.1p (RafaelGSS) #43527c5d9c9a49e
] - deps: upgrade openssl sources to 1.1.1p (RafaelGSS) #43527da0fda0fe8
] - http: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) #31548c5aa5cab
] - src: fix IPv4 validation in inspector_socket (Tobias Nießen) nodejs-private/node-private#3208e8aef836c
] - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) #43124v14.19.3
: 2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlauCompare Source
Notable Changes
Commits
68397e49d9
] - deps: update archs files for OpenSSL-1.1.1o (RafaelGSS) #429567f9a5ed4a8
] - deps: upgrade openssl sources to 1.1.1o (RafaelGSS) #4295661eba58cb6
] - doc: add release key for Juan Arboleda (Juan José) #42961v14.19.2
: 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbolCompare Source
Notable Changes
doc:
Learn more at: #42102
Contributed by Bryan English (@bengl)
npm:
npm
tov6.14.17
.Learn more at: #42900
Contributed by Ruy Adorno (@ruyadorno)
V8:
vm
module, cherry-pickingcc9a8a37445e
from V8 solves this issue.
Learn more at: #41826
Contributed by Gus Caplan (@devsnek)
getHeapSnapshot()
was causing a Node.js crash due a V8 issue, this is fixed by backporting367b0c1e7a32
from V8.
Learn more at: #42637
Contributed by Chengzhong Wu (@legendecas)
Commits
c73ac527d6
] - build: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) #40147dcaed6db24
] - build: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) #422044203d132b1
] - child_process: queue pending messages (Erick Wendel) #41221a3ebdbfe8f
] - deps: upgrade npm to 6.14.17 (Ruy Adorno) #4290039e44f8382
] - deps: V8: cherry-pickcc9a8a3
(Gus Caplan) #41826b52a268b6f
] - deps: V8: cherry-pick367b0c1
(legendecas) #4263777ba012065
] - doc: fix documentation ofFileHandle.prototype.appendFile
(Antoine du Hamel) #425883d3d7ed1b7
] - doc: specify flag needed for JSON and Wasm modules (Rich Trott) #42736542d812c93
] - doc: use openpgp.org for keyserver examples (Nick Schonning) #392277f2825b1a9
] - doc: add release key for Bryan English (Bryan English) #4210275302d3dce
] - fs: fix write methods param validation and docs (Livia Medeiros) #41677d4171e0eac
] - stream: resume stream on drain (Robert Nagy) #41848de474c8b6f
] - worker: do not send message if port is closing (Rich Trott) #42357v14.19.1
: 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlauCompare Source
This is a security release.
Notable Changes
Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
BN_mod_sqrt()
reachable when parsing certificates (High)(CVE-2022-0778)More details are available at https://www.openssl.org/news/secadv/20220315.txt
Commits
b5c52e337e
] - build: pin Windows GitHub runner to windows-2019 (Richard Lau) #423503b1a0b24f0
] - deps: update archs files for OpenSSL-1.1.1n (Richard Lau) #42347c83dd99e0b
] - deps: upgrade openssl sources to 1.1.1n (Richard Lau) #42347v14.19.0
: 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlauCompare Source
Notable Changes
Corepack
Node.js now includes Corepack, a script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development.
In practical terms, Corepack will let you use Yarn and pnpm without having to install them - just like what currently happens with npm, which is shipped in Node.js by default.
Please head over to the Corepack documentation page for more information on how to use it.
Contributed by Maël Nison - #39608
ICU updated
ICU has been updated to 70.1. This updates timezone database to 2021a3, including bringing forward the start for DST for Jordan from March to February.
Contributed by Michaël Zasso - #40658
New option to disable loading of native addons
A new command line option
--no-addons
has been added to disallow loading of native addons.Contributed by Dominic Elm - #39977
Updated Root Certificates
Root certificates have been updated to those from Mozilla's Network Security Services 3.71.
Contributed by Richard Lau - #40280
Other Notable Changes
0d448eaab5
] - (SEMVER-MINOR) crypto: make FIPS related options always available (Vít Ondruch) #36341004eafbebf
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433625be7585d
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #40433607bc74eae
] - (SEMVER-MINOR) module: support pattern trailers (Guy Bedford) #39635f74fe2a59c
] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #39926Commits
0231ffa501
] - build: add--without-corepack
(Jonah Snider) #410605389b8ab05
] - crypto: update root certificates (Richard Lau) #402800d448eaab5
] - (SEMVER-MINOR) crypto: make FIPS related options always available (Vít Ondruch) #36341cd20ecc7cb
] - deps: upgrade Corepack to 0.10 (Maël Nison) #40374737df75e17
] - (SEMVER-MINOR) deps: add corepack (Maël Nison) #39608b85aa5a143
] - deps: upgrade npm to 6.14.16 (Ruy Adorno) #416032755d391a5
] - deps: update ICU to 70.1 (Michaël Zasso) #406583089326d89
] - deps: update archs files for OpenSSL-1.1.1m (Richard Lau) #4117359da7c12aa
] - deps: upgrade openssl sources to 1.1.1m (Richard Lau) #41173cede1f26f6
] - deps: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) #406314477da858f
] - doc: fix corepack grammar for--force
flag (Steven) #407625971d58600
] - doc: add missing YAML tag inesm.md
(Antoine du Hamel) #41516e903798ae1
] - doc: add note regarding unfinished TLA (Antoine du Hamel) #41434a90defebcf
] - esm: makeprocess.exit()
default to exit code 0 (Gang Chen) #41388fc328f1ab0
] - fs: nullish coalescing to respect zero positional reads (Omar El-Mihilmy) #40716004eafbebf
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433625be7585d
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #404332c365961d0
] - module: support pattern trailers for imports field (Guy Bedford) #40041607bc74eae
] - (SEMVER-MINOR) module: support pattern trailers (Guy Bedford) #39635f74fe2a59c
] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #39926b050c65885
] - src: add option to disable loading native addons (Dominic Elm) #39977c1695ac68a
] - tools: update certdata.txt (Richard Lau) #40280Configuration
📅 Schedule: Branch creation - "before 12pm on Tuesday,before 12pm on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.