From 75c76e6036022879a5df7ef44d4b1ab21ded7038 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jun 2023 14:09:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-5668858 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9a9593..e56f2b9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "bluebird": "^3.7.2", - "fast-xml-parser": "^3.17.4" + "fast-xml-parser": "^4.2.4" }, "devDependencies": { "coveralls": "^3.1.0",