diff --git a/samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json b/samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json index 6e5abce643..5f0a07ad31 100644 --- a/samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json +++ b/samcli/local/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": "^1.6.4" }, "scripts": { "test": "mocha tests/unit/"