From 2c4afdf0a08d81f7b26f924205d326aa3a9e0ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Oct 2018 07:40:18 +0000 Subject: [PATCH] Bump ioredis from 4.0.0 to 4.0.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md) - [Commits](https://github.com/luin/ioredis/compare/v4.0.0...v4.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d95dff..c23a488 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chillastic", - "version": "2.12.7", + "version": "2.12.19", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2833,9 +2833,9 @@ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" }, "ioredis": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.0.0.tgz", - "integrity": "sha512-KDio3eKM4zZWRPWlcM26E4Dcbj1bH6pPLNuCHJwKucklsEVMXT0axh5ctPaETbkPIBLRk910qKOEQoXSFkn+dw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.0.1.tgz", + "integrity": "sha512-X0X0EiM/4kc8pkBmPFIHYs0DljVkJLl31dI0jzZXLWeh8xSafpnpLC/ZJRSnz/X/Fw2tNijuh/sNM8Tt0Z+orA==", "requires": { "cluster-key-slot": "^1.0.6", "debug": "^3.1.0", @@ -2854,7 +2854,7 @@ "lodash.sample": "^4.2.1", "lodash.shuffle": "^4.2.0", "lodash.values": "^4.3.0", - "redis-commands": "^1.2.0", + "redis-commands": "^1.3.5", "redis-errors": "^1.2.0", "redis-parser": "^3.0.0", "standard-as-callback": "^1.0.0"