From 1f5724706c424a5fc0b6a7ebb46fc8650595bd21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 02:26:12 +0000 Subject: [PATCH] Bump grunt from 1.1.0 to 1.5.3 in /node-bb/install 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] --- 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",