From c18810455758941a037fcbf763085cb09fbf3422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:33:37 +0000 Subject: [PATCH] chore(deps): bump constructs from 10.3.0 to 10.4.2 Bumps [constructs](https://github.com/aws/constructs) from 10.3.0 to 10.4.2. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.3.0...v10.4.2) --- updated-dependencies: - dependency-name: constructs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++-------- package.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d514346..79fde62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@types/aws-lambda": "^8.10.145", "aws-cdk-lib": "2.162.1", "axios": "^1.7.7", - "constructs": "^10.3.0", + "constructs": "^10.4.2", "source-map-support": "^0.5.21", "telegraf": "^4.16.3" }, @@ -4055,13 +4055,9 @@ } }, "node_modules/constructs": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.3.0.tgz", - "integrity": "sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==", - "license": "Apache-2.0", - "engines": { - "node": ">= 16.14.0" - } + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.2.tgz", + "integrity": "sha512-wsNxBlAott2qg8Zv87q3eYZYgheb9lchtBfjHzzLHtXbttwSrHPs1NNQbBrmbb1YZvYg2+Vh0Dor76w4mFxJkA==" }, "node_modules/conventional-changelog-angular": { "version": "8.0.0", diff --git a/package.json b/package.json index 0bd4bc0..10f3b34 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/aws-lambda": "^8.10.145", "aws-cdk-lib": "2.162.1", "axios": "^1.7.7", - "constructs": "^10.3.0", + "constructs": "^10.4.2", "source-map-support": "^0.5.21", "telegraf": "^4.16.3" },