From f21f9f16bb62a123d7f8000e9a8743f07f5667b7 Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Sun, 22 Aug 2021 14:45:09 +0200 Subject: [PATCH] :arrow_up: Upgrade grunt version --- doc/source/ext/sphinx_rtd_theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ext/sphinx_rtd_theme/package.json b/doc/source/ext/sphinx_rtd_theme/package.json index d5bbf203da..190cd21ecf 100644 --- a/doc/source/ext/sphinx_rtd_theme/package.json +++ b/doc/source/ext/sphinx_rtd_theme/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": {}, "devDependencies": { - "grunt": "~0.4.1", + "grunt": ">=1.3.0", "grunt-contrib-sass": "~0.7.2", "grunt-contrib-watch": "~0.4.3", "grunt-contrib-connect": "0.5.0",