From 22910f33300f037bc3fdc67f1b2bc709ab46ee04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:53:12 +0000 Subject: [PATCH] npm(deps): bump the npm group with 1 update Bumps the npm group with 1 update: [cron](https://github.com/kelektiv/node-cron). - [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.1...v3.1.3) --- updated-dependencies: - dependency-name: cron dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 174e470e..8c5fcc1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "browserify": "^17.0.0", "common-shakeify": "^1.1.2", "concat-stream": "^2.0.0", - "cron": "^3.1.1", + "cron": "^3.1.3", "duplexify": "^4.1.2", "envify": "^4.1.0", "eslint": "^8.51.0", @@ -2608,12 +2608,12 @@ } }, "node_modules/cron": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/cron/-/cron-3.1.1.tgz", - "integrity": "sha512-P8rDShXt2IZa16KwuYpbd1w7NjU4BnXeUEfkesBXT36JXhUsQ1P6i6ctsi5H82FQmR4tn/MOz05aB/3vn6dSkA==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/cron/-/cron-3.1.3.tgz", + "integrity": "sha512-KVxeKTKYj2eNzN4ElnT6nRSbjbfhyxR92O/Jdp6SH3pc05CDJws59jBrZWEMQlxevCiE6QUTrXy+Im3vC3oD3A==", "dependencies": { "@types/luxon": "~3.3.0", - "luxon": "~3.3.0" + "luxon": "~3.4.0" } }, "node_modules/cross-spawn": { @@ -4772,9 +4772,9 @@ } }, "node_modules/luxon": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", - "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.3.tgz", + "integrity": "sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg==", "engines": { "node": ">=12" } diff --git a/package.json b/package.json index b66ab506..ccbb9c26 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "browserify": "^17.0.0", "common-shakeify": "^1.1.2", "concat-stream": "^2.0.0", - "cron": "^3.1.1", + "cron": "^3.1.3", "duplexify": "^4.1.2", "envify": "^4.1.0", "eslint": "^8.51.0",