From d7f725008f62563d2c82b36f946da4c851f356aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 30 May 2018 10:00:50 +0000 Subject: [PATCH] Update karma requirement to ^2.0.2 in /build Updates the requirements on [karma](https://github.com/karma-runner/karma) to permit the latest version. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/commits/v2.0.2) Signed-off-by: dependabot[bot] --- build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package.json b/build/package.json index 40e399ea546..f880d201dc1 100644 --- a/build/package.json +++ b/build/package.json @@ -16,7 +16,7 @@ "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "~3.5.5", - "karma": "^1.5.0", + "karma": "^2.0.2", "karma-coverage": "*", "karma-jasmine": "^1.1.0", "karma-jasmine-sinon": "^1.0.4",