From 358474dcfd9e51fa3efe875681ab02500512759d Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 25 Sep 2018 11:06:10 +0200 Subject: [PATCH] fix(build): fix macos mojave build errors --- package-lock.json | 6 +++--- package.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4c148b8f..d16bd824b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8210,9 +8210,9 @@ } }, "natives": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz", - "integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.5.tgz", + "integrity": "sha512-1pJ+02gl2KJgCPFtpZGtuD4lGSJnIZvvFHCQTOeDRMSXjfu2GmYWuhI8NFMA4W2I5NNFRbfy/YCiVt4CgNpP8A==", "dev": true }, "natural-compare": { diff --git a/package.json b/package.json index cf02e7768..3506d15fb 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "jest": "^23.6.0", "lodash": "^4.17.11", "minimist": "1.2.0", + "natives": "^1.1.5", "rimraf": "^2.6.2", "rxjs": "^6.3.2", "ts-jest": "23.1.4",