From 2e91232740018ff9d65d7eb1db8130279f530ea3 Mon Sep 17 00:00:00 2001 From: Rosen Vladimirov Date: Fri, 26 Oct 2018 14:47:00 -0400 Subject: [PATCH] fix: update natives, so CLI can work on Node.js 11 Upate the natives library, so CLI can work wiht Node.js 11. --- npm-shrinkwrap.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 20a261d279..d2c95e70ce 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -5091,9 +5091,9 @@ } }, "natives": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.5.tgz", - "integrity": "sha512-1pJ+02gl2KJgCPFtpZGtuD4lGSJnIZvvFHCQTOeDRMSXjfu2GmYWuhI8NFMA4W2I5NNFRbfy/YCiVt4CgNpP8A==" + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz", + "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==" }, "nativescript-doctor": { "version": "1.6.0",