From 15d44acc934bf31fd97c66885a1bd3fc41f5f181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 19:13:10 +0000 Subject: [PATCH] Bump karma from 1.7.1 to 6.3.6 Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.6. - [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...v6.3.6) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b29a97..9764572 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "jasmine-node": "^1.14.5", "jshint": "^2.9.1", "jshint-stylish": "^2.1.0", - "karma": "~1.7.1", + "karma": "~6.3.6", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.1.0", "karma-phantomjs-launcher": "^1.0.0",