From 3db4d7b21b2399808db54be98dc81c903eaa3b8e Mon Sep 17 00:00:00 2001 From: revathi kakumani Date: Tue, 22 Oct 2024 17:14:40 +0530 Subject: [PATCH] Update package.json-snyk issue fix SER-9045 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22ce587..34eaa9f 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ }, "dependencies": { "d3-save-svg": "0.0.2", - "jspdf": "^1.5.3" + "jspdf": "^2.5.2" } }