From 28567f87f1d0aeec4ace0407d8548e3fec81fada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 23:11:08 +0000 Subject: [PATCH] build(deps): bump cronstrue from 2.50.0 to 2.61.0 Bumps [cronstrue](https://github.com/bradymholt/cronstrue) from 2.50.0 to 2.61.0. - [Release notes](https://github.com/bradymholt/cronstrue/releases) - [Changelog](https://github.com/bradymholt/cRonstrue/blob/main/CHANGELOG.md) - [Commits](https://github.com/bradymholt/cronstrue/compare/v2.50.0...v2.61.0) --- updated-dependencies: - dependency-name: cronstrue dependency-version: 2.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eb9b48ced4c54f..83d879d6db7e9a 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "compression-webpack-plugin": "11.1.0", "copy-webpack-plugin": "^12.0.2", "core-js": "^3.41.0", - "cronstrue": "^2.50.0", + "cronstrue": "^2.61.0", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", "diff": "5.2.0", diff --git a/yarn.lock b/yarn.lock index 471eeebd3b7d30..f32341a3abefe7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5690,10 +5690,10 @@ create-require@^1.1.0: resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== -cronstrue@^2.50.0: - version "2.50.0" - resolved "https://registry.yarnpkg.com/cronstrue/-/cronstrue-2.50.0.tgz#eabba0f915f186765258b707b7a3950c663b5573" - integrity sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg== +cronstrue@^2.61.0: + version "2.61.0" + resolved "https://registry.yarnpkg.com/cronstrue/-/cronstrue-2.61.0.tgz#97c79c77045c052afb44cb9f5f8eaf54398094f2" + integrity sha512-ootN5bvXbIQI9rW94+QsXN5eROtXWwew6NkdGxIRpS/UFWRggL0G5Al7a9GTBFEsuvVhJ2K3CntIIVt7L2ILhA== cross-fetch@^3.0.4: version "3.1.8"