From 06f022aa39870bda8bb042f8d43584d49575c64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:14:57 +0000 Subject: [PATCH] build(deps): bump cronometro from 3.0.2 to 4.0.1 in /benchmarks Bumps [cronometro](https://github.com/ShogunPanda/cronometro) from 3.0.2 to 4.0.1. - [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/v3.0.2...v4.0.1) --- updated-dependencies: - dependency-name: cronometro 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 c864c56b3ea..371e2d24ff4 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -15,7 +15,7 @@ "dependencies": { "axios": "^1.6.7", "concurrently": "^9.0.0", - "cronometro": "^3.0.1", + "cronometro": "^4.0.1", "got": "^14.2.0", "mitata": "^1.0.4", "node-fetch": "^3.3.2",