diff --git a/nodejs14.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs14.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json index 3b2fd4b3a..e1f72a9dd 100644 --- a/nodejs14.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs14.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": "^0.21.1" + "axios": "^1.6.0" }, "scripts": { "test": "mocha tests/unit/" diff --git a/nodejs14.x/hello/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs14.x/hello/{{cookiecutter.project_name}}/hello-world/package.json index 3b2fd4b3a..e1f72a9dd 100644 --- a/nodejs14.x/hello/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs14.x/hello/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": "^0.21.1" + "axios": "^1.6.0" }, "scripts": { "test": "mocha tests/unit/" diff --git a/nodejs16.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs16.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json index 8ecadf10c..2605186e0 100644 --- a/nodejs16.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs16.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": ">=0.21.1" + "axios": ">=1.6.0" }, "scripts": { "test": "mocha tests/unit/" diff --git a/nodejs16.x/hello/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs16.x/hello/{{cookiecutter.project_name}}/hello-world/package.json index 8ecadf10c..2605186e0 100644 --- a/nodejs16.x/hello/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs16.x/hello/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": ">=0.21.1" + "axios": ">=1.6.0" }, "scripts": { "test": "mocha tests/unit/" diff --git a/nodejs18.x/full-stack/{{cookiecutter.project_name}}/frontend/package.json b/nodejs18.x/full-stack/{{cookiecutter.project_name}}/frontend/package.json index 22871eb52..ddc58ceda 100644 --- a/nodejs18.x/full-stack/{{cookiecutter.project_name}}/frontend/package.json +++ b/nodejs18.x/full-stack/{{cookiecutter.project_name}}/frontend/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "axios": "^0.22.0", + "axios": "^1.6.0", "core-js": "^3.18.1", "vue": "^3.0.0" }, diff --git a/nodejs18.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs18.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json index 92a7e89d5..126e7f36d 100644 --- a/nodejs18.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs18.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": ">=0.21.1" + "axios": ">=1.6.0" }, "scripts": { "test": "mocha tests/unit/" diff --git a/nodejs18.x/hello/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs18.x/hello/{{cookiecutter.project_name}}/hello-world/package.json index 92a7e89d5..126e7f36d 100644 --- a/nodejs18.x/hello/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs18.x/hello/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": ">=0.21.1" + "axios": ">=1.6.0" }, "scripts": { "test": "mocha tests/unit/" diff --git a/nodejs20.x/full-stack/{{cookiecutter.project_name}}/frontend/package.json b/nodejs20.x/full-stack/{{cookiecutter.project_name}}/frontend/package.json index 22871eb52..ddc58ceda 100644 --- a/nodejs20.x/full-stack/{{cookiecutter.project_name}}/frontend/package.json +++ b/nodejs20.x/full-stack/{{cookiecutter.project_name}}/frontend/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "axios": "^0.22.0", + "axios": "^1.6.0", "core-js": "^3.18.1", "vue": "^3.0.0" }, diff --git a/nodejs20.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs20.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json index 7ea84be56..0164adcf5 100644 --- a/nodejs20.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs20.x/hello-img/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": ">=0.21.1" + "axios": ">=1.6.0" }, "scripts": { "test": "mocha tests/unit/" diff --git a/nodejs20.x/hello/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs20.x/hello/{{cookiecutter.project_name}}/hello-world/package.json index 7ea84be56..0164adcf5 100644 --- a/nodejs20.x/hello/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs20.x/hello/{{cookiecutter.project_name}}/hello-world/package.json @@ -7,7 +7,7 @@ "author": "SAM CLI", "license": "MIT", "dependencies": { - "axios": ">=0.21.1" + "axios": ">=1.6.0" }, "scripts": { "test": "mocha tests/unit/"