From 6cfe210daffe993affae40f85b87984f86878e16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 02:00:16 +0000 Subject: [PATCH] fix(deps): update dependency constructs to v10.3.0 --- infrastructure/package-lock.json | 10 +++++----- infrastructure/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 995ae27f..5a714621 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "aws-cdk-lib": "2.97.0", - "constructs": "10.1.175", + "constructs": "10.3.0", "source-map-support": "0.5.21" }, "bin": { @@ -941,11 +941,11 @@ "dev": true }, "node_modules/constructs": { - "version": "10.1.175", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.175.tgz", - "integrity": "sha512-SL7ywhJ3QvkjrSX2aespKUmyRYCyC1qHEJnqouUsrMl60Ne4BGNqskE9oyaLeizpsMC2qyEEx9OwDYPclKd8Vg==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.3.0.tgz", + "integrity": "sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==", "engines": { - "node": ">= 14.17.0" + "node": ">= 16.14.0" } }, "node_modules/cross-spawn": { diff --git a/infrastructure/package.json b/infrastructure/package.json index db011ec6..187d9140 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "aws-cdk-lib": "2.97.0", - "constructs": "10.1.175", + "constructs": "10.3.0", "source-map-support": "0.5.21" }, "devDependencies": {