From 4fd7b4c83685a8e23633acaff2536dbf3a7d52c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:05:06 +0000 Subject: [PATCH] chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68cb0e4..beffc33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "material-dev-tools", - "version": "7.6.2", + "version": "7.6.3", "description": "Material Theme for Devtools", "author": "Elior Boukhobza ", "license": "MIT", @@ -39,7 +39,7 @@ "gulp-yaml": "^2.0.4", "gulp-zip": "6.0.0", "node-fetch": "3.3.2", - "npm-run-all": "4.1.5", + "npm-run-all2": "5.0.0", "prettier": "3.1.0", "sass": "1.69.5", "stylelint": "15.11.0",