build(deps): bump node-cron from 4.0.3 to 4.1.0

This commit is contained in:
2025-05-31 00:49:30 -07:00
parent 9b11ca2c2a
commit 503905aed1
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
"ejs": "^3.1.10", "ejs": "^3.1.10",
"express": "5.1.0", "express": "5.1.0",
"moment": "2.30.1", "moment": "2.30.1",
"node-cron": "^4.0.3", "node-cron": "^4.1.0",
"playwright": "^1.52.0", "playwright": "^1.52.0",
"user-agents": "^1.1.537" "user-agents": "^1.1.537"
}, },
@@ -3064,9 +3064,9 @@
} }
}, },
"node_modules/node-cron": { "node_modules/node-cron": {
"version": "4.0.7", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/node-cron/-/node-cron-4.0.7.tgz", "resolved": "https://registry.npmjs.org/node-cron/-/node-cron-4.1.0.tgz",
"integrity": "sha512-A37UUDpxRT/kWanELr/oMayCWQFk9Zx9BEUoXrAKuKwKzH4XuAX+vMixMBPkgZBkADgJwXv91w5cMRTNSVP/mA==", "integrity": "sha512-OS+3ORu+h03/haS6Di8Qr7CrVs4YaKZZOynZwQpyPZDnR3tqRbwJmuP2gVR16JfhLgyNlloAV1VTrrWlRogCFA==",
"license": "ISC", "license": "ISC",
"engines": { "engines": {
"node": ">=6.0.0" "node": ">=6.0.0"

View File

@@ -73,7 +73,7 @@
], ],
"dependencies": { "dependencies": {
"cron": "^4.3.1", "cron": "^4.3.1",
"node-cron": "^4.0.3", "node-cron": "^4.1.0",
"playwright": "^1.52.0", "playwright": "^1.52.0",
"user-agents": "^1.1.537", "user-agents": "^1.1.537",
"chalk": "^5.3.0", "chalk": "^5.3.0",