From 56a96e9fb7845dc313f16313c7ad8c0959700830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 04:45:39 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 4 updates Bumps the npm_and_yarn group with 4 updates in the / directory: [lodash](https://github.com/lodash/lodash), [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 `lodash` from 3.10.1 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.18.1) 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 1.7.1 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/1.7.1...v6.4.4) Updates `webpack-dev-server` from 1.16.5 to 5.2.3 - [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/v1.16.5...v5.2.3) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production dependency-group: npm_and_yarn - 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.3 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 77fe2f1d..2ccf67b1 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "jquery": "^3.1.0", "jquery-color": "^1.0.0", "json-query": "kilbot/JSON-Query", - "lodash": "^3.10.1", + "lodash": "^4.18.1", "moment": "^2.13.0", "node-polyglot": "^2.0.0", "normalize.css": "^4.2.0", @@ -90,7 +90,7 @@ "grunt-contrib-symlink": "^1.0.0", "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "^1.0.0", - "grunt-karma": "^2.0.0", + "grunt-karma": "^4.0.2", "grunt-mocha-istanbul": "^5.0.2", "grunt-phpunit": "^0.3.6", "grunt-simple-mocha": "^0.4.1", @@ -100,7 +100,7 @@ "istanbul": "^0.4.4", "jsdom": "^9.3.0", "jshint-stylish": "^2.2.0", - "karma": "^1.3.0", + "karma": "^6.4.4", "karma-chai": "^0.1.0", "karma-mocha": "^1.1.1", "karma-mocha-reporter": "^2.1.0", @@ -115,6 +115,6 @@ "sinon-as-promised": "^4.0.2", "sinon-chai": "^2.8.0", "webpack": "^1.13.1", - "webpack-dev-server": "^1.14.1" + "webpack-dev-server": "^5.2.3" } }