Skip to content

Commit 9d6a1ca

Browse files
remote-swe-userremote-swe-app[bot]
andauthored
chore: upgrade aws-cdk to v2.1007.0 and aws-cdk-lib to v2.187.0, add cognito feature flag (#37)
Co-authored-by: remote-swe-app[bot] <123456+remote-swe-app[bot]@users.noreply.github.com>
1 parent 7359e34 commit 9d6a1ca

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

cdk.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
]
1818
},
1919
"context": {
20+
"@aws-cdk/cognito:logUserPoolClientSecretValue": false
2021
}
2122
}

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"typescript": "^4.0.0"
2020
},
2121
"dependencies": {
22-
"aws-cdk": "^2.1005.0",
23-
"aws-cdk-lib": "^2.185.0",
22+
"aws-cdk": "^2.1007.0",
23+
"aws-cdk-lib": "^2.187.0",
2424
"constructs": "^10.0.0",
2525
"source-map-support": "^0.5.16"
2626
}

0 commit comments

Comments
 (0)