Bump node-cron from 4.0.6 to 4.0.7 (#3)

Bumps [node-cron](https://github.com/merencia/node-cron) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/merencia/node-cron/releases)
- [Commits](https://github.com/merencia/node-cron/compare/v4.0.6...v4.0.7)

---
updated-dependencies:
- dependency-name: node-cron
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-23 12:37:39 +02:00
committed by GitHub
parent a360f461ab
commit c9e24298cd
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -26,7 +26,7 @@
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"next": "^15.3.2", "next": "^15.3.2",
"next-auth": "^4.24.11", "next-auth": "^4.24.11",
"node-cron": "^4.0.6", "node-cron": "^4.0.7",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"react": "^19.1.0", "react": "^19.1.0",
"react-chartjs-2": "^5.0.0", "react-chartjs-2": "^5.0.0",
@ -7326,9 +7326,9 @@
} }
}, },
"node_modules/node-cron": { "node_modules/node-cron": {
"version": "4.0.6", "version": "4.0.7",
"resolved": "https://registry.npmjs.org/node-cron/-/node-cron-4.0.6.tgz", "resolved": "https://registry.npmjs.org/node-cron/-/node-cron-4.0.7.tgz",
"integrity": "sha512-T294pDgew/Nec/uXRoAcEbh+HIisrlZ7MeTx02KcLLI4eE89dwmUGSFT6L5kK7YrSSwa1Ovfm7ILpehiYVIrWQ==", "integrity": "sha512-A37UUDpxRT/kWanELr/oMayCWQFk9Zx9BEUoXrAKuKwKzH4XuAX+vMixMBPkgZBkADgJwXv91w5cMRTNSVP/mA==",
"license": "ISC", "license": "ISC",
"engines": { "engines": {
"node": ">=6.0.0" "node": ">=6.0.0"

View File

@ -22,7 +22,7 @@
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"next": "^15.3.2", "next": "^15.3.2",
"next-auth": "^4.24.11", "next-auth": "^4.24.11",
"node-cron": "^4.0.6", "node-cron": "^4.0.7",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"react": "^19.1.0", "react": "^19.1.0",
"react-chartjs-2": "^5.0.0", "react-chartjs-2": "^5.0.0",