From 55ba5150ed96e089eb7d34efc89bc3c2fac7f3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:49:40 +0000 Subject: [PATCH] Bump grunt Bumps the npm_and_yarn group with 1 update in the /protected/modules/Genetics 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] --- protected/modules/Genetics/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protected/modules/Genetics/package.json b/protected/modules/Genetics/package.json index 90638ecf0e..503a39f048 100644 --- a/protected/modules/Genetics/package.json +++ b/protected/modules/Genetics/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/openeyes/Genetics/issues" }, "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~1.6.1", "grunt-contrib-compass": "~0.5.0", "grunt-contrib-watch": "~0.5.2", "load-grunt-tasks": "~0.1.0"