From 864931a7dfe047f602a8445f0347ca14cc260bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:17:44 +0000 Subject: [PATCH] chore(deps-dev): bump cronometro from 3.0.2 to 4.0.0 (#495) Bumps [cronometro](https://github.com/ShogunPanda/cronometro) from 3.0.2 to 4.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/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: cronometro dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 069296d..585158c 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/parser": "^5.49.0", - "cronometro": "^3.0.2", + "cronometro": "^4.0.0", "eslint": "^8.33.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5",