Compare commits

...

2 commits

Author SHA1 Message Date
a67687a32b Merge pull request 'Update dependency node-cron to v3' (#22) from renovate/node-cron-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #22
2021-03-12 19:28:09 +00:00
567179801b Update dependency node-cron to v3
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
2021-03-11 20:00:36 +00:00

View file

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"abort-controller": "^3.0.0", "abort-controller": "^3.0.0",
"libnmap": "^0.4.19", "libnmap": "^0.4.19",
"node-cron": "^2.0.3", "node-cron": "^3.0.0",
"node-fetch": "^2.6.1" "node-fetch": "^2.6.1"
} }
} }