From 8c97af62e5351b9aedf4e7d0211f8496b44f4e3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 19:52:48 +0000 Subject: [PATCH] chore(deps-dev): bump nyc from 14.1.1 to 15.0.1 Bumps [nyc](https://github.com/istanbuljs/nyc) from 14.1.1 to 15.0.1. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/nyc/compare/v14.1.1...v15.0.1) 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 ad2c8bf..6ed1fbf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "fast-stable-stringify": "latest", "faster-stable-stringify": "latest", "json-stable-stringify": "latest", - "nyc": "^14.1.0", + "nyc": "^15.0.1", "pre-commit": "^1.2.2", "tape": "^4.11.0" },