From 346ec9ef1d4f24b2e0c217ab4539d3066ef34ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 12:14:59 +0000 Subject: [PATCH] Bump karma from 6.3.9 to 6.3.10 Bumps [karma](https://github.com/karma-runner/karma) from 6.3.9 to 6.3.10. - [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.9...v6.3.10) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-patch ... 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 989f9e71e6..e698d0fc42 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@storybook/server": "^6.4.9", "jasmine-core": "~2.4.1", "jest": "^27.4.7", - "karma": "~6.3.9", + "karma": "~6.3.10", "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 24fed48cf2..a7e16d895a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8443,10 +8443,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.9: - version "6.3.9" - resolved "https://registry.yarnpkg.com/karma/-/karma-6.3.9.tgz#cc309607f0fcdb58a88643184f3e4ba8bff26751" - integrity sha512-E/MqdLM9uVIhfuyVnrhlGBu4miafBdXEAEqCmwdEMh3n17C7UWC/8Kvm3AYKr91gc7scutekZ0xv6rxRaUCtnw== +karma@~6.3.10: + version "6.3.10" + resolved "https://registry.yarnpkg.com/karma/-/karma-6.3.10.tgz#dfaeae8ef79e6dd3bc95701b3b9d37e79140f8be" + integrity sha512-Ofv+sgrkT8Czo6bzzQCvrwVyRSG8/3e7RbawEuxjfsINony+IR/S2csNRUFgPNfmWvju+dqi/MzQGOJ2LnlmfQ== dependencies: body-parser "^1.19.0" braces "^3.0.2"