From ffb19e925cb18c46fc4efa73b1f839ace28a06a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 15:16:23 +0300 Subject: [PATCH] Bump karma from 5.0.1 to 5.0.2 (#30629) Bumps [karma](https://github.com/karma-runner/karma) from 5.0.1 to 5.0.2. - [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.0.1...v5.0.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e76b8c8863..b12f97c3ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7047,9 +7047,9 @@ } }, "karma": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/karma/-/karma-5.0.1.tgz", - "integrity": "sha512-xrDGtZ0mykEQjx1BUHOP1ITi39MDsCGocmSvLJWHxUQpxuKwxk3ZUrC6HI2VWh1plLC6+7cA3B19m12yzO/FRw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/karma/-/karma-5.0.2.tgz", + "integrity": "sha512-RpUuCuGJfN3WnjYPGIH+VBF8023Lfm3TQH6D1kcNL+FxtEPc2UUz/nVjbVAGXH4Pm+Q7FVOAQjdAeFUpXpQ3IA==", "dev": true, "requires": { "body-parser": "^1.16.1", diff --git a/package.json b/package.json index 245d92e704..560f3afdca 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "hammer-simulator": "0.0.1", "hugo-bin": "^0.57.0", "ip": "^1.1.5", - "karma": "^5.0.1", + "karma": "^5.0.2", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^2.1.1",