Bump version of node as it has some CVEs

Doesnt matter for us since its a build time dep but keeps the scanner
output clean.
This commit is contained in:
Kovid Goyal 2025-09-20 16:05:03 +05:30
parent 4fe9fe2974
commit 9fcfd14c6b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -498,12 +498,12 @@
}, },
{ {
"name": "nodejs 20.7.0", "name": "nodejs 20.19.2",
"type": "build", "type": "build",
"comment": "Needed for building Qt WebEngine", "comment": "Needed for building Qt WebEngine",
"os": "macos,linux", "os": "macos,linux",
"unix": { "unix": {
"hash": "sha256:059ea8ab31a1a4fe090751e8c82fca16d2f7339f309e15b2c65820dff83b579a", "hash": "sha256:045deaf3179e85ddd871e925f39b04214f37c7d16b6980fab2f061d6739d8207",
"urls": ["https://github.com/nodejs/node/archive/refs/tags/v{version}.{file_extension}"] "urls": ["https://github.com/nodejs/node/archive/refs/tags/v{version}.{file_extension}"]
} }
}, },