mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor(core): Centralize CronJob management (#10033)
This commit is contained in:
committed by
GitHub
parent
36b314d031
commit
09f2cf9eaf
@@ -28,7 +28,6 @@
|
||||
"devDependencies": {
|
||||
"@types/aws4": "^1.5.1",
|
||||
"@types/concat-stream": "^2.0.0",
|
||||
"@types/cron": "~1.7.1",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
@@ -40,7 +39,7 @@
|
||||
"aws4": "1.11.0",
|
||||
"axios": "1.6.7",
|
||||
"concat-stream": "2.0.0",
|
||||
"cron": "1.7.2",
|
||||
"cron": "3.1.7",
|
||||
"fast-glob": "3.2.12",
|
||||
"file-type": "16.5.4",
|
||||
"form-data": "4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user