From 50e47a9caeec1c0d317c69c2dc20bbdc04f433da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:06:34 +0000 Subject: [PATCH] chore(deps-dev): 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](https://github.com/gruntjs/grunt), [grunt-karma](https://github.com/karma-runner/grunt-karma) and [karma](https://github.com/karma-runner/karma). Updates `grunt` from 0.4.5 to 1.6.1 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v0.4.5...v1.6.1) Updates `grunt-karma` from 0.6.2 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/0.6.2...v4.0.2) Updates `karma` from 0.10.10 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/v0.10.10...v6.4.4) --- updated-dependencies: - dependency-name: grunt dependency-version: 1.6.1 dependency-type: direct:development 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 ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 776135c..7b30df6 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,11 @@ "dependencies": {}, "devDependencies": { "async": "0.1.x", - "grunt": "~0.4.1", + "grunt": "~1.6.1", "grunt-contrib-jshint": "~0.6.4", "grunt-contrib-watch": "~0.5.3", - "grunt-karma": "~0.6.2", - "karma": "~0.10.2", + "grunt-karma": "~4.0.2", + "karma": "~6.4.4", "grunt-conventional-changelog": "~1.0.0", "load-grunt-tasks": "~0.2.0" }