From ec67feef2f736c1bcfa6d7a14f28b3772d9058ce Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 18 Sep 2018 12:18:21 -0400 Subject: [PATCH] Bump npm version in package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is what’s served out of the 8.x LTS yum repos. --- awx/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/package.json b/awx/ui/package.json index a8e75c3498..efb269c0d8 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -11,7 +11,7 @@ }, "engines": { "node": "^8.11.2", - "npm": "^5.6.0" + "npm": "^6.4.1" }, "scripts": { "ui-docker-machine": "ip=$(docker-machine ip $DOCKER_MACHINE_NAME); npm set ansible-tower:django_host ${ip}; grunt dev;",