From 2f6e26ae204f51e55481bb893ccb3659e2d2568c Mon Sep 17 00:00:00 2001 From: Rodolfo Braga Martini Date: Thu, 29 Nov 2018 10:49:22 -0200 Subject: [PATCH] Update package.json Update nps and nps-utils dependencies because those version depend on event-stream, which is unsafe and was removed from npm. https://github.com/yarnpkg/yarn/issues/2738 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6756e24..438b831 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,8 @@ "husky": "0.14.3", "jest-cli": "^22.0.0", "lint-staged": "^7.0.0", - "nps": "^5.4.0", - "nps-utils": "^1.2.0", + "nps": "^5.9.3", + "nps-utils": "^1.7.0", "opt-cli": "^1.5.1", "prettier-eslint-cli": "^4.1.1" },