From 7ff187cded323d16be4125127f91ef6157983302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:03:08 +0000 Subject: [PATCH] Bump constructs from 10.1.285 to 10.2.50 Bumps [constructs](https://github.com/aws/constructs) from 10.1.285 to 10.2.50. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.1.285...v10.2.50) --- updated-dependencies: - dependency-name: constructs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71236c5b..dc7cd03f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "aws-cdk": "^2.77.0", - "constructs": "^10.0.0", + "constructs": "^10.2.50", "source-map-support": "^0.5.21" }, "bin": { @@ -981,11 +981,11 @@ } }, "node_modules/constructs": { - "version": "10.1.285", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.285.tgz", - "integrity": "sha512-yBSo0lXqcqnZApHCc8ffgamJjvWuCNACr7H3eZSDFKuZUqxB9bbgyjAx9DzImgQZIDbL/WVHAlYPt2708KSftw==", + "version": "10.2.50", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.50.tgz", + "integrity": "sha512-uDWTvkHgkyLLwPTtHYnmEjUNwhgS22JUaATl7+kkDa3yZnvQb8vGsiO/UvVIOmpOzK2T2TGQ2L+SJZlf+exa7w==", "engines": { - "node": ">= 14.18.0" + "node": ">= 16.14.0" } }, "node_modules/create-require": { @@ -2167,9 +2167,9 @@ } }, "constructs": { - "version": "10.1.285", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.285.tgz", - "integrity": "sha512-yBSo0lXqcqnZApHCc8ffgamJjvWuCNACr7H3eZSDFKuZUqxB9bbgyjAx9DzImgQZIDbL/WVHAlYPt2708KSftw==" + "version": "10.2.50", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.50.tgz", + "integrity": "sha512-uDWTvkHgkyLLwPTtHYnmEjUNwhgS22JUaATl7+kkDa3yZnvQb8vGsiO/UvVIOmpOzK2T2TGQ2L+SJZlf+exa7w==" }, "create-require": { "version": "1.1.1", diff --git a/package.json b/package.json index 2e868669..520b6d24 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "aws-cdk": "^2.77.0", - "constructs": "^10.0.0", + "constructs": "^10.2.50", "source-map-support": "^0.5.21" } }