From 95b1c82c6876fd747e0ff606279c2e542ae0ef8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:21:06 +0000 Subject: [PATCH] Update dependency @types/cron to v2.4.3 --- package-lock.json | 21 ++++++++++----------- package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f98982a0..eb18eb33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "validator": "^13.6.0" }, "devDependencies": { - "@types/cron": "2.0.1", + "@types/cron": "2.4.3", "@types/koa": "2.15.0", "@types/koa-bodyparser": "4.3.12", "@types/koa-cors": "0.0.6", @@ -2005,13 +2005,13 @@ } }, "node_modules/@types/cron": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/cron/-/cron-2.0.1.tgz", - "integrity": "sha512-WHa/1rtNtD2Q/H0+YTTZoty+/5rcE66iAFX2IY+JuUoOACsevYyFkSYu/2vdw+G5LrmO7Lxowrqm0av4k3qWNQ==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/@types/cron/-/cron-2.4.3.tgz", + "integrity": "sha512-ViRBkoZD9Rk0hGeMdd2GHGaOaZuH9mDmwsE5/Zo53Ftwcvh7h9VJc8lIt2wdgEwS4EW5lbtTX6vlE0idCLPOyA==", + "deprecated": "This is a stub types definition. cron provides its own type definitions, so you do not need this installed.", "dev": true, "dependencies": { - "@types/luxon": "*", - "@types/node": "*" + "cron": "*" } }, "node_modules/@types/express": { @@ -12277,13 +12277,12 @@ } }, "@types/cron": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/cron/-/cron-2.0.1.tgz", - "integrity": "sha512-WHa/1rtNtD2Q/H0+YTTZoty+/5rcE66iAFX2IY+JuUoOACsevYyFkSYu/2vdw+G5LrmO7Lxowrqm0av4k3qWNQ==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/@types/cron/-/cron-2.4.3.tgz", + "integrity": "sha512-ViRBkoZD9Rk0hGeMdd2GHGaOaZuH9mDmwsE5/Zo53Ftwcvh7h9VJc8lIt2wdgEwS4EW5lbtTX6vlE0idCLPOyA==", "dev": true, "requires": { - "@types/luxon": "*", - "@types/node": "*" + "cron": "*" } }, "@types/express": { diff --git a/package.json b/package.json index 8897e889..0dd59f7c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "validator": "^13.6.0" }, "devDependencies": { - "@types/cron": "2.0.1", + "@types/cron": "2.4.3", "@types/koa": "2.15.0", "@types/koa-bodyparser": "4.3.12", "@types/koa-cors": "0.0.6",