From 0c5ade4d02953a891c2fa4cc495edf6f788f2b84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 00:05:45 +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 8a3e3367..4d441c5c 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "aws-cdk-lib": "2.110.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 15e7e930..0f8627a7 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "aws-cdk-lib": "2.110.0", - "constructs": "10.1.175", + "constructs": "10.3.0", "source-map-support": "0.5.21" }, "devDependencies": {