Maged Mortaga
01/09/2022, 2:27 AMcdk deploy
command.
I dug a bit deeper and as it turns out the AWS CDK packages depends on the package Color.js.
The maintainer of Color.js (intentionally) pushed a commit that introduces an infinite loop (see issue here) in the latest version and the aws-cdk
uses the latest version.
There seems to be a PR for the aws-cdk
that pins the version of colors
to the latest stable version.
Is there anything we can do to change it on our side and maybe fix this issue or do we have to wait until this gets merged into the latest aws-cdk
release and then update?Frank
Frank
Frank
colors
version.Frank
Maged Mortaga
01/09/2022, 12:26 PM