From b55ccf944f17b106f11b81f5490995dfedb3ae99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 06:02:16 +0000 Subject: [PATCH] chore(deps): bump constructs from 3.3.61 to 10.1.229 Bumps [constructs](https://github.com/aws/constructs) from 3.3.61 to 10.1.229. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v3.3.61...v10.1.229) --- updated-dependencies: - dependency-name: constructs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 385f926..325b6b1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test:coverage": "jest --collect-coverage" }, "dependencies": { - "constructs": "^3.3.61", + "constructs": "^10.1.229", "typescript": "^4.2.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index eda92ae..956d649 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1226,10 +1226,10 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= -constructs@^3.3.61: - version "3.3.61" - resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.3.61.tgz#9707540b7bcea1b29fbe821e9c1e2deb50fbd24b" - integrity sha512-9zg2/Bl9y0Z/9eQ3NO8BcCWlAVs6hXGCcRH2bQLSqExyrE54qzh50Vtb7ULrKOkC5nT974VG+cWdeXrcC6JDqA== +constructs@^10.1.229: + version "10.1.229" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.1.229.tgz#67825b4a91ee7359d0942d2b09130d520f7e9b5f" + integrity sha512-YoZaXKIqjy0sIggwAt5IgH+HaWhdiDmSSj0HA/QFRV5ooGYxcdS4WfH/xqDISxKY4MRyxKwgBpXUiJ3v/7aJTg== convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: version "1.7.0"