From 2715cde8cb7b3990cf0fe4f4f0b2eb7182d81b5a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 May 2020 03:00:19 +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..49df14f 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.1.0", "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..ab1ded0 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.1.0", "grunt-contrib-sass": "0.7.4", "grunt-autoprefixer": "0.7.6", "grunt-csso": "0.6.5",