From 3b0cb3f63ec8c2fffe58a0cd0c91ead1b97e0cff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:00:34 +0000 Subject: [PATCH] Bump karma from 1.7.1 to 5.2.3 Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 5.2.3. - [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/compare/1.7.1...v5.2.3) 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 c8d82cd..6948b85 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "grunt-karma": "^2.0.0", "grunt-karma-coveralls": "^2.5.4", "jasmine-core": "2.4.1", - "karma": "^1.1.1", + "karma": "^5.2.3", "karma-coverage": "^1.1.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.1",