From f343bdcf3fc93eab4f3f6ae04d72364c25c89e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:56:42 +0000 Subject: [PATCH] Bump karma Bumps the npm_and_yarn group with 1 update in the /scripts/node_modules.sh/debug directory: [karma](https://github.com/karma-runner/karma). Updates `karma` from 3.1.4 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/v3.1.4...v6.4.4) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- scripts/node_modules.sh/debug/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/node_modules.sh/debug/package.json b/scripts/node_modules.sh/debug/package.json index 8eea05520..03eeb06d6 100644 --- a/scripts/node_modules.sh/debug/package.json +++ b/scripts/node_modules.sh/debug/package.json @@ -38,7 +38,7 @@ "browserify": "^16.2.3", "coveralls": "^3.0.2", "istanbul": "^0.4.5", - "karma": "^3.1.4", + "karma": "^6.4.4", "karma-browserify": "^6.0.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0",