From 2dbae052b5e4bc135f9a8398d7d899163a6e3c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 16:40:48 +0000 Subject: [PATCH] build(deps): bump constructs from 10.2.69 to 10.2.70 Bumps [constructs](https://github.com/aws/constructs) from 10.2.69 to 10.2.70. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.2.69...v10.2.70) --- updated-dependencies: - dependency-name: constructs dependency-type: direct:production update-type: version-update:semver-patch ... 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 a0d5996..77d729d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@cdktf/provider-google": "7.x", "cdktf": "0.16.x", "cdktf-cli": "0.18.x", - "constructs": "^10.2.69", + "constructs": "^10.2.70", "yargs": "^17.7.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a7a1833..3ccd4cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1917,10 +1917,10 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -constructs@^10.0.25, constructs@^10.2.69: - version "10.2.69" - resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.2.69.tgz#5bb06693b317140fe310797ffd52c0d6cc595913" - integrity sha512-0AiM/uQe5Uk6JVe/62oolmSN2MjbFQkOlYrM3fFGZLKuT+g7xlAI10EebFhyCcZwI2JAcWuWCmmCAyCothxjuw== +constructs@^10.0.25, constructs@^10.2.70: + version "10.2.70" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.2.70.tgz#a7d414a717b64a5fab65ff68aaba2ddf73b522bf" + integrity sha512-z6zr1E8K/9tzJbCQzY0UGX0/oVKPFKu9C/mzEnghCG6TAJINnvlq0CMKm63XqqeMleadZYm5T3sZGJKcxJS/Pg== convert-source-map@^1.6.0, convert-source-map@^1.7.0: version "1.9.0"