From fc6c441b9a61bf190e7c1006aa58e8470518f5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:51:03 +0000 Subject: [PATCH] build(deps): bump cronometro from 4.0.3 to 6.0.2 in /benchmarks Bumps [cronometro](https://github.com/ShogunPanda/cronometro) from 4.0.3 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/v4.0.3...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 371e2d24ff4..54da14f98eb 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -15,7 +15,7 @@ "dependencies": { "axios": "^1.6.7", "concurrently": "^9.0.0", - "cronometro": "^4.0.1", + "cronometro": "^6.0.2", "got": "^14.2.0", "mitata": "^1.0.4", "node-fetch": "^3.3.2",