Skip to content

chore(): pin node.js vv16.20.2 #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2022

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node (source) minor 16.16.0 -> 16.20.2 age adoption passing confidence
node (source) engines minor >=v16.16.0 -> >=16.20.2 age adoption passing confidence
@types/node (source) devDependencies minor ^16.11.49 -> ^16.18.126 age adoption passing confidence
node final minor 16-alpine -> 16.20.2-alpine age adoption passing confidence
node stage minor 16-alpine -> 16.20.2-alpine age adoption passing confidence

Release Notes

nodejs/node (node)

v16.20.2: 2023-08-09, Version 16.20.2 'Gallium' (LTS), @​RafaelGSS

Compare 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 August 2023 Security Releases blog post.

Commits

v16.20.1: 2023-06-20, Version 16.20.1 'Gallium' (LTS), @​RafaelGSS

Compare 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 June 2023 Security Releases blog post.

Commits

v16.20.0: 2023-03-29, Version 16.20.0 'Gallium' (LTS), @​BethGriggs

Compare Source

Notable Changes
  • deps:
    • update undici to 5.20.0 (Node.js GitHub Bot) #​46711
    • update c-ares to 1.19.0 (Michaël Zasso) #​46415
    • upgrade npm to 8.19.4 (npm team) #​46677
    • update corepack to 0.17.0 (Node.js GitHub Bot) #​46842
  • (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #​44376
Commits

v16.19.1: 2023-02-16, Version 16.19.1 'Gallium' (LTS), @​richardlau

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

  • CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
  • CVE-2023-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
  • CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)

Fixed by an update to undici:

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.

Commits

v16.19.0: 2022-12-13, Version 16.19.0 'Gallium' (LTS), @​richardlau

Compare 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:

  • Autoridad de Certificacion Firmaprofesional CIF A626340
  • Certainly Root E1
  • Certainly Root R1
  • D-TRUST BR Root CA 1 2020
  • D-TRUST EV Root CA 1 2020
  • DigiCert TLS ECC P384 Root G5
  • DigiCert TLS RSA4096 Root G5
  • E-Tugra Global Root CA ECC v3
  • E-Tugra Global Root CA RSA v3
  • HiPKI Root CA - G1
  • ISRG Root X2
  • Security Communication ECC RootCA1
  • Security Communication RootCA3
  • Telia Root CA v2
  • vTrus ECC Root CA
  • vTrus Root CA

Certificates removed:

  • Cybertrust Global Root
  • DST Root CA X3
  • GlobalSign Root CA - R2
  • Hellenic Academic and Research Institutions RootCA 2011
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.

Other Notable Changes

Dependency updates:

Experimental features:

Commits

v16.18.1: 2022-11-04, Version 16.18.1 'Gallium' (LTS), @​BethGriggs

Compare Source

This is a security release.

Notable changes

The following CVEs are fixed in this release:

  • CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address (Medium)

More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.

Commits

v16.18.0: 2022-10-12, Version 16.18.0 'Gallium' (LTS), @​juanarbol

Compare Source

Notable changes
  • [1cc050eaa8] - (SEMVER-MINOR) assert: add getCalls and reset to callTracker (Moshe Atlow) #​44191
  • [e5c9975f11] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #​44201
  • [317cd051ce] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #​44201
  • [f80bdc5ef3] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #​44588
  • [8398e98b1b] - (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh) #​43974
  • [2cd2f56962] - (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks) #​44378
  • [6be761e8a9] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #​44045
  • [1400796cef] - (SEMVER-MINOR) net,tls: pass a valid socket on tlsClientError (Daeyeon Jeong) #​44021
  • [092239a7f1] - (SEMVER-MINOR) net: add local family (theanarkh) #​43975
  • [381e11e18e] - (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu) #​44255
  • [2ba547aa5b] - (SEMVER-MINOR) src: expose environment RequestInterrupt api (Chengzhong Wu) #​44362
  • [6ed3367155] - (SEMVER-MINOR) stream: add ReadableByteStream.tee() (Daeyeon Jeong) #​44505
  • [0fbedac6ce] - (SEMVER-MINOR) test_runner: add before/after/each hooks (Moshe Atlow) #​43730
  • [70563b53c5] - (SEMVER-MINOR) util: add maxArrayLength option to Set and Map (Kohei Ueno) #​43576
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 5c681a8 to a70f35e Compare August 19, 2022 19:30
@renovate renovate bot changed the title chore(): pin node.js to v16.17.0 chore(): pin node.js vv16.17.0 Aug 19, 2022
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 6 times, most recently from f75bbd7 to 7da1201 Compare August 24, 2022 05:21
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 2 times, most recently from dc78a3e to 9a1ad8e Compare September 7, 2022 22:16
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 9a1ad8e to d6fd5e1 Compare September 14, 2022 01:46
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from d6fd5e1 to 6f3f97a Compare September 23, 2022 17:22
@renovate renovate bot changed the title chore(): pin node.js vv16.17.0 chore(): pin node.js vv16.17.1 Sep 23, 2022
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 3 times, most recently from 02b5d41 to c96a644 Compare September 26, 2022 20:38
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 2 times, most recently from 79666f0 to 3dddf6d Compare October 4, 2022 00:03
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 2 times, most recently from 71287f8 to 6e00f72 Compare October 12, 2022 16:14
@renovate renovate bot changed the title chore(): pin node.js vv16.17.1 chore(): pin node.js vv16.18.0 Oct 12, 2022
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 6e00f72 to d60c381 Compare October 15, 2022 21:50
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from d60c381 to 77047dc Compare March 16, 2023 09:52
@renovate renovate bot changed the title chore(): pin node.js vv16.18.0 chore(): pin node.js vv16.19.1 Mar 16, 2023
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 5 times, most recently from 7417eff to 793ce92 Compare March 30, 2023 01:29
@renovate renovate bot changed the title chore(): pin node.js vv16.19.1 chore(): pin node.js vv16.20.0 Mar 30, 2023
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from d5f2ba5 to 4e9bbbc Compare June 20, 2024 23:25
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 3 times, most recently from bcce156 to 0b21b5e Compare July 23, 2024 19:30
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 0b21b5e to 7efb9c4 Compare August 9, 2024 21:22
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 7efb9c4 to f5891c7 Compare August 26, 2024 13:43
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 2 times, most recently from 7511714 to 1149365 Compare September 4, 2024 22:07
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 4 times, most recently from f950416 to 4e2a4d8 Compare September 27, 2024 16:21
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 4e2a4d8 to e7ce2ee Compare October 8, 2024 00:31
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 2 times, most recently from 4b409a9 to bafe226 Compare October 23, 2024 07:49
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 4 times, most recently from b60d73b to bc8eb61 Compare November 3, 2024 05:02
@renovate renovate bot changed the title chore(): pin node vv16.20.2 chore(): pin node.js vv16.20.2 Nov 13, 2024
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch 2 times, most recently from 85eb8bb to 98f8e4f Compare November 28, 2024 06:16
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 98f8e4f to d12f741 Compare December 11, 2024 11:58
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from d12f741 to 0f7c482 Compare January 1, 2025 03:58
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 0f7c482 to 2bd33d6 Compare January 16, 2025 01:21
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 2bd33d6 to 40bc53f Compare January 23, 2025 05:47
| datasource   | package     | from     | to        |
| ------------ | ----------- | -------- | --------- |
| node-version | node        | v16.16.0 | v16.20.2  |
| npm          | @types/node | 16.11.49 | 16.18.126 |
| docker       | node        | 16.0.0   | 16.20.2   |
@renovate renovate bot force-pushed the chore/renovate/node-16.x branch from 40bc53f to bce607d Compare February 4, 2025 01:17
@renovate renovate bot changed the title chore(): pin node.js vv16.20.2 chore(): pin @types/node ^16.18.126 dev Feb 19, 2025
@renovate renovate bot changed the title chore(): pin @types/node ^16.18.126 dev chore(): pin node.js vv16.20.2 Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants