From 30769c7a55a8cc2a97d3aadaa675a2cb3aeda6de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Apr 2020 01:40:35 -0500 Subject: [PATCH] fix: upgrade redux-thunk from 2.2.0 to 2.3.0 Snyk has created this PR to upgrade redux-thunk from 2.2.0 to 2.3.0. See this package in NPM: https://www.npmjs.com/package/redux-thunk See this project in Snyk: https://app.snyk.io/org/davidkindler/project/16e4dae1-0136-488c-b362-2a36df007c77?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 013db78..308e9de 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react-router": "^4.3.1", "redux": "^3.6.0", "redux-logger": "^3.0.6", - "redux-thunk": "^2.2.0", + "redux-thunk": "^2.3.0", "snyk": "^1.189.0" }, "snyk": true