From 998c23698d1ef025f1a60a86409b21d2e7e2c91d Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Fri, 28 Apr 2023 09:55:48 +0000 Subject: [PATCH] Update dependency karma to v6.4.2 (#1870) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [karma](https://karma-runner.github.io/) ([source](https://github.com/karma-runner/karma)) | devDependencies | patch | [`6.4.1` -> `6.4.2`](https://renovatebot.com/diffs/npm/karma/6.4.1/6.4.2) | --- ### Release Notes
karma-runner/karma ### [`v6.4.2`](https://github.com/karma-runner/karma/blob/HEAD/CHANGELOG.md#​642-httpsgithubcomkarma-runnerkarmacomparev641v642-2023-04-21) [Compare Source](https://github.com/karma-runner/karma/compare/v6.4.1...v6.4.2) ##### Bug Fixes - few typos ([c6a4271](https://github.com/karma-runner/karma/commit/c6a42710b40e81269f1e6c5d5bb55d01188a8872))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1870 Reviewed-by: Epsilon_02 Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index de4c6592..daa617d0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -69,7 +69,7 @@ "eslint-plugin-prettier": "4.2.1", "jasmine-core": "4.6.0", "jasmine-spec-reporter": "7.0.0", - "karma": "6.4.1", + "karma": "6.4.2", "karma-chrome-launcher": "3.2.0", "karma-coverage": "2.2.0", "karma-jasmine": "5.1.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 0ee87e3f..c3ad3fde 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6624,10 +6624,10 @@ karma-source-map-support@1.4.0: dependencies: source-map-support "^0.5.5" -karma@6.4.1: - version "6.4.1" - resolved "https://registry.yarnpkg.com/karma/-/karma-6.4.1.tgz#f2253716dd3a41aaa813fa9f54b6ee047e1127d9" - integrity sha512-Cj57NKOskK7wtFWSlMvZf459iX+kpYIPXmkNUzP2WAFcA7nhr/ALn5R7sw3w+1udFDcpMx/tuB8d5amgm3ijaA== +karma@6.4.2: + version "6.4.2" + resolved "https://registry.yarnpkg.com/karma/-/karma-6.4.2.tgz#a983f874cee6f35990c4b2dcc3d274653714de8e" + integrity sha512-C6SU/53LB31BEgRg+omznBEMY4SjHU3ricV6zBcAe1EeILKkeScr+fZXtaI5WyDbkVowJxxAI6h73NcFPmXolQ== dependencies: "@colors/colors" "1.5.0" body-parser "^1.19.0"