From 03fc0b25df29efaad21e994c4d31a411cf58736d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 06:39:54 +0000 Subject: [PATCH] Update np requirement from ^3.0.0 to ^5.0.3 Updates the requirements on [np](https://github.com/sindresorhus/np) to permit the latest version. - [Release notes](https://github.com/sindresorhus/np/releases) - [Commits](https://github.com/sindresorhus/np/compare/v3.0.0...v5.0.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17416dd..6bf7956 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ava": "^0.25.0", "micro": "^9.0.0", "micro-dev": "^3.0.0", - "np": "^3.0.0", + "np": "^5.0.3", "request-promise": "^4.2.0", "test-listen": "^1.0.2", "xo": "^0.23.0"