From 2676873bb04a1036b0456ee347cece36b4a29131 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Wed, 26 Feb 2025 10:09:39 +0000 Subject: [PATCH] fix: bump utils to 3.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c57f64..6a7ed46 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ }, "main": "index.js", "dependencies": { - "@sasjs/utils": "3.5.0", + "@sasjs/utils": "3.5.1", "axios": "0.27.2", "axios-cookiejar-support": "1.0.1", "form-data": "4.0.0",