Skip to content

Commit faea97f

Browse files
committed
Update dependencies
1 parent cca6fab commit faea97f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"author": "SAM CLI",
88
"license": "MIT",
99
"dependencies": {
10-
"axios": ">=1.8.2"
10+
"axios": ">=1.12.2"
1111
},
1212
"devDependencies": {
13-
"chai": "^5.2.0",
14-
"mocha": "^11.1.0"
13+
"chai": "^6.0.1",
14+
"mocha": "^11.7.2"
1515
}
1616
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"author": "SAM CLI",
88
"license": "MIT",
99
"dependencies": {
10-
"axios": ">=1.8.2"
10+
"axios": ">=1.12.2"
1111
},
1212
"scripts": {
1313
"test": "mocha tests/unit/"
1414
},
1515
"devDependencies": {
16-
"chai": "^5.2.0",
17-
"mocha": "^11.1.0"
16+
"chai": "^6.0.1",
17+
"mocha": "^11.7.2"
1818
}
1919
}

0 commit comments

Comments
 (0)