### Describe the bug the `--no-notices` parameter does not supress the call to https://cli.cdk.dev-tools.aws.dev/notices.json ### Regression Issue - [x] Select this option if this issue appears to be a regression. ### Last Known Working CDK Version https://github.com/aws/aws-cdk/issues/19357 ### Expected Behavior When --no-notices is passed there will be no call to /notices.json ### Current Behavior synth with --no-notices calls `https://cli.cdk.dev-tools.aws.dev/notices.json` ### Reproduction Steps CDK_HOME=$(mktemp -d) NODE_DEBUG=http npx cdk synth --no-notices ### Possible Solution when notices is supressed also don't call the notices endpoint ### Additional Information/Context _No response_ ### CDK CLI Version 2.1007.0 (build d3f6c3c) ### Framework Version _No response_ ### Node.js Version v22.13.0 ### OS macos - 15.4 ### Language TypeScript ### Language Version _No response_ ### Other information _No response_