Skip to content

Commit b07873f

Browse files
Update dependency node-cron to v4
1 parent 8836262 commit b07873f

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@prisma/client": "5.4.1",
2121
"cheerio": "^1.0.0-rc.12",
22-
"node-cron": "^3.0.2",
22+
"node-cron": "^4.0.0",
2323
"node-fetch": "^3.3.2",
2424
"robots-parser": "^3.0.1",
2525
"winston": "^3.10.0"

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,10 @@ ms@^2.1.1:
311311
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
312312
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
313313

314-
node-cron@^3.0.2:
315-
version "3.0.2"
316-
resolved "https://registry.yarnpkg.com/node-cron/-/node-cron-3.0.2.tgz#bb0681342bd2dfb568f28e464031280e7f06bd01"
317-
integrity sha512-iP8l0yGlNpE0e6q1o185yOApANRe47UPbLf4YxfbiNHt/RU5eBcGB/e0oudruheSf+LQeDMezqC5BVAb5wwRcQ==
318-
dependencies:
319-
uuid "8.3.2"
314+
node-cron@^4.0.0:
315+
version "4.0.0"
316+
resolved "https://registry.yarnpkg.com/node-cron/-/node-cron-4.0.0.tgz#fcb4925b2bda1e7bee803f7add3ddb0327ae8556"
317+
integrity sha512-xMWGvrhVhBjwyAn5vJVhztG1+wkk7JANHOMI1nSZnwaokD+eslmokJ9aJEzBJgLs0jnyUbRQE6ztdY/vKNM2MQ==
320318

321319
node-domexception@^1.0.0:
322320
version "1.0.0"
@@ -436,11 +434,6 @@ util-deprecate@^1.0.1:
436434
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
437435
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
438436

439-
uuid@8.3.2:
440-
version "8.3.2"
441-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
442-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
443-
444437
web-streams-polyfill@^3.0.3:
445438
version "3.2.1"
446439
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"

0 commit comments

Comments
 (0)