Skip to content

Commit dbf281d

Browse files
committed
Update dependencies
1 parent 5932884 commit dbf281d

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
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.6.0"
10+
"axios": ">=1.8.2"
1111
},
1212
"devDependencies": {
13-
"chai": "^4.3.6",
14-
"mocha": "^10.2.0"
13+
"chai": "^5.2.0",
14+
"mocha": "^11.1.0"
1515
}
1616
}

appsync-notify-subscribers-of-database-updates/3-lambda/externalDepsLayer/nodejs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"aws-appsync": "^4.1.2",
13-
"axios": "^0.28.0",
14-
"graphql": "^15.3.0",
15-
"graphql-tag": "^2.12.5",
12+
"aws-appsync": "^4.1.10",
13+
"axios": "^1.8.2",
14+
"graphql": "^16.10.0",
15+
"graphql-tag": "^2.12.6",
1616
"isomorphic-fetch": "^3.0.0"
1717
}
1818
}

cdk-kinesis-poison-pill/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@
1313
"clean-build": "npm run clean && npm run build"
1414
},
1515
"devDependencies": {
16-
"@types/jest": "^27.5.2",
17-
"@types/js-yaml": "^4.0.5",
18-
"@types/node": "10.17.27",
19-
"@types/prettier": "2.6.0",
20-
"@types/uuid": "^8.3.4",
21-
"aws-cdk": "2.80.0",
22-
"aws-cdk-local": "^2.15.0",
23-
"aws-sdk": "^2.1071.0",
24-
"axios": "^0.28.0",
25-
"jest": "^27.5.1",
16+
"@types/jest": "^29.5.14",
17+
"@types/js-yaml": "^4.0.9",
18+
"@types/node": "22.13.10",
19+
"@types/prettier": "3.0.0",
20+
"@types/uuid": "^10.0.0",
21+
"aws-cdk": "2.1003.0",
22+
"aws-cdk-local": "^2.19.2",
23+
"aws-sdk": "^2.1692.0",
24+
"axios": "^1.8.2",
25+
"jest": "^29.7.0",
2626
"jest-openapi": "^0.14.2",
27-
"openapi-typescript-codegen": "^0.23.0",
28-
"ts-jest": "^27.1.4",
29-
"ts-node": "^10.9.1",
30-
"typescript": "^4.8.2",
31-
"yargs": "^17.5.1"
27+
"openapi-typescript-codegen": "^0.29.0",
28+
"ts-jest": "^29.2.6",
29+
"ts-node": "^10.9.2",
30+
"typescript": "^5.8.2",
31+
"yargs": "^17.7.2"
3232
},
3333
"dependencies": {
34-
"@aws-cdk/aws-lambda-go-alpha": "2.55.1-alpha.0",
35-
"aws-cdk-lib": "2.80.0",
36-
"constructs": "^10.0.0",
34+
"@aws-cdk/aws-lambda-go-alpha": "2.182.0-alpha.0",
35+
"aws-cdk-lib": "2.182.0",
36+
"constructs": "^10.4.2",
3737
"js-yaml": "^4.1.0",
38-
"openapi3-ts": "^3.0.2",
38+
"openapi3-ts": "^4.4.0",
3939
"source-map-support": "^0.5.21",
40-
"uuid": "^9.0.0"
40+
"uuid": "^11.1.0"
4141
}
4242
}

0 commit comments

Comments
 (0)