From 547d98ddc6ba04610d5fe8a5c9f1f0abfbd90dd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 10:55:48 +0000 Subject: [PATCH] build(deps-dev): bump np from 5.2.1 to 6.0.0 Bumps [np](https://github.com/sindresorhus/np) from 5.2.1 to 6.0.0. - [Release notes](https://github.com/sindresorhus/np/releases) - [Commits](https://github.com/sindresorhus/np/compare/v5.2.1...v6.0.0) 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 c0c5eea..2a18929 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "tslint-eslint-rules": "^5.3.1" }, "devDependencies": { - "np": "^5.0.0", + "np": "^6.0.0", "tslint": "^5.10.0", "typescript": "^3.0.3" },