From f4e78af130441bc0614d0c7458bff77d32229e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 22 Mar 2018 02:14:59 +0000 Subject: [PATCH] Update jest requirement to 22.4.3 Updates the requirements on [jest](https://github.com/facebook/jest) to permit the latest version. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0d700b..8c246c9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "coveralls": "3.0.0", "doxdox": "2.0.3", "fs": "0.0.2", - "jest": "22.4.2", + "jest": "22.4.3", "jsdoc": "3.5.5", "jshint": "2.9.5", "onchange": "3.3.0",