From e65d99963bced4d20277a43a57820aa51cf1345c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 23:20:44 +0000 Subject: [PATCH] chore: bump tap from 16.3.10 to 19.0.2 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 19.0.2. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@19.0.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 cc641d2..1d904c6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@npmcli/template-oss": "4.22.0", "npm-package-arg": "^11.0.0", "slash": "^3.0.0", - "tap": "^16.0.1" + "tap": "^19.0.2" }, "dependencies": { "@npmcli/promise-spawn": "^7.0.0",