From 1c826dea7a8555e2b3c612518a9f6c40baac5035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 02:59:41 +0000 Subject: [PATCH] build(deps): bump constructs from 10.1.15 to 10.2.62 Bumps [constructs](https://github.com/aws/constructs) from 10.1.15 to 10.2.62. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.1.15...v10.2.62) --- 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..e691cb28 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.62", "conventional-changelog-cli": "^2.1.1", "ulid": "^2.3.0" }, diff --git a/yarn.lock b/yarn.lock index 230e4712..502575be 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.62: + version "10.2.62" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.2.62.tgz#681851ffcc5bbba6d4b47bfc1668e2fd523dca3e" + integrity sha512-ScGqCVZXJ/vDsAIbDDHQy1ZKthSfJkoAS0X+XmH98wx9xIo2cJ7sGHQ1ISXRz7oBYuwdx3XEFSyiAQJiDDTrPQ== conventional-changelog-angular@^1.6.6: version "1.6.6"