Skip to content

Commit

Permalink
upgrading redis
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Oct 20, 2023
1 parent bf4a06f commit 5743d1e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
78 changes: 39 additions & 39 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 @@ -25,9 +25,6 @@
"test:watch": "node --watch --test",
"e2e": "node --test test/e2e"
},
"dependencies": {
"redis": "^4.6.6"
},
"peerDependencies": {
"hubot": ">= 9.x.x"
},
Expand All @@ -40,5 +37,8 @@
"next"
],
"dryRun": false
},
"dependencies": {
"redis": "^4.6.10"
}
}

0 comments on commit 5743d1e

Please sign in to comment.