From 7367a22ad777282743b5532d0e4756422f9ebb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:56:22 +0000 Subject: [PATCH] Bump grunt from 0.4.5 to 1.5.3 in /nodejs/sails/sail-example/todo Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3. - [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.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nodejs/sails/sail-example/todo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/sails/sail-example/todo/package.json b/nodejs/sails/sail-example/todo/package.json index ecca46cd..81325023 100644 --- a/nodejs/sails/sail-example/todo/package.json +++ b/nodejs/sails/sail-example/todo/package.json @@ -6,7 +6,7 @@ "keywords": [], "dependencies": { "ejs": "2.7.1", - "grunt": "0.4.5", + "grunt": "1.5.3", "grunt-contrib-clean": "0.6.0", "grunt-contrib-coffee": "0.13.0", "grunt-contrib-concat": "0.5.1",