From f95ada4d1ff84184e9b680d7a75e56b75c1caedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:27:57 +0000 Subject: [PATCH] build(deps): bump tinybench from 5.1.0 to 6.0.0 in /benchmarks Bumps [tinybench](https://github.com/tinylibs/tinybench) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/tinylibs/tinybench/releases) - [Commits](https://github.com/tinylibs/tinybench/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: tinybench dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- benchmarks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/package.json b/benchmarks/package.json index e3cb12c69c3..a91fa8a161b 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -21,7 +21,7 @@ "node-fetch": "^3.3.2", "request": "^2.88.2", "superagent": "^10.0.0", - "tinybench": "^5.0.0", + "tinybench": "^6.0.0", "uWebSockets.js": "uNetworking/uWebSockets.js#v20.56.0", "wait-on": "^9.0.1" }