From a45266a8edaaacf1df71a5c7021d7baf76b329c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 22:20:26 +0800 Subject: [PATCH] bump(deps): update dependency @types/cron to v2.0.1 (#2086) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/cron](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cron) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`2.0.0` -> `2.0.1`](https://renovatebot.com/diffs/npm/@types%2fcron/2.0.0/2.0.1) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fcron/2.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fcron/2.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fcron/2.0.1/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fcron/2.0.1/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/JellyfishSDK/jellyfish). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/package.json | 2 +- package-lock.json | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/package.json b/apps/package.json index 48b73a4360..c0a7fa0d1d 100644 --- a/apps/package.json +++ b/apps/package.json @@ -65,7 +65,7 @@ "@nestjs/schematics": "9.0.4", "@nestjs/testing": "9.3.9", "@types/cache-manager": "4.0.2", - "@types/cron": "2.0.0", + "@types/cron": "2.0.1", "@types/express": "4.17.17", "@types/lodash": "4.14.194", "@types/level": "^6.0.0", diff --git a/package-lock.json b/package-lock.json index 0813e6d9a3..9b1880af2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "@nestjs/schematics": "9.0.4", "@nestjs/testing": "9.3.9", "@types/cache-manager": "4.0.2", - "@types/cron": "2.0.0", + "@types/cron": "2.0.1", "@types/express": "4.17.17", "@types/level": "^6.0.0", "@types/levelup": "4.3.1", @@ -6937,9 +6937,9 @@ } }, "node_modules/@types/cron": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/cron/-/cron-2.0.0.tgz", - "integrity": "sha512-xZM08fqvwIXgghtPVkSPKNgC+JoMQ2OHazEvyTKnNf7aWu1aB6/4lBbQFrb03Td2cUGG7ITzMv3mFYnMu6xRaQ==", + "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==", "dev": true, "dependencies": { "@types/luxon": "*", @@ -27895,7 +27895,7 @@ "@nestjs/terminus": "9.2.1", "@nestjs/testing": "9.3.9", "@types/cache-manager": "4.0.2", - "@types/cron": "2.0.0", + "@types/cron": "2.0.1", "@types/express": "4.17.17", "@types/level": "^6.0.0", "@types/levelup": "4.3.1", @@ -31523,9 +31523,9 @@ } }, "@types/cron": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/cron/-/cron-2.0.0.tgz", - "integrity": "sha512-xZM08fqvwIXgghtPVkSPKNgC+JoMQ2OHazEvyTKnNf7aWu1aB6/4lBbQFrb03Td2cUGG7ITzMv3mFYnMu6xRaQ==", + "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==", "dev": true, "requires": { "@types/luxon": "*", @@ -36173,7 +36173,7 @@ "@nestjs/terminus": "9.2.1", "@nestjs/testing": "9.3.9", "@types/cache-manager": "4.0.2", - "@types/cron": "2.0.0", + "@types/cron": "2.0.1", "@types/express": "4.17.17", "@types/level": "^6.0.0", "@types/levelup": "4.3.1", @@ -39801,9 +39801,9 @@ } }, "@types/cron": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/cron/-/cron-2.0.0.tgz", - "integrity": "sha512-xZM08fqvwIXgghtPVkSPKNgC+JoMQ2OHazEvyTKnNf7aWu1aB6/4lBbQFrb03Td2cUGG7ITzMv3mFYnMu6xRaQ==", + "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==", "dev": true, "requires": { "@types/luxon": "*",