From a060ae9d0068d61718fe2c1ed9cbbc5de67ab454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:58:26 +0000 Subject: [PATCH] chore(deps): bump constructs from 10.1.117 to 10.1.120 (#178) Bumps [constructs](https://github.com/aws/constructs) from 10.1.117 to 10.1.120. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.1.117...v10.1.120) --- updated-dependencies: - dependency-name: constructs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2f49070b..68ecb792 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@octokit/plugin-retry": "^3.0.9", "@slack/bolt": "^3.12.1", "aws-cdk-lib": "^2.44.0", - "constructs": "^10.1.117", + "constructs": "^10.1.120", "desm": "^1.3.0", "env-schema": "^5.1.0", "fastify": "^4.6.0", @@ -2868,9 +2868,9 @@ "dev": true }, "node_modules/constructs": { - "version": "10.1.117", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.117.tgz", - "integrity": "sha512-6Y1Po8yr1M/WAtamLL4kKXIWygky2rYPD4cpea9fKoI6fqtSSOy5TWmYoWXtLMS9hpi/v3XnLY+MjPsa6bMooQ==", + "version": "10.1.120", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.120.tgz", + "integrity": "sha512-joHfWQubSbemOgVz+VeiN6t07oS1rG3Tg9c0AxQ0MJRuxbUkDM3PoUB9uWBKxWnMlWI523lYTTuNqA25b3gWcQ==", "engines": { "node": ">= 14.17.0" } @@ -13474,9 +13474,9 @@ "dev": true }, "constructs": { - "version": "10.1.117", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.117.tgz", - "integrity": "sha512-6Y1Po8yr1M/WAtamLL4kKXIWygky2rYPD4cpea9fKoI6fqtSSOy5TWmYoWXtLMS9hpi/v3XnLY+MjPsa6bMooQ==" + "version": "10.1.120", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.120.tgz", + "integrity": "sha512-joHfWQubSbemOgVz+VeiN6t07oS1rG3Tg9c0AxQ0MJRuxbUkDM3PoUB9uWBKxWnMlWI523lYTTuNqA25b3gWcQ==" }, "content-disposition": { "version": "0.5.4", diff --git a/package.json b/package.json index 75a4090c..2945ce25 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@octokit/plugin-retry": "^3.0.9", "@slack/bolt": "^3.12.1", "aws-cdk-lib": "^2.44.0", - "constructs": "^10.1.117", + "constructs": "^10.1.120", "desm": "^1.3.0", "env-schema": "^5.1.0", "fastify": "^4.6.0",