Skip to content

Commit c4bf66b

Browse files
committed
fix: update axios to ^1.15.2 to resolve Dependabot security alerts
1 parent 077f52c commit c4bf66b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apigw-rest-api-lambda-node/hello_world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "SAM CLI",
88
"license": "MIT",
99
"dependencies": {
10-
"axios": ">=1.13.5"
10+
"axios": "^1.15.2"
1111
},
1212
"devDependencies": {
1313
"chai": "^6.0.1",

msk-lambda-iam-node-sam/HandlerKafka/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "SAM CLI",
88
"license": "MIT",
99
"dependencies": {
10-
"axios": ">=1.12.2"
10+
"axios": "^1.15.2"
1111
},
1212
"scripts": {
1313
"test": "mocha tests/unit/"

0 commit comments

Comments
 (0)