Skip to content

Commit

Permalink
Merge pull request #1965 from guardian/update-aws-cdk-2.90.0
Browse files Browse the repository at this point in the history
fix(deps): Update AWS CDK libraries to 2.90.0, and constructs to 10.2.69
  • Loading branch information
akash1810 authored Aug 8, 2023
2 parents 1d59180 + c7d18a3 commit 83f19f8
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 27 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/lodash.upperfirst": "^4.3.7",
"@types/node": "20.4.5",
"@types/yargs": "^17.0.19",
"aws-cdk": "2.87.0",
"aws-cdk": "2.90.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.46.0",
"eslint-plugin-custom-rules": "file:tools/eslint",
Expand All @@ -54,7 +54,7 @@
},
"dependencies": {
"@oclif/core": "2.11.5",
"aws-cdk-lib": "2.87.0",
"aws-cdk-lib": "2.90.0",
"aws-sdk": "^2.1427.0",
"chalk": "^4.1.2",
"codemaker": "^1.86.0",
Expand All @@ -68,8 +68,8 @@
"yargs": "^17.6.2"
},
"peerDependencies": {
"aws-cdk": "2.87.0",
"aws-cdk-lib": "2.87.0",
"aws-cdk": "2.90.0",
"aws-cdk-lib": "2.90.0",
"constructs": "10.2.69"
},
"config": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2027,6 +2027,9 @@ exports[`The ErrorBudgetAlarmExperimental construct should create the correct re
"Type": "AWS::EC2::SecurityGroupIngress",
},
"teststackTESTtestguec2appAA7F41BE": {
"DependsOn": [
"InstanceRoleTestguec2appC325BE42",
],
"Properties": {
"LaunchTemplateData": {
"IamInstanceProfile": {
Expand Down Expand Up @@ -3399,6 +3402,9 @@ exports[`The ErrorBudgetAlarmExperimental construct should create the correct re
"Type": "AWS::EC2::SecurityGroupIngress",
},
"teststackTESTtestguec2appAA7F41BE": {
"DependsOn": [
"InstanceRoleTestguec2appC325BE42",
],
"Properties": {
"LaunchTemplateData": {
"IamInstanceProfile": {
Expand Down
6 changes: 6 additions & 0 deletions src/patterns/ec2-app/__snapshots__/base.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,9 @@ exports[`the GuEC2App pattern can produce a restricted EC2 app locked to specifi
"Type": "AWS::EC2::SecurityGroupIngress",
},
"teststackTESTtestguec2appAA7F41BE": {
"DependsOn": [
"InstanceRoleTestguec2appC325BE42",
],
"Properties": {
"LaunchTemplateData": {
"IamInstanceProfile": {
Expand Down Expand Up @@ -1669,6 +1672,9 @@ exports[`the GuEC2App pattern should produce a functional EC2 app with minimal a
"Type": "AWS::EC2::SecurityGroupIngress",
},
"teststackTESTtestguec2appAA7F41BE": {
"DependsOn": [
"InstanceRoleTestguec2appC325BE42",
],
"Properties": {
"LaunchTemplateData": {
"IamInstanceProfile": {
Expand Down
4 changes: 2 additions & 2 deletions tools/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@guardian/eslint-config-typescript": "5.0.0",
"@types/jest": "^29.1.2",
"@types/node": "20.4.5",
"aws-cdk": "2.87.0",
"aws-cdk-lib": "2.87.0",
"aws-cdk": "2.90.0",
"aws-cdk-lib": "2.90.0",
"constructs": "10.2.69",
"eslint": "^8.8.0",
"eslint-plugin-custom-rules": "file:../eslint",
Expand Down

0 comments on commit 83f19f8

Please sign in to comment.