diff --git a/samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs6/{{cookiecutter.project_name}}/hello-world/package.json b/samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs6/{{cookiecutter.project_name}}/hello-world/package.json index 80086fd6db..758be25373 100644 --- a/samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs6/{{cookiecutter.project_name}}/hello-world/package.json +++ b/samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs6/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": "^0.18.0" + "axios": "^1.6.3" }, "scripts": { "test": "mocha tests/unit/"