From e1fdf38f962ff0e6ca991bd2b98c5b71abfab6fe Mon Sep 17 00:00:00 2001 From: Denis DelGrosso Date: Mon, 5 Aug 2024 14:38:51 +0000 Subject: [PATCH] fix(deps): update fast-xml-parser to 4.4.1 due to security vulnerability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 248ca0393..16fd55ba9 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "abort-controller": "^3.0.0", "async-retry": "^1.3.3", "duplexify": "^4.1.3", - "fast-xml-parser": "^4.3.0", + "fast-xml-parser": "^4.4.1", "gaxios": "^6.0.2", "google-auth-library": "^9.6.3", "html-entities": "^2.5.2",