Skip to content

Commit

Permalink
Force latest dependencies && audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Jan 3, 2019
1 parent d056aef commit af47b9a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
5 changes: 0 additions & 5 deletions SCHEDULES.md

This file was deleted.

24 changes: 14 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "kue-scheduler",
"version": "0.8.0",
"version": "0.8.1",
"description": "A job scheduler utility for kue, backed by redis and built for node.js with support of schedules restore on system restart",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -61,11 +61,11 @@
],
"dependencies": {
"async": "^2.6.1",
"cron": "^1.4.1",
"cron": "^1.6.0",
"date.js": "^0.3.3",
"human-interval": "^0.1.6",
"kue": "^0.11.6",
"kue-unique": "^1.0.2",
"kue-unique": "^1.0.3",
"lodash": "^4.17.11",
"node-redis-warlock": "^0.2.0",
"uuid": "^3.3.2"
Expand All @@ -78,6 +78,6 @@
"grunt-mocha-test": "^0.13.3",
"jshint-stylish": "^2.2.1",
"mocha": "^5.2.0",
"moment": "^2.22.2"
"moment": "^2.23.0"
}
}

0 comments on commit af47b9a

Please sign in to comment.