From 7591f38ec9f93ce2c96909264d2f2f6236e29793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:05:16 +0000 Subject: [PATCH] build(deps-dev): bump tap from 16.3.10 to 19.2.2 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 19.2.2. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@19.2.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 c984c5ae..903d486b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "semver": "^7.1.0", "simple-git": "^3.7.1", "standard": "^17.0.0", - "tap": "^16.0.1", + "tap": "^19.2.2", "typescript": "^5.0.2", "webpack": "^5.40.0" },