From 46284c6a79f0b41da5696b5892a5e9921d0e9f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 02:03:55 +0000 Subject: [PATCH] build(deps): bump constructs from 10.1.15 to 10.2.67 Bumps [constructs](https://github.com/aws/constructs) from 10.1.15 to 10.2.67. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.1.15...v10.2.67) --- 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..0c16fd52 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.67", "conventional-changelog-cli": "^2.1.1", "ulid": "^2.3.0" }, diff --git a/yarn.lock b/yarn.lock index 230e4712..be206450 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.67: + version "10.2.67" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.2.67.tgz#d5ada712b2f0f1ff9051d418503b6f2e5b1246f5" + integrity sha512-by7CfdghHj3+/XognKl3pSmHQH6xcFU+psT8RT5/4EZcaJE4Q2IXGzXoAirn0l+92djGASp3cCEnZ04cJahBsg== conventional-changelog-angular@^1.6.6: version "1.6.6"