diff --git a/infra/package-lock.json b/infra/package-lock.json index 14cff56..45b5026 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "aws-cdk-lib": "^2.262.1", - "constructs": "^10.7.1" + "constructs": "^10.8.1" }, "devDependencies": { "aws-cdk": "^2.1133.0", @@ -751,9 +751,9 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.7.1", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.7.1.tgz", - "integrity": "sha512-ulK25Sg2Nv1jW+A9VeV7fu9GFN9KdVTNWdXMoapNRwqkQzSdToro/Tttk3Ak5BGI80NRA/d2nSzKnoZ27LizLw==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.8.1.tgz", + "integrity": "sha512-98yGXYyhePqPYh3cYu8nzBERmAhC0DONe3UD03okK0nehZ7hYP4wgZuf02a04+uOWxnTJ5Rpp5m0GRNpwyLGGA==", "license": "Apache-2.0" }, "node_modules/create-require": { diff --git a/infra/package.json b/infra/package.json index 1fa7ad5..826cc4d 100644 --- a/infra/package.json +++ b/infra/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "aws-cdk-lib": "^2.262.1", - "constructs": "^10.7.1" + "constructs": "^10.8.1" }, "devDependencies": { "aws-cdk": "^2.1133.0",