From cedeba476517377b23aeb43a9de99a91af01a8f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 05:16:08 +0000 Subject: [PATCH] build(deps-dev): bump tap from 15.2.3 to 16.3.2 Bumps [tap](https://github.com/tapjs/node-tap) from 15.2.3 to 16.3.2. - [Release notes](https://github.com/tapjs/node-tap/releases) - [Commits](https://github.com/tapjs/node-tap/compare/v15.2.3...v16.3.2) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c54561f50dd..fcad7f42499 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ "snazzy": "^9.0.0", "split2": "^4.1.0", "standard": "^17.0.0-2", - "tap": "^15.1.6", + "tap": "^16.3.2", "tsd": "^0.19.1", "typescript": "^4.5.4", "undici": "^4.11.3",