From 7ad2f7b5e1233eb79edb1d94dbf24d4c2099ed8c Mon Sep 17 00:00:00 2001 From: Denis barbaron Date: Tue, 26 Nov 2024 16:13:42 +0100 Subject: [PATCH] upgrade cross-spawn package version to fix vulnerabilities Signed-off-by: Denis barbaron --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 73c866a..4c17590 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gm", "description": "GraphicsMagick and ImageMagick for node.js", - "version": "1.25.0", + "version": "1.25.1", "author": "Aaron Heckmann ", "keywords": [ "graphics", @@ -44,7 +44,7 @@ "dependencies": { "array-parallel": "~0.1.3", "array-series": "~0.1.5", - "cross-spawn": "^4.0.0", + "cross-spawn": "^7.0.5", "debug": "^3.1.0" } }