From 6e44541c2877be411bc34513f3c58d6540397b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:27:51 +0000 Subject: [PATCH] build(deps): bump cronometro from 5.3.0 to 6.0.3 in /benchmarks Bumps [cronometro](https://github.com/ShogunPanda/cronometro) from 5.3.0 to 6.0.3. - [Release notes](https://github.com/ShogunPanda/cronometro/releases) - [Changelog](https://github.com/ShogunPanda/cronometro/blob/main/CHANGELOG.md) - [Commits](https://github.com/ShogunPanda/cronometro/compare/v5.3.0...v6.0.3) --- updated-dependencies: - dependency-name: cronometro dependency-version: 6.0.3 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..da57f94f627 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -15,7 +15,7 @@ "dependencies": { "axios": "^1.6.7", "concurrently": "^9.0.0", - "cronometro": "^5.3.0", + "cronometro": "^6.0.3", "got": "^14.2.0", "mitata": "^1.0.4", "node-fetch": "^3.3.2",