From f06bf2c770f6bb85bb11a9b6bef635a058a517f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:33:01 -0400 Subject: [PATCH] Bump grunt from 1.1.0 to 1.5.3 in /node-bb/install (#11945) Bumps [grunt](https://github.com/gruntjs/grunt) from 1.1.0 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/v1.1.0...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- node-bb/install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-bb/install/package.json b/node-bb/install/package.json index c2cc0ae5370..590d9e974bd 100644 --- a/node-bb/install/package.json +++ b/node-bb/install/package.json @@ -156,7 +156,7 @@ "eslint": "6.8.0", "eslint-config-airbnb-base": "14.1.0", "eslint-plugin-import": "2.20.2", - "grunt": "1.1.0", + "grunt": "1.5.3", "grunt-contrib-watch": "1.1.0", "husky": "4.2.5", "jsdom": "16.2.2",