Skip to content

Commit

Permalink
Merge pull request #474 from guardian/fp/typerighter-cdk-updates
Browse files Browse the repository at this point in the history
Upgrade typerighter cdk dependencies
  • Loading branch information
Fweddi authored Jul 12, 2024
2 parents 6166dba + f3f672b commit 2d7a5cd
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 844 deletions.
2 changes: 1 addition & 1 deletion cdk/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ EOF
const ruleDB = new GuDatabaseInstance(this, "RuleManagerRDS", {
app: dbAppName,
vpc: ruleManagerApp.vpc,
vpcSubnets: { subnetType: SubnetType.PRIVATE_WITH_NAT },
vpcSubnets: { subnetType: SubnetType.PRIVATE_WITH_EGRESS },
allocatedStorage: 50,
allowMajorVersionUpgrade: false,
autoMinorVersionUpgrade: true,
Expand Down
16 changes: 8 additions & 8 deletions cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"synth": "cdk synth --path-metadata false --version-reporting false"
},
"dependencies": {
"@guardian/cdk": "58.1.2",
"@types/jest": "29.5.6",
"@types/node": "20.8.7",
"aws-cdk": "2.145.0",
"aws-cdk-lib": "2.145.0",
"@guardian/cdk": "58.1.4",
"@types/jest": "29.5.12",
"@types/node": "20.14.10",
"aws-cdk": "2.148.1",
"aws-cdk-lib": "2.148.1",
"constructs": "10.3.0",
"jest": "29.7.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"ts-jest": "29.2.2",
"ts-node": "10.9.2",
"typescript": "5.5.3"
}
}
Loading

0 comments on commit 2d7a5cd

Please sign in to comment.