From 709e449ba9d77a5efe6db588064fba4b48592134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:30:55 +0000 Subject: [PATCH] build(deps-dev): bump cronometro from 2.0.2 to 3.0.2 Bumps [cronometro](https://github.com/ShogunPanda/cronometro) from 2.0.2 to 3.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/v2.0.2...v3.0.2) --- updated-dependencies: - dependency-name: cronometro dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475efaf..84b4b5c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@vitest/coverage-v8": "^0.34.1", "benchmark": "^2.1.4", "cli-select": "^1.1.2", - "cronometro": "^2.0.0", + "cronometro": "^3.0.2", "http-querystring-stringify": "^2.1.0", "jsdom": "^24.0.0", "qs": "^6.11.2",