From b5a7ab70ccddf9a6dbfde66a69c5d8e36b8f92af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:01:43 +0000 Subject: [PATCH] chore(deps-dev): bump karma from 6.4.3 to 6.4.4 in /build Bumps [karma](https://github.com/karma-runner/karma) from 6.4.3 to 6.4.4. - [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.4.3...v6.4.4) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/package.json | 2 +- build/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/package.json b/build/package.json index b66ce6c1529..d73a81e7a00 100644 --- a/build/package.json +++ b/build/package.json @@ -39,7 +39,7 @@ "handlebars": "^4.7.8", "jasmine-core": "^2.99.1", "jasmine-sinon": "^0.4.0", - "karma": "^6.4.3", + "karma": "^6.4.4", "karma-coverage": "*", "karma-firefox-launcher": "^2.1.3", "karma-jasmine": "^1.1.2", diff --git a/build/yarn.lock b/build/yarn.lock index c3fa868a77a..1cfb1027866 100644 --- a/build/yarn.lock +++ b/build/yarn.lock @@ -1097,10 +1097,10 @@ karma-junit-reporter@*: path-is-absolute "^1.0.0" xmlbuilder "12.0.0" -karma@^6.4.3: - version "6.4.3" - resolved "https://registry.yarnpkg.com/karma/-/karma-6.4.3.tgz#763e500f99597218bbb536de1a14acc4ceea7ce8" - integrity sha512-LuucC/RE92tJ8mlCwqEoRWXP38UMAqpnq98vktmS9SznSoUPPUJQbc91dHcxcunROvfQjdORVA/YFviH+Xci9Q== +karma@^6.4.4: + version "6.4.4" + resolved "https://registry.yarnpkg.com/karma/-/karma-6.4.4.tgz#dfa5a426cf5a8b53b43cd54ef0d0d09742351492" + integrity sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w== dependencies: "@colors/colors" "1.5.0" body-parser "^1.19.0"