From 4c1bda32c90044fcc7f682d86bd5646631396711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 05:21:26 +0000 Subject: [PATCH] chore(deps): bump cron from 2.0.0 to 2.1.0 in /install Bumps [cron](https://github.com/kelektiv/node-cron) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/kelektiv/node-cron/releases) - [Changelog](https://github.com/kelektiv/node-cron/blob/master/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node-cron/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: cron dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index b5173eb5b2..afdcc27744 100644 --- a/install/package.json +++ b/install/package.json @@ -52,7 +52,7 @@ "connect-pg-simple": "7.0.0", "connect-redis": "6.1.3", "cookie-parser": "1.4.6", - "cron": "2.0.0", + "cron": "2.1.0", "cropperjs": "1.5.12", "csurf": "1.11.0", "daemon": "1.1.0",