From 2a93f63d4e397849d62b4a103aab2fa9cd4b1d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:55:12 +0000 Subject: [PATCH] build(deps-dev): bump tap from 2.3.4 to 21.0.1 Bumps [tap](https://github.com/tapjs/tapjs) from 2.3.4 to 21.0.1. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v2.3.4...tap@21.0.1) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/has-unicode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/has-unicode/package.json b/packages/has-unicode/package.json index ebe9d76..a4f887e 100644 --- a/packages/has-unicode/package.json +++ b/packages/has-unicode/package.json @@ -25,6 +25,6 @@ "homepage": "https://github.com/iarna/has-unicode", "devDependencies": { "require-inject": "^1.3.0", - "tap": "^2.3.1" + "tap": "^21.0.1" } }