From 7d455c732da10072ebac992d167dde15f7a94acc Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Wed, 11 Aug 2021 18:56:09 +0200 Subject: [PATCH] Update to Node 14.17.5 --- meteor | 2 +- scripts/build-dev-bundle-common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meteor b/meteor index 9e4b0716c5..235117b1d3 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=14.17.4.5 +BUNDLE_VERSION=14.17.5.0 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 135253baaf..8bf690f97b 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -5,7 +5,7 @@ set -u UNAME=$(uname) ARCH=$(uname -m) -NODE_VERSION=14.17.4 +NODE_VERSION=14.17.5 MONGO_VERSION_64BIT=4.4.4 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=6.14.13