From 0a970cb8a19021d5bfcba6408b0bb8ddc6434970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 03:17:09 +0000 Subject: [PATCH] [desktop]: Bump cron from 3.1.3 to 3.1.5 in /desktop/app Bumps [cron](https://github.com/kelektiv/node-cron) from 3.1.3 to 3.1.5. - [Release notes](https://github.com/kelektiv/node-cron/releases) - [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node-cron/compare/v3.1.3...v3.1.5) --- updated-dependencies: - dependency-name: cron dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- desktop/app/package-lock.json | 8 ++++---- desktop/app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/app/package-lock.json b/desktop/app/package-lock.json index 76d47019a..e08a27f7c 100644 --- a/desktop/app/package-lock.json +++ b/desktop/app/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@stomp/stompjs": "7.0.0", - "cron": "3.1.3", + "cron": "3.1.5", "ws": "8.14.2" } }, @@ -25,9 +25,9 @@ "integrity": "sha512-l5cpE57br4BIjK+9BSkFBOsWtwv6J9bJpC7gdXIzZyI0vuKvNTk0wZZrkQxMGsUAuGW9+WMNWF2IJMD7br2yeQ==" }, "node_modules/cron": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/cron/-/cron-3.1.3.tgz", - "integrity": "sha512-KVxeKTKYj2eNzN4ElnT6nRSbjbfhyxR92O/Jdp6SH3pc05CDJws59jBrZWEMQlxevCiE6QUTrXy+Im3vC3oD3A==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/cron/-/cron-3.1.5.tgz", + "integrity": "sha512-e/ivHUhSZVvF5PUqgj7dzQ96KqAhK1/peMDr5Mmfm/vEho01/O+ySJnhTBJ2JPvFEWXpjLESIJBke0ZpZ7r7FA==", "dependencies": { "@types/luxon": "~3.3.0", "luxon": "~3.4.0" diff --git a/desktop/app/package.json b/desktop/app/package.json index 09e21751f..f9e1a1b0d 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -13,6 +13,6 @@ "dependencies": { "@stomp/stompjs": "7.0.0", "ws": "8.14.2", - "cron": "3.1.3" + "cron": "3.1.5" } }