From 61ce6542845e16902a994baeb8c84c8a4d9f9785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 11:22:50 +0000 Subject: [PATCH] chore(deps): bump constructs from 10.2.28 to 10.2.31 (#647) Bumps [constructs](https://github.com/aws/constructs) from 10.2.28 to 10.2.31. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.2.28...v10.2.31) --- 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 1e5fcee1..aa891beb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@octokit/plugin-retry": "^4.1.3", "@slack/bolt": "^3.13.1", "aws-cdk-lib": "^2.80.0", - "constructs": "^10.2.28", + "constructs": "^10.2.31", "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.28", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.28.tgz", - "integrity": "sha512-qP0ryyp1ZVM0sbLgnGwa4aEOsJYQ1ghK4WA3WkPyft9JsSfbU/Wf8fMujWZWl+6txnyYyuvXabsCxiscjTyzMQ==", + "version": "10.2.31", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.31.tgz", + "integrity": "sha512-r49ORPNWmPXAVWADpqKjhL+Pa9m9AgaSrUfI4U7w7whhY4Eg2+2E4TSAdssam05WCFl59HiTd2aW5DikrNyycA==", "engines": { "node": ">= 16.14.0" } @@ -13980,9 +13980,9 @@ "dev": true }, "constructs": { - "version": "10.2.28", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.28.tgz", - "integrity": "sha512-qP0ryyp1ZVM0sbLgnGwa4aEOsJYQ1ghK4WA3WkPyft9JsSfbU/Wf8fMujWZWl+6txnyYyuvXabsCxiscjTyzMQ==" + "version": "10.2.31", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.2.31.tgz", + "integrity": "sha512-r49ORPNWmPXAVWADpqKjhL+Pa9m9AgaSrUfI4U7w7whhY4Eg2+2E4TSAdssam05WCFl59HiTd2aW5DikrNyycA==" }, "content-disposition": { "version": "0.5.4", diff --git a/package.json b/package.json index 46f21bc5..37d5c833 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@octokit/plugin-retry": "^4.1.3", "@slack/bolt": "^3.13.1", "aws-cdk-lib": "^2.80.0", - "constructs": "^10.2.28", + "constructs": "^10.2.31", "desm": "^1.3.0", "env-schema": "^5.2.0", "fastify": "^4.17.0",