From ce3d69f1d71ca5a5d98eeadd59451636fd7bc249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:05:36 +0000 Subject: [PATCH] chore(deps): bump constructs from 10.2.40 to 10.2.43 Bumps [constructs](https://github.com/aws/constructs) from 10.2.40 to 10.2.43. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.2.40...v10.2.43) --- updated-dependencies: - dependency-name: constructs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 447addad..7a1f6064 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@octokit/plugin-retry": "^4.1.4", "@slack/bolt": "^3.13.1", "aws-cdk-lib": "^2.81.0", - "constructs": "^10.2.40", + "constructs": "^10.2.43", "desm": "^1.3.0", "env-schema": "^5.2.0", "fastify": "^4.17.0", @@ -3395,9 +3395,9 @@ "dev": true }, "node_modules/constructs": { - "version": "10.2.40", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.40.tgz", - "integrity": "sha512-Ml5/U7B/fNpdSEBJydZ2PCEOgaOVKp789n2fh/36HDZDXTBOdIsC1XRbxQBbO5qTHIEyknV6CQy47n+wx9ZMzA==", + "version": "10.2.43", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.43.tgz", + "integrity": "sha512-i/Bo08YGBNGYUau9st+qghNfbdAnSeplSuoYcwI0Ixwh2je3u1ZqIv6KfmB/515QzO8mK5/WQ3hxu4N18er0MA==", "engines": { "node": ">= 16.14.0" } @@ -13980,9 +13980,9 @@ "dev": true }, "constructs": { - "version": "10.2.40", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.40.tgz", - "integrity": "sha512-Ml5/U7B/fNpdSEBJydZ2PCEOgaOVKp789n2fh/36HDZDXTBOdIsC1XRbxQBbO5qTHIEyknV6CQy47n+wx9ZMzA==" + "version": "10.2.43", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.43.tgz", + "integrity": "sha512-i/Bo08YGBNGYUau9st+qghNfbdAnSeplSuoYcwI0Ixwh2je3u1ZqIv6KfmB/515QzO8mK5/WQ3hxu4N18er0MA==" }, "content-disposition": { "version": "0.5.4", diff --git a/package.json b/package.json index 8f7e1af3..963c24b8 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@octokit/plugin-retry": "^4.1.4", "@slack/bolt": "^3.13.1", "aws-cdk-lib": "^2.81.0", - "constructs": "^10.2.40", + "constructs": "^10.2.43", "desm": "^1.3.0", "env-schema": "^5.2.0", "fastify": "^4.17.0",