From 24a119f8e10b5fe8563de1d5ef06219c47e71f1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Apr 2023 16:56:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c977e9..5e8fff6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "aws-lambda": "^1.0.5", "async": "^3.2.0", - "aws-sdk": "~2.818.0", + "aws-sdk": "~2.1354.0", "bluebird": "^3.7.0", "cheerio": "^1.0.0-rc.3", "cheerio-tableparser": "^1.0.1",