From 7556c2dfb0d75cfbc5f62f3b550c94c022847242 Mon Sep 17 00:00:00 2001 From: Dominik Gedon Date: Thu, 22 Aug 2024 14:00:00 +0200 Subject: [PATCH] Update cucumber-html-reporter See https://www.npmjs.com/package/cucumber-html-reporter?activeTab=versions Signed-off-by: Dominik Gedon --- salt/controller/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/controller/init.sls b/salt/controller/init.sls index 07912f1f6..fc2bff91d 100644 --- a/salt/controller/init.sls +++ b/salt/controller/init.sls @@ -159,7 +159,7 @@ install_gems_via_bundle: # https://github.com/gkushang/cucumber-html-reporter install_cucumber_html_reporter_via_npm: cmd.run: - - name: npm install cucumber-html-reporter@5.5.0 --save-dev + - name: npm install cucumber-html-reporter@7.2.0 --save-dev - require: - pkg: install_npm