Update ioredis and ioredis-mock
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
"express": "^4.17.1", | "express": "^4.17.1", | ||
"helmet": "^5.0.1", | "helmet": "^5.0.1", | ||
"http-errors": "^2.0.0", | "http-errors": "^2.0.0", | ||
"ioredis": "^4.28.5", | "ioredis": "^5.0.4", | ||
"js-yaml": "^4.0.0", | "js-yaml": "^4.0.0", | ||
"node-fetch": "^3.1.0", | "node-fetch": "^3.1.0", | ||
"sinon": "^13.0.1", | "sinon": "^13.0.1", | ||
... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
"eslint-plugin-n": "^15.0.1", | "eslint-plugin-n": "^15.0.1", | ||
"eslint-plugin-promise": "^6.0.0", | "eslint-plugin-promise": "^6.0.0", | ||
"husky": ">=6", | "husky": ">=6", | ||
"ioredis-mock": "^7.2.0", | "ioredis-mock": "^8.1.1", | ||
"lint-staged": ">=10", | "lint-staged": ">=10", | ||
"mocha": "^9.2.1", | "mocha": "^9.2.1", | ||
"nodemon": "^2.0.7", | "nodemon": "^2.0.7", | ||
... | ... |
Please register or sign in to comment