From ae89da4f2c4529930905d71c50cb0af22c0308e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Apr 2024 22:48:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e6e7f2..9ce183b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@cdktf/provider-aws": "^19.6.0", "cdktf": "^0.20.3", - "cdktf-cli": "^0.20.3", + "cdktf-cli": "^0.20.6", "constructs": "^10.3.0", "dotenv": "^16.0.3", "mime-types": "^2.1.35",