From 9f1a76dfa90569e316066b8671df312a28024bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:19:23 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [grunt](https://github.com/gruntjs/grunt) and [grunt-karma](https://github.com/karma-runner/grunt-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.4.6 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.4.6...v4.0.2) --- 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 ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b302437ab1..5f8ef9eb36 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "author": "ng-grid Team", "license": "MIT", "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~1.6.1", "grunt-cli": "~0.1.7", "grunt-jsdoc": "~0.2.4", - "grunt-karma": "~0.4.4", + "grunt-karma": "~4.0.2", "grunt-contrib-watch": "~0.3.1", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-uglify": "~0.1.2",