From b84a47d3e02fd96e386c1cb78d5cad58b3d68176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 05:53:44 +0000 Subject: [PATCH] build(deps-dev): bump karma from 5.2.3 to 6.0.0 Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.0.0. - [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/v5.2.3...v6.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54020e11..97c8fedc 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "html-minifier": "^4.0.0", "husky": "^4.3.6", "jsdomify": "^3.1.1", - "karma": "^5.2.3", + "karma": "^6.0.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-commonjs": "^1.0.0",