From 8d6b65da4ec2b1ccccfbbbaa44721835c7e0fcd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:23:08 +0000 Subject: [PATCH] build(deps-dev): bump cronometro from 1.2.0 to 2.0.0 Bumps [cronometro](https://github.com/ShogunPanda/cronometro) from 1.2.0 to 2.0.0. - [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/v1.2.0...v2.0.0) --- 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 197a968b392..ba842e73bde 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "chai-iterator": "^3.0.2", "chai-string": "^1.5.0", "concurrently": "^8.0.1", - "cronometro": "^1.0.5", + "cronometro": "^2.0.0", "delay": "^5.0.0", "dns-packet": "^5.4.0", "docsify-cli": "^4.4.3",