From 597b15fddd5cff3e377781677ae248be76a998cf Mon Sep 17 00:00:00 2001 From: PabloVD Date: Tue, 28 Jan 2025 12:52:04 +0100 Subject: [PATCH 1/2] Update sharp version --- modules/ros/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ros/package.json b/modules/ros/package.json index e1259859..359d4680 100644 --- a/modules/ros/package.json +++ b/modules/ros/package.json @@ -19,7 +19,7 @@ "lodash": "^4.17.11", "math.gl": "^3.0.0", "rosbag": "^2.0.0", - "sharp": "^0.23.0", + "sharp": "^0.33.5", "yargs": "^13.2.2" }, "scripts": { From f2ff91668e37396c84865573973e48726e52042b Mon Sep 17 00:00:00 2001 From: PabloVD Date: Tue, 28 Jan 2025 13:04:05 +0100 Subject: [PATCH 2/2] Update sharp version in kitti example --- examples/converters/kitti/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/converters/kitti/package.json b/examples/converters/kitti/package.json index d95b938f..b6150ebc 100644 --- a/examples/converters/kitti/package.json +++ b/examples/converters/kitti/package.json @@ -11,7 +11,7 @@ "binary-parser": "^1.3.2", "dotty": "^0.1.0", "glob": "^7.1.2", - "sharp": "^0.23.0", + "sharp": "^0.33.5", "uuid": "^3.2.1", "xml2json": "^0.11.2" },