From c388086f1a4b0f41c538643efe43169c2070cb7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 10:30:38 +0000 Subject: [PATCH] Update karma-spec-reporter requirement from 0.0.23 to 0.0.32 Updates the requirements on [karma-spec-reporter](https://github.com/mlex/karma-spec-reporter) to permit the latest version. - [Release notes](https://github.com/mlex/karma-spec-reporter/releases) - [Commits](https://github.com/mlex/karma-spec-reporter/commits/v0.0.32) 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 2708d51f..6fa88edf 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "karma-firefox-launcher": "^1.0.0", "karma-jasmine": "^0.3.8", "karma-phantomjs-launcher": "^1.0.2", - "karma-spec-reporter": "0.0.23", + "karma-spec-reporter": "0.0.32", "moment": "^2.14.1", "phantomjs-prebuilt": "^2.1.3", "run-sequence": "^1.1.5",