From 3987078c11f7fefa32571e0f48dfab107d9d324e Mon Sep 17 00:00:00 2001 From: Giovanni Garufi Date: Fri, 29 May 2020 14:51:23 +0100 Subject: [PATCH] Update npm to v6.14.8 Change-type: patch --- Makefile | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a0ca7f8d..be4484d0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # --------------------------------------------------------------------- RESIN_SCRIPTS ?= ./scripts/resin -export NPM_VERSION ?= 6.14.5 +export NPM_VERSION ?= 6.14.8 S3_BUCKET = artifacts.ci.balena-cloud.com # This directory will be completely deleted by the `clean` rule diff --git a/package.json b/package.json index bac5eed8..7fcb4b9b 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "webpack": "webpack", "watch": "webpack --watch", "concourse-build-electron": "npm run webpack", - "concourse-test": "npx npm@6.14.5 test", - "concourse-test-electron": "npx npm@6.14.5 test" + "concourse-test": "npx npm@6.14.8 test", + "concourse-test-electron": "npx npm@6.14.8 test" }, "husky": { "hooks": {