diff --git a/package-lock.json b/package-lock.json index c77bae53..3ba5d221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3543,9 +3543,9 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.4.4", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.4.tgz", - "integrity": "sha512-lP0qC1oViYf1cutHo9/KQ8QL637f/W29tDmv/6sy35F5zs+MD9f66nbAAIjicwc7fwyuF3rkg6PhZh4sfvWIpA==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.5.tgz", + "integrity": "sha512-fOoP70YLevMZr5avJHx2DU3LNYmC6wM8OwdrNewMZou1kZnPGOeVzBrRjZNgFDHUlulYUjkpFRSpTE3D+n+ZSg==", "license": "Apache-2.0" }, "node_modules/convert-source-map": { @@ -7618,7 +7618,7 @@ "dependencies": { "aws-cdk-lib": "^2.234.1", "cdk-nag": "^2.37.55", - "constructs": "^10.4.4", + "constructs": "^10.4.5", "source-map-support": "^0.5.21" }, "devDependencies": { diff --git a/packages/cdk/package.json b/packages/cdk/package.json index d7184436..0d1bbc1b 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -12,7 +12,7 @@ "dependencies": { "aws-cdk-lib": "^2.234.1", "cdk-nag": "^2.37.55", - "constructs": "^10.4.4", + "constructs": "^10.4.5", "source-map-support": "^0.5.21" }, "devDependencies": {