From 46f190804b0c3b30918358a2ef01bf9618a0e21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 10:07:29 +0000 Subject: [PATCH] Bump karma from 6.1.1 to 6.2.0 Bumps [karma](https://github.com/karma-runner/karma) from 6.1.1 to 6.2.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/v6.1.1...v6.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d032b698..b60d4747 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gulp": "^4.0.2", "hypothesis": "^1.704.0", "is-equal-shallow": "^0.1.3", - "karma": "^6.1.1", + "karma": "^6.2.0", "karma-browserify": "^8.0.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index c9a32410..ffcd6f67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5494,10 +5494,10 @@ karma-sinon@^1.0.5: resolved "https://registry.yarnpkg.com/karma-sinon/-/karma-sinon-1.0.5.tgz#4e3443f2830fdecff624d3747163f1217daa2a9a" integrity sha1-TjRD8oMP3s/2JNN0cWPxIX2qKpo= -karma@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/karma/-/karma-6.1.1.tgz#a7539618cca0f2cbb26d5497120ec31fe340c2a1" - integrity sha512-vVDFxFGAsclgmFjZA/qGw5xqWdZIWxVD7xLyCukYUYd5xs/uGzYbXGOT5zOruVBQleKEmXIr4H2hzGCTn+M9Cg== +karma@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/karma/-/karma-6.2.0.tgz#5302ca36390b146f635b3427982afe0a94c72ff7" + integrity sha512-pCB8eNxGgdIdZeC885rbhZ/VyuOPNHUIDNL9EaaMf1NVzpvTjMO8a7zRTn51ZJhOOOxCSpalUdT1A8x76LyVqg== dependencies: body-parser "^1.19.0" braces "^3.0.2"