From 8343b955bfd640e0ea6026781237be8fa37b1ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:02:41 +0000 Subject: [PATCH] Bump cronstrue from 2.61.0 to 3.3.0 Bumps [cronstrue](https://github.com/bradymholt/cronstrue) from 2.61.0 to 3.3.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.61.0...v3.3.0) --- updated-dependencies: - dependency-name: cronstrue dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/package.json b/packages/app/package.json index f594acff..8113f180 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -13,7 +13,7 @@ "@xterm/xterm": "^5.5.0", "bulma": "^1.0.4", "countries-and-timezones": "^3.8.0", - "cronstrue": "^2.61.0", + "cronstrue": "^3.3.0", "friendly-mimes": "^3.0.1", "http-status-codes": "^2.3.0", "i18next": "^25.2.1",