From 98a01272f4af1d68e75ca297ab332f7c95d1a742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 04:44:28 +0000 Subject: [PATCH] Bump grunt from 0.4.2 to 1.5.3 in /project-skeletons/sails Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.2 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.2...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project-skeletons/sails/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-skeletons/sails/package.json b/project-skeletons/sails/package.json index a76b85aa..246a4216 100644 --- a/project-skeletons/sails/package.json +++ b/project-skeletons/sails/package.json @@ -13,7 +13,7 @@ "rc": "~0.5.0", "include-all": "~0.1.3", "ejs": "~0.8.4", - "grunt": "0.4.2", + "grunt": "1.5.3", "grunt-sync": "~0.0.4", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-clean": "~0.5.0",