From 285c0d075f520cf4da3429e6e983ba3c029233c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:45:44 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [grunt-karma](https://github.com/karma-runner/grunt-karma), [karma](https://github.com/karma-runner/karma) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `grunt-karma` from 2.0.0 to 4.0.2 - [Release notes](https://github.com/karma-runner/grunt-karma/releases) - [Changelog](https://github.com/karma-runner/grunt-karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/grunt-karma/compare/v2.0.0...v4.0.2) Updates `karma` from 2.0.5 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/v2.0.5...v6.4.4) Updates `webpack-dev-server` from 3.11.3 to 5.2.2 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.3...v5.2.2) --- updated-dependencies: - dependency-name: grunt-karma dependency-version: 4.0.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: karma dependency-version: 6.4.4 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9ae10582..bbacca2b 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,12 @@ "grunt-contrib-watch": "^1.1.0", "grunt-conventional-changelog": "^6.1.0", "grunt-eslint": "^20.2.0", - "grunt-karma": "^2.0.0", + "grunt-karma": "^4.0.2", "grunt-markdox": "^1.2.1", "grunt-webpack": "^3.1.2", "husky": "^0.14.3", "jit-grunt": "^0.10.0", - "karma": "^2.0.0", + "karma": "^6.4.4", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-mocha": "^1.3.0", @@ -52,7 +52,7 @@ "time-grunt": "^1.4.0", "uglify-js": "^3.4.0", "webpack": "^3.11.0", - "webpack-dev-server": "^3.1.4" + "webpack-dev-server": "^5.2.2" }, "scripts": { "document": "node build/docs/doxdox.js",