From ce3831431ff6ed1abce64a4f999dbb1fa0792a2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 05:07:17 +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 - https://snyk.io/vuln/SNYK-JS-YAML-5458867 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bbc0fa04e0bb..b9b750270029 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "ajv": "^6.11.0", "async": "^3.2.0", "await-sleep": "0.0.1", - "aws-sdk": "^2.610.0", + "aws-sdk": "^2.1354.0", "babel-eslint": "^10.1.0", "broken-link-checker": "^0.7.8", "chalk": "^4.0.0", @@ -93,7 +93,7 @@ "event-to-promise": "^0.8.0", "graphql": "^14.5.8", "heroku-client": "^3.1.0", - "husky": "^4.2.1", + "husky": "^5.0.0", "image-size": "^0.7.4", "japanese-characters": "^1.1.0", "jest": "^26.0.1",