CDK: Stay Evergreen ☘️ Check Your Package Versions and Auto-Update
Here's a little TypeScript function in CDK to help you stay up to date with your packages.
I'm a fan of Snyk and CDK but it can be applied to any package of course:
function snykUpgradeVersionMessage(installedSnykVersion = devDependencies.snyk) {
...
cloudit.hashnode.dev2 min read