From 1873e5ce91eda37699b137e42206f97377356724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:33:22 +0000 Subject: [PATCH] build(deps-dev): bump tinybench from 4.1.0 to 5.0.1 Bumps [tinybench](https://github.com/tinylibs/tinybench) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/tinylibs/tinybench/releases) - [Commits](https://github.com/tinylibs/tinybench/compare/v4.1.0...v5.0.1) --- updated-dependencies: - dependency-name: tinybench dependency-version: 5.0.1 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 af3cfda..44d68bb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "photofinish": "^1.8.0", "snazzy": "^9.0.0", "standard": "^17.1.0", - "tinybench": "^4.0.1", + "tinybench": "^5.0.1", "tsd": "^0.32.0", "tslib": "^2.8.1", "typescript": "~5.9.2"