From f1c956c60a012e98f4869bf334dfe88a305fb14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=BCnther?= Date: Wed, 28 Aug 2024 15:23:25 +0200 Subject: [PATCH] FEATURE: Upgrade javascript dependencies The JavaScript dependencies were pretty outdated and could not been built with newer Node.js versions. With this dependency versions, it will build with node 18 and newer. --- Resources/Private/Library/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Library/package.json b/Resources/Private/Library/package.json index 9016473..1afa736 100644 --- a/Resources/Private/Library/package.json +++ b/Resources/Private/Library/package.json @@ -2,10 +2,10 @@ "name": "Libraries", "description": "Fetch image processing binaries", "dependencies": { - "gifsicle": "2.0.*", - "jpegtran-bin": "2.0.*", - "optipng-bin": "2.0.*", - "svgo": "0.5.*" + "gifsicle": "^7.0", + "jpegtran-bin": "^7.0", + "optipng-bin": "^9.0.0", + "svgo": "^3.3.2" }, "repository": { "type": "git",