From 17c04764c98a53827907277a5f3574e6a985d6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 03:00:07 +0000 Subject: [PATCH] build(deps): bump constructs from 10.1.15 to 10.2.44 Bumps [constructs](https://github.com/aws/constructs) from 10.1.15 to 10.2.44. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.1.15...v10.2.44) --- updated-dependencies: - dependency-name: constructs dependency-type: direct:production update-type: version-update:semver-minor ... 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 0995c240..7753b49d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "@linzjs/style": "^3.9.0", "aws-cdk-lib": "^2.25.0", "aws-sdk": "^2.1140.0", - "constructs": "^10.1.15", + "constructs": "^10.2.44", "conventional-changelog-cli": "^2.1.1", "ulid": "^2.3.0" }, diff --git a/yarn.lock b/yarn.lock index 230e4712..be8c1cc6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -501,10 +501,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@^10.1.15: - version "10.1.15" - resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.1.15.tgz#b1e9ae3d2e96992ad4060a4581036f9a2f40811e" - integrity sha512-fvGJ3AXx4uf0W4PoDnHa7s6IwSGprGYO9lhTG0jlRMzUyW7QtKLUKaTMT0zK621tTiCuZnBk6m26x4AnVYqkNw== +constructs@^10.2.44: + version "10.2.44" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.2.44.tgz#748afaad06586fc9668081ee4837aa0bf4e3d630" + integrity sha512-7v4KnradGM1JeOuuhey4m9t6pLkwc0XOlgO1TrjB8HLRbfxDHeJ10Tt6IfxihgkrDjYN1SOMmpeVFzLLNjGRQw== conventional-changelog-angular@^1.6.6: version "1.6.6"