From 7fc5cce3569d959ca008551ea3e26c7a0d233070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 22:44:35 +0300 Subject: [PATCH] chore: bump cronstrue from 2.27.0 to 2.28.0 in /site (#8478) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index df03dae619..e4558a34f1 100644 --- a/site/package.json +++ b/site/package.json @@ -58,7 +58,7 @@ "chartjs-adapter-date-fns": "3.0.0", "color-convert": "2.0.1", "cron-parser": "4.7.0", - "cronstrue": "2.27.0", + "cronstrue": "2.28.0", "date-fns": "2.30.0", "dayjs": "1.11.4", "emoji-mart": "5.4.0", diff --git a/site/yarn.lock b/site/yarn.lock index a3b8a33b75..75f1ebe202 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -5034,10 +5034,10 @@ cron-parser@4.7.0: dependencies: luxon "^3.1.0" -cronstrue@2.27.0: - version "2.27.0" - resolved "https://registry.yarnpkg.com/cronstrue/-/cronstrue-2.27.0.tgz#a69fff0efe891ca33bf6b397e61cec13fd533cbc" - integrity sha512-p+w818EttA27EfIeZP5Z3k3ps9hy6DlRv3txbWxysTIlWEAE6DdYIjCaaeZhWaNfcowuXZrg0HVFWLTqGb85hg== +cronstrue@2.28.0: + version "2.28.0" + resolved "https://registry.yarnpkg.com/cronstrue/-/cronstrue-2.28.0.tgz#2e90f3052b2529c15aa9d5d50ee6e3c6b95cde46" + integrity sha512-yByAR5on9i/p26djiSve4l29/AJkjCFDgopq+3gUVrQh2xgb3KKScofwkpf5XcRhuWAX0u0EuEK2nltB5hV1jQ== cross-fetch@^3.0.4: version "3.1.5"