From bcbb1c9d376dab2325e2154b84818304a4adf6c1 Mon Sep 17 00:00:00 2001 From: Arunodhai V <60264218+Arunodhai@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:18:31 +0530 Subject: [PATCH] fix(deps): bump libxmljs to 0.19.8 Fixes: GHSA-773h-w45w-f2f9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2019aece..5b88a925 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "express-fileupload": "^1.3.1", "express-graphql": "^0.12.0", "html-pdf-node": "^1.0.8", - "jsonwebtoken": "^8.5.1", - "libxmljs": "^0.19.7", + "jsonwebtoken": "^9.0.0", + "libxmljs": "^0.19.8", "md5": "^2.3.0", "mongodb": "^4.3.1", "mysql2": "^2.3.3",