diff --git a/infra/package-lock.json b/infra/package-lock.json index 329dfed..050a881 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "aws-cdk-lib": "^2.256.0", - "constructs": "^10.4.0" + "constructs": "^10.7.1" }, "devDependencies": { "@types/node": "^25.9.1", @@ -562,9 +562,9 @@ } }, "node_modules/constructs": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.6.0.tgz", - "integrity": "sha512-TxHOnBO5zMo/G76ykzGF/wMpEHu257TbWiIxP9K0Yv/+t70UzgBQiTqjkAsWOPC6jW91DzJI0+ehQV6xDRNBuQ==", + "version": "10.7.1", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.7.1.tgz", + "integrity": "sha512-ulK25Sg2Nv1jW+A9VeV7fu9GFN9KdVTNWdXMoapNRwqkQzSdToro/Tttk3Ak5BGI80NRA/d2nSzKnoZ27LizLw==", "license": "Apache-2.0" }, "node_modules/create-require": { diff --git a/infra/package.json b/infra/package.json index c7ed03c..a247933 100644 --- a/infra/package.json +++ b/infra/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "aws-cdk-lib": "^2.256.0", - "constructs": "^10.4.0" + "constructs": "^10.7.1" }, "devDependencies": { "aws-cdk": "^2.1124.1",