fix: Resolves broken Docker build due to croner package version mismatch.

closes #247
This commit is contained in:
towfiqi
2024-11-14 23:08:54 +06:00
parent 12eac2b012
commit aeed1f8559
3 changed files with 13 additions and 11 deletions

11
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"cheerio": "^1.0.0",
"concurrently": "^7.6.0",
"cookies": "^0.8.0",
"croner": "^5.3.5",
"croner": "^9.0.0",
"cryptr": "^6.0.3",
"dayjs": "^1.11.5",
"dotenv": "^16.0.3",
@@ -4977,11 +4977,12 @@
}
},
"node_modules/croner": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/croner/-/croner-5.7.0.tgz",
"integrity": "sha512-9pSLe+tDJnmNak2JeMkz6ZmTCXP5p6vCxSd4kvDqrTJkqAP62j2uAEIZjf8cPDZIakStujqVzh5Y5MIWH3yYAw==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/croner/-/croner-9.0.0.tgz",
"integrity": "sha512-onMB0OkDjkXunhdW9htFjEhqrD54+M94i6ackoUkjHKbRnXdyEyKRelp4nJ1kAz32+s27jP1FsebpJCVl0BsvA==",
"license": "MIT",
"engines": {
"node": ">=6.0"
"node": ">=18.0"
}
},
"node_modules/cross-fetch": {