From 70c317d8110d225ef0413d0cd5524023ca585c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:13:40 +0000 Subject: [PATCH] chore(deps): bump constructs from 10.8.0 to 10.8.1 Bumps [constructs](https://github.com/aws/constructs) from 10.8.0 to 10.8.1. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.8.0...v10.8.1) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/app/package.json | 4 ++-- package-lock.json | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/examples/app/package.json b/examples/app/package.json index 0c4b75a1ce..68271f0b5f 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -32,7 +32,7 @@ "@types/aws-lambda": "^8.10.162", "@types/node": "26.1.2", "aws-cdk-lib": "^2.261.0", - "constructs": "^10.8.0", + "constructs": "^10.8.1", "source-map-support": "^0.5.21", "typescript": "^6.0.3", "vitest": "^4.0.10" @@ -50,7 +50,7 @@ "@types/aws-lambda": "^8.10.162", "@types/node": "26.1.2", "aws-cdk": "^2.1132.0", - "constructs": "^10.8.0", + "constructs": "^10.8.1", "esbuild": "^0.28.1", "typescript": "^6.0.3" } diff --git a/package-lock.json b/package-lock.json index 900b1fb320..d79454ceb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,6 @@ "@types/aws-lambda": "^8.10.162", "@types/node": "26.1.2", "aws-cdk": "^2.1132.0", - "constructs": "^10.8.0", "esbuild": "^0.28.1", "typescript": "^6.0.3" }, @@ -75,7 +74,7 @@ "@types/aws-lambda": "^8.10.162", "@types/node": "26.1.2", "aws-cdk-lib": "^2.261.0", - "constructs": "^10.8.0", + "constructs": "^10.8.1", "source-map-support": "^0.5.21", "typescript": "^6.0.3", "vitest": "^4.0.10" @@ -4829,9 +4828,9 @@ } }, "node_modules/constructs": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.8.0.tgz", - "integrity": "sha512-pJHp2CxvTG0ttp52rZvQfkbspPLZzttWPooIRLBwlZK8rV7ZhkjIkyZWJhIfBDC4YdcwIDmXyUFr1ieJaqjBbg==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.8.1.tgz", + "integrity": "sha512-98yGXYyhePqPYh3cYu8nzBERmAhC0DONe3UD03okK0nehZ7hYP4wgZuf02a04+uOWxnTJ5Rpp5m0GRNpwyLGGA==", "license": "Apache-2.0" }, "node_modules/convert-source-map": {