From 904de2221446719dcd4468209fa91fe97b5aa293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:43:06 +0000 Subject: [PATCH] Bump grunt in /static/nvd3 in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /static/nvd3 directory: [grunt](https://github.com/gruntjs/grunt). 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) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- static/nvd3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/nvd3/package.json b/static/nvd3/package.json index 6e328d1..00f6e46 100644 --- a/static/nvd3/package.json +++ b/static/nvd3/package.json @@ -2,7 +2,7 @@ "name": "nvd3", "version": "0.0.1", "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~1.6.1", "grunt-contrib-jshint": "~0.3.0", "grunt-contrib-watch": "~0.3.1", "grunt-contrib-uglify": "~0.2.0",