From 30df1cc55d87c3929cf98b3ee83ab9c1981550f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 05:55:35 +0000 Subject: [PATCH] Bump karma from 6.3.1 to 6.3.2 Bumps [karma](https://github.com/karma-runner/karma) from 6.3.1 to 6.3.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/v6.3.1...v6.3.2) 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 77388829d7..2a3acaf029 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "jasmine-core": "~2.4.1", - "karma": "~6.3.1", + "karma": "~6.3.2", "karma-chrome-launcher": "~3.1.0", "karma-coffee-preprocessor": "~1.0.1", "karma-jasmine": "~0.3.8" diff --git a/yarn.lock b/yarn.lock index 99b26a0e2b..2eb5039bf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -498,10 +498,10 @@ karma-jasmine@~0.3.8: resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-0.3.8.tgz#5b6457791ad9b89aa173f079e3ebe1b8c805236c" integrity sha1-W2RXeRrZuJqhc/B54+vhuMgFI2w= -karma@~6.3.1: - version "6.3.1" - resolved "https://registry.yarnpkg.com/karma/-/karma-6.3.1.tgz#88f41e0c8b1784fa0bfaf7b1921ea69a4c6aeb4b" - integrity sha512-Is71g0f1dIpbLTXA+ULpev1i1soczQ1Dr8oum3zSmBFsDl3IWUlTLytsCb9os4v9xvUVWGDz0sCmLO4veANnSw== +karma@~6.3.2: + version "6.3.2" + resolved "https://registry.yarnpkg.com/karma/-/karma-6.3.2.tgz#24b62fbae3e8b5218cc32a0dac49ad08a541e76d" + integrity sha512-fo4Wt0S99/8vylZMxNj4cBFyOBBnC1bewZ0QOlePij/2SZVWxqbyLeIddY13q6URa2EpLRW8ixvFRUMjkmo1bw== dependencies: body-parser "^1.19.0" braces "^3.0.2"