From b9a95f6a974a07c3809bd0c895092edcab39a1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:12:25 +0000 Subject: [PATCH] build(deps-dev): bump tinybench from 2.9.0 to 3.0.0 Bumps [tinybench](https://github.com/tinylibs/tinybench) from 2.9.0 to 3.0.0. - [Release notes](https://github.com/tinylibs/tinybench/releases) - [Commits](https://github.com/tinylibs/tinybench/compare/v2.9.0...v3.0.0) --- updated-dependencies: - dependency-name: tinybench 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 a0274eb..2fc3c56 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "snazzy": "^9.0.0", "standard": "^17.1.0", "tap": "^21.0.0", - "tinybench": "^2.6.0", + "tinybench": "^3.0.0", "tsd": "^0.31.0", "typescript": "~5.6.3" },