cron-allowed-range
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "cron-allowed-range", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Use cron-like expressions to test if a datetime is in an allowed range.", | ||
@@ -30,12 +30,12 @@ "main": "src/index.js", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.11", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.1", | ||
"publish-me-maybe": "^1.0.2" | ||
"coveralls": "^3.1.0", | ||
"mocha": "^8.0.1", | ||
"nyc": "^15.1.0", | ||
"publish-me-maybe": "^1.0.4" | ||
}, | ||
"dependencies": { | ||
"moment": "^2.24.0", | ||
"moment-timezone": "^0.5.28", | ||
"yargs": "^15.3.1" | ||
"moment": "^2.27.0", | ||
"moment-timezone": "^0.5.31", | ||
"yargs": "^15.4.0" | ||
} | ||
} |
31044
10
Updatedmoment@^2.27.0
Updatedmoment-timezone@^0.5.31
Updatedyargs@^15.4.0