From ad47bd79d12e13b042ac240d3677748e1362944f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:59:23 +0000 Subject: [PATCH] build(deps-dev): bump tap from 2.3.4 to 20.0.3 Bumps [tap](https://github.com/tapjs/tapjs) from 2.3.4 to 20.0.3. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v2.3.4...tap@20.0.3) --- 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..6002ba5 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": "^20.0.3" } }