gnu: node-lts: Update to 14.18.3 [security fixes].

* gnu/packages/node.scm (node-lts): Update to 14.18.3.

Includes fixes for CVE-2021-44531, CVE-2021-44532, CVE-2021-44533, and
CVE-2022-21824.
This commit is contained in:
Jelle Licht 2022-01-13 11:35:25 +01:00
parent ea71ec1630
commit 7c1ccc7656
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 2 additions and 2 deletions

View File

@ -735,14 +735,14 @@ source files.")
(define-public node-lts
(package
(inherit node)
(version "14.18.1")
(version "14.18.3")
(source (origin
(method url-fetch)
(uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.xz"))
(sha256
(base32
"1vc9rypkgr5i5y946jnyr9jjpydxvm74p1s17rg2zayzvlddg89z"))
"026nd6vihjdqz4jn0slg89m8m5vvkvjzgg1aip3dcg9lrm1w8fkq"))
(modules '((guix build utils)))
(snippet
`(begin