From 7c3f9d3c6012813faae1cc5b7834276adb161c10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 21:28:19 +0000 Subject: [PATCH] fix: samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 --- .../{{cookiecutter.project_name}}/hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json b/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json index 8f876665cc..8dbb1aba2e 100644 --- a/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json +++ b/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": "^0.18.0" + "axios": "^0.20.0" }, "scripts": { "test": "mocha tests/unit/"