build(deps): bump cron from 4.3.0 to 4.3.1

This commit is contained in:
2025-05-31 00:48:27 -07:00
parent dba2e24a89
commit 9b11ca2c2a
2 changed files with 8 additions and 8 deletions

View File

@@ -1,16 +1,16 @@
{ {
"name": "tvapp2", "name": "tvapp2",
"version": "1.5.1", "version": "1.5.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "tvapp2", "name": "tvapp2",
"version": "1.5.1", "version": "1.5.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^5.3.0", "chalk": "^5.3.0",
"cron": "^4.3.0", "cron": "^4.3.1",
"ejs": "^3.1.10", "ejs": "^3.1.10",
"express": "5.1.0", "express": "5.1.0",
"moment": "2.30.1", "moment": "2.30.1",
@@ -848,9 +848,9 @@
} }
}, },
"node_modules/cron": { "node_modules/cron": {
"version": "4.3.0", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/cron/-/cron-4.3.0.tgz", "resolved": "https://registry.npmjs.org/cron/-/cron-4.3.1.tgz",
"integrity": "sha512-ciiYNLfSlF9MrDqnbMdRWFiA6oizSF7kA1osPP9lRzNu0Uu+AWog1UKy7SkckiDY2irrNjeO6qLyKnXC8oxmrw==", "integrity": "sha512-7x7DoEOxV11t3OPWWMjj1xrL1PGkTV5RV+/54IJTZD7gStiaMploY43EkeBSkDZTLRbUwk+OISbQ0TR133oXyA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/luxon": "~3.6.0", "@types/luxon": "~3.6.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "tvapp2", "name": "tvapp2",
"version": "1.5.1", "version": "1.5.2",
"description": "This package allows you to generate M3U playlists and EPG guides from various online IPTV services.", "description": "This package allows you to generate M3U playlists and EPG guides from various online IPTV services.",
"author": "BinaryNinja", "author": "BinaryNinja",
"license": "MIT", "license": "MIT",
@@ -72,7 +72,7 @@
"iptv" "iptv"
], ],
"dependencies": { "dependencies": {
"cron": "^4.3.0", "cron": "^4.3.1",
"node-cron": "^4.0.3", "node-cron": "^4.0.3",
"playwright": "^1.52.0", "playwright": "^1.52.0",
"user-agents": "^1.1.537", "user-agents": "^1.1.537",