From f525cebb64923175a5b3a5df4b8b962e800a9a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Apr 2021 07:02:27 +0000 Subject: [PATCH] Bump tap from 14.11.0 to 15.0.1 Bumps [tap](https://github.com/tapjs/node-tap) from 14.11.0 to 15.0.1. - [Release notes](https://github.com/tapjs/node-tap/releases) - [Commits](https://github.com/tapjs/node-tap/compare/v14.11.0...v15.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a1883a..fb1b7b7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "highlight.js": "^10.6.0", "husky": "^4.2.5", "marked": "^2.0.0", - "tap": "14.11.0" + "tap": "15.0.1" }, "scripts": { "test": "tap --no-cov",