From d65e40eba0b4b39e076677fc952e5c2e25602b08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:13:57 +0000 Subject: [PATCH] Update dependency grunt to v1 --- docs/shower/package.json | 2 +- docs/themes/ribbon/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shower/package.json b/docs/shower/package.json index 1462df7..81f6c87 100644 --- a/docs/shower/package.json +++ b/docs/shower/package.json @@ -28,7 +28,7 @@ "devDependencies": { "dalek-browser-chrome": "0.0.11", "dalekjs": "0.0.8", - "grunt": "0.4.5", + "grunt": "1.6.1", "grunt-contrib-connect": "0.7.1", "grunt-contrib-uglify": "0.4.1", "grunt-contrib-watch": "0.5.3", diff --git a/docs/themes/ribbon/package.json b/docs/themes/ribbon/package.json index b8a5c85..571f39c 100644 --- a/docs/themes/ribbon/package.json +++ b/docs/themes/ribbon/package.json @@ -27,7 +27,7 @@ "theme" ], "devDependencies": { - "grunt": "0.4.5", + "grunt": "1.6.1", "grunt-contrib-sass": "0.7.4", "grunt-autoprefixer": "0.7.6", "grunt-csso": "0.6.5",