diff --git a/bucket/nodejs-lts.json b/bucket/nodejs-lts.json
index 31cbe51e37..c816c3854d 100644
--- a/bucket/nodejs-lts.json
+++ b/bucket/nodejs-lts.json
@@ -1,18 +1,18 @@
{
- "homepage": "https://nodejs.org",
+ "version": "14.15.4",
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. (Long Term Support)",
- "version": "14.15.3",
+ "homepage": "https://nodejs.org",
"license": "MIT",
"architecture": {
"64bit": {
- "url": "https://nodejs.org/dist/v14.15.3/node-v14.15.3-win-x64.7z",
- "hash": "725a79677900301a5efd04b0e034c7c858fccf381fdd03d822305bdc6273f723",
- "extract_dir": "node-v14.15.3-win-x64"
+ "url": "https://nodejs.org/dist/v14.15.4/node-v14.15.4-win-x64.7z",
+ "hash": "1da86f92f158e53ee79469daf5e6a3e3f2e6e7c233bbf4b91ab12e1ca9503444",
+ "extract_dir": "node-v14.15.4-win-x64"
},
"32bit": {
- "url": "https://nodejs.org/dist/v14.15.3/node-v14.15.3-win-x86.7z",
- "hash": "e55c627149370874aa78748ea7ddb356f9eeeef21aea5b9172c1996a2fcd43a2",
- "extract_dir": "node-v14.15.3-win-x86"
+ "url": "https://nodejs.org/dist/v14.15.4/node-v14.15.4-win-x86.7z",
+ "hash": "e631956bbf65cb046c7d38d0f0a4633755e86df1ff5f37c3610d55f706c1f0c0",
+ "extract_dir": "node-v14.15.4-win-x86"
}
},
"persist": [
@@ -29,7 +29,7 @@
],
"checkver": {
"url": "https://nodejs.org/en/download/",
- "re": "LTS Version: ([\\d.]+)"
+ "regex": "LTS Version: ([\\d.]+)"
},
"autoupdate": {
"architecture": {