From 30cd982270f32b87fdf4988c3cb3358c0bf455c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 06:09:54 +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 0d55b07..174130b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "license": "MIT", "dependencies": { - "aws-sdk": "~2.0.14", + "aws-sdk": "~2.1354.0", "lodash": "2.4.x", "joi": "2.9.x", "node-uuid": "1.4.x",