Skip to content

Commit 9afe36b

Browse files
committed
Update to latest Node 14 version for security fixes
This fixes a potential issue with certificate validation in Node.js (CVEs CVE-2021-44531 and CVE-2021-44532) which could potentially cause issues with name-constrained intermediates. It's unlikely this would be a serious problem in practice, but it's well worth fixing.
1 parent 948c6b0 commit 9afe36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
}
171171
},
172172
"node": {
173-
"version": "14.17.0",
173+
"version": "14.18.3",
174174
"targets": [
175175
"win32-x64",
176176
"linux-x64",

0 commit comments

Comments
 (0)