From 7587d08c33c11f8e0fe603ce4b27d5ee88329487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 04:08:53 +0000 Subject: [PATCH] build(deps-dev): bump cronometro from 1.2.0 to 3.0.1 (#236) Bumps [cronometro](https://github.com/ShogunPanda/cronometro) from 1.2.0 to 3.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/v1.2.0...v3.0.1) --- 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 76154a7..dfbff91 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/node": "^20.1.0", "connect-mongo": "^5.0.0", "connect-redis": "^7.0.0", - "cronometro": "^1.1.0", + "cronometro": "^3.0.1", "fastify": "^4.3.0", "ioredis": "^5.0.5", "session-file-store": "^1.5.0",