From c62ec23ee8788f9d8a5567d982c16438533e5744 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 23:15:44 +0000 Subject: [PATCH] fix: samcli/local/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-AXIOS-6144788 --- .../{{cookiecutter.project_name}}/hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"