Skip to content

Commit

Permalink
v5.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Sep 16, 2019
1 parent d065057 commit fc739d6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 35 deletions.
61 changes: 29 additions & 32 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "node-resque",
"description": "an opinionated implementation of resque in node",
"license": "Apache-2.0",
"version": "5.5.6",
"version": "5.5.7",
"homepage": "http://github.com/taskrabbit/node-resque",
"repository": {
"type": "git",
Expand All @@ -25,12 +25,12 @@
"node": ">= 8"
},
"dependencies": {
"ioredis": "^4.14.0"
"ioredis": "^4.14.1"
},
"devDependencies": {
"jest": "^24.9.0",
"node-schedule": "^1.3.2",
"standard": "^14.1.0"
"standard": "^14.3.0"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down

0 comments on commit fc739d6

Please sign in to comment.