Skip to content

Commit d771ed8

Browse files
committed
chore: bump deps
1 parent dba7907 commit d771ed8

File tree

2 files changed

+220
-228
lines changed

2 files changed

+220
-228
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bree",
33
"description": "The best job scheduler for Node.js with support for cron, dates, ms, later, and human-friendly strings. Uses workers to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and the most lightweight tool for the job. Made for Forward Email and Lad.",
4-
"version": "1.1.21",
4+
"version": "1.1.22",
55
"author": "Nick Baugh <[email protected]> (http://niftylettuce.com/)",
66
"ava": {
77
"files": [
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"boolean": "^3.0.1",
2525
"combine-errors": "^3.0.3",
26-
"cron-validate": "^1.1.5",
26+
"cron-validate": "^1.2.0",
2727
"debug": "^4.1.1",
2828
"human-interval": "^1.0.0",
2929
"is-string-and-not-blank": "^0.0.2",
@@ -38,8 +38,8 @@
3838
"ava": "latest",
3939
"codecov": "latest",
4040
"cross-env": "latest",
41-
"delay": "^4.3.0",
42-
"eslint": "^7.4.0",
41+
"delay": "^4.4.0",
42+
"eslint": "^7.6.0",
4343
"eslint-config-xo-lass": "latest",
4444
"fixpack": "latest",
4545
"husky": "latest",

0 commit comments

Comments
 (0)