From cabd755fc5f825143b1deea10094eba3072867a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:04:15 +0000 Subject: [PATCH] chore(deps): bump constructs from 10.1.308 to 10.1.309 (#572) Bumps [constructs](https://github.com/aws/constructs) from 10.1.308 to 10.1.309. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.1.308...v10.1.309) --- updated-dependencies: - dependency-name: constructs dependency-type: direct:production update-type: version-update:semver-patch ... 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 ad9d5e13..827f4db3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@octokit/plugin-retry": "^4.1.3", "@slack/bolt": "^3.13.0", "aws-cdk-lib": "^2.73.0", - "constructs": "^10.1.308", + "constructs": "^10.1.309", "desm": "^1.3.0", "env-schema": "^5.2.0", "fastify": "^4.15.0", @@ -3393,9 +3393,9 @@ "dev": true }, "node_modules/constructs": { - "version": "10.1.308", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.308.tgz", - "integrity": "sha512-66k08jStdu9dttv85QeJlwqkCm5gdPFRyCGjD4pQSj2VxEIz0U5g9W/LLzHdtpM1tR/4FlL1Vfw5z9VtnGp7Nw==", + "version": "10.1.309", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.309.tgz", + "integrity": "sha512-8MABhqG/lEaOJ1ifRNZlghHNIxyOW48s4cZdLhbodvuAxy4Llre+UjqzduNi3DMtBPLnyythi01A3gnWOhE+aA==", "engines": { "node": ">= 14.17.0" } @@ -13976,9 +13976,9 @@ "dev": true }, "constructs": { - "version": "10.1.308", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.308.tgz", - "integrity": "sha512-66k08jStdu9dttv85QeJlwqkCm5gdPFRyCGjD4pQSj2VxEIz0U5g9W/LLzHdtpM1tR/4FlL1Vfw5z9VtnGp7Nw==" + "version": "10.1.309", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.309.tgz", + "integrity": "sha512-8MABhqG/lEaOJ1ifRNZlghHNIxyOW48s4cZdLhbodvuAxy4Llre+UjqzduNi3DMtBPLnyythi01A3gnWOhE+aA==" }, "content-disposition": { "version": "0.5.4", diff --git a/package.json b/package.json index 61e74998..7d9e83b4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@octokit/plugin-retry": "^4.1.3", "@slack/bolt": "^3.13.0", "aws-cdk-lib": "^2.73.0", - "constructs": "^10.1.308", + "constructs": "^10.1.309", "desm": "^1.3.0", "env-schema": "^5.2.0", "fastify": "^4.15.0",