From 96e05750f86a501342985296ceaf7716ced2b0e2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 6 Jun 2019 21:19:46 +0000 Subject: [PATCH] Update coveralls requirement from ^2.13.1 to ^3.0.4 Updates the requirements on [coveralls](https://github.com/nickmerwin/node-coveralls) to permit the latest version. - [Release notes](https://github.com/nickmerwin/node-coveralls/releases) - [Commits](https://github.com/nickmerwin/node-coveralls/commits/3.0.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96fa830..5fa1a23 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/jest": "^24.0.11", "@types/react": "^16.8.8", "@types/react-dom": "^16.8.2", - "coveralls": "^2.13.1", + "coveralls": "^3.0.4", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.11.2", "jest": "^24.5.0",