From 971b40a875e4609ab78789afa0005a414034dc17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 07:08:12 +0000 Subject: [PATCH] chore(deps-dev): bump tap from 14.11.0 to 15.0.9 Bumps [tap](https://github.com/tapjs/node-tap) from 14.11.0 to 15.0.9. - [Release notes](https://github.com/tapjs/node-tap/releases) - [Commits](https://github.com/tapjs/node-tap/compare/v14.11.0...v15.0.9) 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 065a71e..7645acf 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "coveralls": "^3.1.0", "standard": "^14.3.4", "standard-version": "^8.0.0", - "tap": "^14.10.7" + "tap": "^15.0.9" } }