From a72ce1404b1b5f274032144a59aa285aca1982e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:17:10 +0000 Subject: [PATCH] build(deps): bump cronometro from 5.3.0 to 6.0.2 in /benchmarks Bumps [cronometro](https://github.com/ShogunPanda/cronometro) from 5.3.0 to 6.0.2. - [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.2) --- updated-dependencies: - dependency-name: cronometro dependency-version: 6.0.2 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..7248511b02f 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.2", "got": "^14.2.0", "mitata": "^1.0.4", "node-fetch": "^3.3.2",