Skip to content

Commit

Permalink
Update aws cdk
Browse files Browse the repository at this point in the history
Update to fix this message from the CI..

```
NOTICES         (What's this? https://github.com/aws/aws-cdk/wiki/CLI-Notices)

31885	(cli): Bootstrap stack outdated

	Overview: The bootstrap stack in aws://***/us-east-1 is outdated.
	          We recommend at least version 21, distributed with CDK CLI
	          2.149.0 or higher. Please rebootstrap your environment by
	          runing 'cdk bootstrap aws://***/us-east-1'

	Affected versions: bootstrap: <21

	More information at: aws/aws-cdk#31885
```
  • Loading branch information
zaro0508 committed Nov 13, 2024
1 parent 0783dab commit 41c1987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"homepage": "https://github.com/Sage-Bionetworks-IT/organizations-infra.git/README.md",
"dependencies": {
"aws-organization-formation": "^1.0.3",
"aws-cdk": "^2.65.0"
"aws-cdk": "^2.151.0"
}
}

0 comments on commit 41c1987

Please sign in to comment.