diff --git a/infra/package-lock.json b/infra/package-lock.json index d9afd60..090e85b 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "aws-cdk-lib": "^2.178.0", - "constructs": "^10.4.2" + "constructs": "^10.6.0" }, "devDependencies": { "aws-cdk": "^2.1129.0", @@ -590,9 +590,9 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.5.tgz", - "integrity": "sha512-fOoP70YLevMZr5avJHx2DU3LNYmC6wM8OwdrNewMZou1kZnPGOeVzBrRjZNgFDHUlulYUjkpFRSpTE3D+n+ZSg==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.6.0.tgz", + "integrity": "sha512-TxHOnBO5zMo/G76ykzGF/wMpEHu257TbWiIxP9K0Yv/+t70UzgBQiTqjkAsWOPC6jW91DzJI0+ehQV6xDRNBuQ==", "license": "Apache-2.0" }, "node_modules/create-require": { diff --git a/infra/package.json b/infra/package.json index da5ab1e..7d2db10 100644 --- a/infra/package.json +++ b/infra/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "aws-cdk-lib": "^2.178.0", - "constructs": "^10.4.2" + "constructs": "^10.6.0" }, "devDependencies": { "aws-cdk": "^2.1129.0",