chore(deps): bump cron-parser from 5.4.0 to 5.5.0 in /client

Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/harrisiirak/cron-parser/releases)
- [Commits](https://github.com/harrisiirak/cron-parser/compare/v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: cron-parser
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-16 21:23:08 +00:00
committed by GitHub
parent 032fb35a05
commit 2140b3456d
2 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
"@fortawesome/react-fontawesome": "^3.1.1",
"@vitejs/plugin-react": "^5.1.2",
"chart.js": "^4.5.1",
"cron-parser": "^5.4.0",
"cron-parser": "^5.5.0",
"i18next": "^25.7.4",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
@@ -3060,9 +3060,9 @@
}
},
"node_modules/cron-parser": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.4.0.tgz",
"integrity": "sha512-HxYB8vTvnQFx4dLsZpGRa0uHp6X3qIzS3ZJgJ9v6l/5TJMgeWQbLkR5yiJ5hOxGbc9+jCADDnydIe15ReLZnJA==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.5.0.tgz",
"integrity": "sha512-oML4lKUXxizYswqmxuOCpgFS8BNUJpIu6k/2HVHyaL8Ynnf3wdf9tkns0yRdJLSIjkJ+b0DXHMZEHGpMwjnPww==",
"dependencies": {
"luxon": "^3.7.1"
},
@@ -8539,9 +8539,9 @@
}
},
"cron-parser": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.4.0.tgz",
"integrity": "sha512-HxYB8vTvnQFx4dLsZpGRa0uHp6X3qIzS3ZJgJ9v6l/5TJMgeWQbLkR5yiJ5hOxGbc9+jCADDnydIe15ReLZnJA==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.5.0.tgz",
"integrity": "sha512-oML4lKUXxizYswqmxuOCpgFS8BNUJpIu6k/2HVHyaL8Ynnf3wdf9tkns0yRdJLSIjkJ+b0DXHMZEHGpMwjnPww==",
"requires": {
"luxon": "^3.7.1"
}

View File

@@ -14,7 +14,7 @@
"@fortawesome/react-fontawesome": "^3.1.1",
"@vitejs/plugin-react": "^5.1.2",
"chart.js": "^4.5.1",
"cron-parser": "^5.4.0",
"cron-parser": "^5.5.0",
"i18next": "^25.7.4",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",