diff --git a/package-lock.json b/package-lock.json index cc34572d..d348fe26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "aws-cdk": "2.51.1", "aws-cdk-lib": "2.51.1", - "constructs": "10.1.171", + "constructs": "10.1.172", "tslib": "2.4.1" }, "devDependencies": { @@ -5974,9 +5974,9 @@ } }, "node_modules/constructs": { - "version": "10.1.171", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.171.tgz", - "integrity": "sha512-6OeXoQwdqPefe4WXd7AMGAvlsWrL+BhbqBkadJikp9LusOcPZqMU56Nn89UoTpB+Wtt2ZV3TgSqGywhnk+wa6A==", + "version": "10.1.172", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.172.tgz", + "integrity": "sha512-D8ZLeRzRGsZ3YM+utjaCsk/EubzxfGXUdyxVDqj/JRu+t/hppwtqegg02ouhzRbrv/ykDkV4YIYu8gYNKkNhbA==", "engines": { "node": ">= 14.17.0" } @@ -20616,9 +20616,9 @@ "dev": true }, "constructs": { - "version": "10.1.171", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.171.tgz", - "integrity": "sha512-6OeXoQwdqPefe4WXd7AMGAvlsWrL+BhbqBkadJikp9LusOcPZqMU56Nn89UoTpB+Wtt2ZV3TgSqGywhnk+wa6A==" + "version": "10.1.172", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.172.tgz", + "integrity": "sha512-D8ZLeRzRGsZ3YM+utjaCsk/EubzxfGXUdyxVDqj/JRu+t/hppwtqegg02ouhzRbrv/ykDkV4YIYu8gYNKkNhbA==" }, "content-disposition": { "version": "0.5.4", diff --git a/package.json b/package.json index fabce9fd..45d823ee 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "aws-cdk": "2.51.1", "aws-cdk-lib": "2.51.1", - "constructs": "10.1.171", + "constructs": "10.1.172", "tslib": "2.4.1" }, "devDependencies": {