Skip to content

Commit

Permalink
fix: upgrade node-cron from 3.0.2 to 3.0.3
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade node-cron from 3.0.2 to 3.0.3.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/broven/project/1c284427-bf36-48ab-9f43-cacf277535f5?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 29, 2023
1 parent 78c7460 commit 8547a55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"dependencies": {
"animate-metainfo-parser-cn": "*",
"chalk": "^4.1.2",
"node-cron": "^3.0.2"
"node-cron": "^3.0.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4666,10 +4666,10 @@ no-case@^3.0.4:
lower-case "^2.0.2"
tslib "^2.0.3"

node-cron@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/node-cron/-/node-cron-3.0.2.tgz#bb0681342bd2dfb568f28e464031280e7f06bd01"
integrity sha512-iP8l0yGlNpE0e6q1o185yOApANRe47UPbLf4YxfbiNHt/RU5eBcGB/e0oudruheSf+LQeDMezqC5BVAb5wwRcQ==
node-cron@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/node-cron/-/node-cron-3.0.3.tgz#c4bc7173dd96d96c50bdb51122c64415458caff2"
integrity sha512-dOal67//nohNgYWb+nWmg5dkFdIwDm8EpeGYMekPMrngV3637lqnX0lbUcCtgibHTz6SEz7DAIjKvKDFYCnO1A==
dependencies:
uuid "8.3.2"

Expand Down

0 comments on commit 8547a55

Please sign in to comment.