Skip to content

Commit

Permalink
chore: bump deps per <Airfooox/cron-validate#67>
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 15, 2020
1 parent 290113d commit ea77d81
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 197 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ class Bree extends EventEmitter {
// validate cron pattern
// (must support patterns such as `* * L * *` and `0 0/5 14 * * ?` (and aliases too)
//
// TODO: <https://github.com/Airfooox/cron-validate/issues/67>
// <https://github.com/Airfooox/cron-validate/issues/67>
//
const result = cron(
job.cron,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"boolean": "^3.0.1",
"combine-errors": "^3.0.3",
"cron-validate": "^1.2.0",
"cron-validate": "^1.3.0",
"debug": "^4.1.1",
"human-interval": "^1.0.0",
"is-string-and-not-blank": "^0.0.2",
Expand All @@ -39,16 +39,16 @@
"codecov": "latest",
"cross-env": "latest",
"delay": "^4.4.0",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-xo-lass": "latest",
"fixpack": "latest",
"husky": "latest",
"into-stream": "^5.1.1",
"into-stream": "^6.0.0",
"lint-staged": "latest",
"nyc": "latest",
"remark-cli": "latest",
"remark-preset-github": "latest",
"xo": "^0.32.1"
"xo": "^0.33.0"
},
"engines": {
"node": ">= 12.11.0"
Expand Down
Loading

0 comments on commit ea77d81

Please sign in to comment.