From 556c36f4872f501e8828d4093113f17c8c3f1493 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Mar 2020 03:44:30 +0000 Subject: [PATCH] fix: upgrade ioredis from 4.16.0 to 4.16.1 Snyk has created this PR to upgrade ioredis from 4.16.0 to 4.16.1. See this package in NPM: https://www.npmjs.com/package/ioredis See this project in Snyk: https://app.snyk.io/org/bangbang93/project/e1df27f2-8395-45ba-b543-86a30a615cf8?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b808126..d3d6144e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6360,9 +6360,9 @@ "dev": true }, "ioredis": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.16.0.tgz", - "integrity": "sha512-tlalhtuvnxXJNtrPjec1nGicuOCpi9ErYV/fRfwaWSzktX9ESrzHlcFwj1pVAL326E8dmt7h9pPQZyyVPPksRA==", + "version": "4.16.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.16.1.tgz", + "integrity": "sha512-g76Mm9dE7BLuewncu1MimGZw5gDDjDwjoRony/VoSxSJEKAhuYncDEwYKYjtHi2NWsTNIB6XXRjE64uVa/wpKQ==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.1.1", diff --git a/package.json b/package.json index a69655a5..092778bf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "fundebug-nodejs": "0.2.0", "helmet": "^3.22.0", "http-errors": "^1.7.3", - "ioredis": "^4.16.0", + "ioredis": "^4.16.1", "knex": "^0.20.13", "lodash": "^4.17.15", "loud-rejection": "^2.2.0",