From 000254b6d7ba7941b0f28f794e0891a12bed1135 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Tue, 18 Apr 2023 02:13:34 +0200 Subject: [PATCH] chore(deps): upgrade dependencies (#1018) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdktf/cdktf-provider-local/actions/runs/4727062425 ------ *Automatically created by projen via the "upgrade-main" workflow* --- docs/dataLocalFile.csharp.md | 4 +++ docs/dataLocalFile.go.md | 4 +++ docs/dataLocalFile.java.md | 4 +++ docs/dataLocalFile.python.md | 4 +++ docs/dataLocalFile.typescript.md | 4 +++ docs/dataLocalSensitiveFile.csharp.md | 4 +++ docs/dataLocalSensitiveFile.go.md | 4 +++ docs/dataLocalSensitiveFile.java.md | 4 +++ docs/dataLocalSensitiveFile.python.md | 4 +++ docs/dataLocalSensitiveFile.typescript.md | 4 +++ docs/file.csharp.md | 4 +++ docs/file.go.md | 4 +++ docs/file.java.md | 4 +++ docs/file.python.md | 4 +++ docs/file.typescript.md | 4 +++ docs/provider.csharp.md | 4 +++ docs/provider.go.md | 4 +++ docs/provider.java.md | 4 +++ docs/provider.python.md | 4 +++ docs/provider.typescript.md | 4 +++ docs/sensitiveFile.csharp.md | 4 +++ docs/sensitiveFile.go.md | 4 +++ docs/sensitiveFile.java.md | 4 +++ docs/sensitiveFile.python.md | 4 +++ docs/sensitiveFile.typescript.md | 4 +++ package.json | 2 +- yarn.lock | 42 +++++++++++------------ 27 files changed, 122 insertions(+), 22 deletions(-) diff --git a/docs/dataLocalFile.csharp.md b/docs/dataLocalFile.csharp.md index 533d8986..226f42b4 100644 --- a/docs/dataLocalFile.csharp.md +++ b/docs/dataLocalFile.csharp.md @@ -1,3 +1,7 @@ +# `data_local_file` + +Refer to the Terraform Registory for docs: [`data_local_file`](https://www.terraform.io/docs/providers/local/d/file). + # `dataLocalFile` Submodule ## Constructs diff --git a/docs/dataLocalFile.go.md b/docs/dataLocalFile.go.md index f1816ef0..e584900a 100644 --- a/docs/dataLocalFile.go.md +++ b/docs/dataLocalFile.go.md @@ -1,3 +1,7 @@ +# `data_local_file` + +Refer to the Terraform Registory for docs: [`data_local_file`](https://www.terraform.io/docs/providers/local/d/file). + # `dataLocalFile` Submodule ## Constructs diff --git a/docs/dataLocalFile.java.md b/docs/dataLocalFile.java.md index 8d9eeb85..2e828da5 100644 --- a/docs/dataLocalFile.java.md +++ b/docs/dataLocalFile.java.md @@ -1,3 +1,7 @@ +# `data_local_file` + +Refer to the Terraform Registory for docs: [`data_local_file`](https://www.terraform.io/docs/providers/local/d/file). + # `dataLocalFile` Submodule ## Constructs diff --git a/docs/dataLocalFile.python.md b/docs/dataLocalFile.python.md index 4de07d8d..c49f6c9f 100644 --- a/docs/dataLocalFile.python.md +++ b/docs/dataLocalFile.python.md @@ -1,3 +1,7 @@ +# `data_local_file` + +Refer to the Terraform Registory for docs: [`data_local_file`](https://www.terraform.io/docs/providers/local/d/file). + # `dataLocalFile` Submodule ## Constructs diff --git a/docs/dataLocalFile.typescript.md b/docs/dataLocalFile.typescript.md index a2f2f4c3..f474cf25 100644 --- a/docs/dataLocalFile.typescript.md +++ b/docs/dataLocalFile.typescript.md @@ -1,3 +1,7 @@ +# `data_local_file` + +Refer to the Terraform Registory for docs: [`data_local_file`](https://www.terraform.io/docs/providers/local/d/file). + # `dataLocalFile` Submodule ## Constructs diff --git a/docs/dataLocalSensitiveFile.csharp.md b/docs/dataLocalSensitiveFile.csharp.md index 5088bbfd..adbebaa4 100644 --- a/docs/dataLocalSensitiveFile.csharp.md +++ b/docs/dataLocalSensitiveFile.csharp.md @@ -1,3 +1,7 @@ +# `data_local_sensitive_file` + +Refer to the Terraform Registory for docs: [`data_local_sensitive_file`](https://www.terraform.io/docs/providers/local/d/sensitive_file). + # `dataLocalSensitiveFile` Submodule ## Constructs diff --git a/docs/dataLocalSensitiveFile.go.md b/docs/dataLocalSensitiveFile.go.md index c4728352..d5099f99 100644 --- a/docs/dataLocalSensitiveFile.go.md +++ b/docs/dataLocalSensitiveFile.go.md @@ -1,3 +1,7 @@ +# `data_local_sensitive_file` + +Refer to the Terraform Registory for docs: [`data_local_sensitive_file`](https://www.terraform.io/docs/providers/local/d/sensitive_file). + # `dataLocalSensitiveFile` Submodule ## Constructs diff --git a/docs/dataLocalSensitiveFile.java.md b/docs/dataLocalSensitiveFile.java.md index 14518b34..c25587c2 100644 --- a/docs/dataLocalSensitiveFile.java.md +++ b/docs/dataLocalSensitiveFile.java.md @@ -1,3 +1,7 @@ +# `data_local_sensitive_file` + +Refer to the Terraform Registory for docs: [`data_local_sensitive_file`](https://www.terraform.io/docs/providers/local/d/sensitive_file). + # `dataLocalSensitiveFile` Submodule ## Constructs diff --git a/docs/dataLocalSensitiveFile.python.md b/docs/dataLocalSensitiveFile.python.md index 2b4c7842..ad772a03 100644 --- a/docs/dataLocalSensitiveFile.python.md +++ b/docs/dataLocalSensitiveFile.python.md @@ -1,3 +1,7 @@ +# `data_local_sensitive_file` + +Refer to the Terraform Registory for docs: [`data_local_sensitive_file`](https://www.terraform.io/docs/providers/local/d/sensitive_file). + # `dataLocalSensitiveFile` Submodule ## Constructs diff --git a/docs/dataLocalSensitiveFile.typescript.md b/docs/dataLocalSensitiveFile.typescript.md index 6279feea..bda9905b 100644 --- a/docs/dataLocalSensitiveFile.typescript.md +++ b/docs/dataLocalSensitiveFile.typescript.md @@ -1,3 +1,7 @@ +# `data_local_sensitive_file` + +Refer to the Terraform Registory for docs: [`data_local_sensitive_file`](https://www.terraform.io/docs/providers/local/d/sensitive_file). + # `dataLocalSensitiveFile` Submodule ## Constructs diff --git a/docs/file.csharp.md b/docs/file.csharp.md index 9a166664..aefa3c24 100644 --- a/docs/file.csharp.md +++ b/docs/file.csharp.md @@ -1,3 +1,7 @@ +# `local_file` + +Refer to the Terraform Registory for docs: [`local_file`](https://www.terraform.io/docs/providers/local/r/file). + # `file` Submodule ## Constructs diff --git a/docs/file.go.md b/docs/file.go.md index 5fa1ae84..76d9cbe4 100644 --- a/docs/file.go.md +++ b/docs/file.go.md @@ -1,3 +1,7 @@ +# `local_file` + +Refer to the Terraform Registory for docs: [`local_file`](https://www.terraform.io/docs/providers/local/r/file). + # `file` Submodule ## Constructs diff --git a/docs/file.java.md b/docs/file.java.md index 3aa9ff0c..0bffc336 100644 --- a/docs/file.java.md +++ b/docs/file.java.md @@ -1,3 +1,7 @@ +# `local_file` + +Refer to the Terraform Registory for docs: [`local_file`](https://www.terraform.io/docs/providers/local/r/file). + # `file` Submodule ## Constructs diff --git a/docs/file.python.md b/docs/file.python.md index ef8cddd7..3166fb67 100644 --- a/docs/file.python.md +++ b/docs/file.python.md @@ -1,3 +1,7 @@ +# `local_file` + +Refer to the Terraform Registory for docs: [`local_file`](https://www.terraform.io/docs/providers/local/r/file). + # `file` Submodule ## Constructs diff --git a/docs/file.typescript.md b/docs/file.typescript.md index 125b7c54..df7633b6 100644 --- a/docs/file.typescript.md +++ b/docs/file.typescript.md @@ -1,3 +1,7 @@ +# `local_file` + +Refer to the Terraform Registory for docs: [`local_file`](https://www.terraform.io/docs/providers/local/r/file). + # `file` Submodule ## Constructs diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index 4e15b79e..c93307a2 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -1,3 +1,7 @@ +# `provider` + +Refer to the Terraform Registory for docs: [`local`](https://www.terraform.io/docs/providers/local). + # `provider` Submodule ## Constructs diff --git a/docs/provider.go.md b/docs/provider.go.md index 31cb4a34..c6f1de57 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -1,3 +1,7 @@ +# `provider` + +Refer to the Terraform Registory for docs: [`local`](https://www.terraform.io/docs/providers/local). + # `provider` Submodule ## Constructs diff --git a/docs/provider.java.md b/docs/provider.java.md index a8db1431..3d60eafe 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -1,3 +1,7 @@ +# `provider` + +Refer to the Terraform Registory for docs: [`local`](https://www.terraform.io/docs/providers/local). + # `provider` Submodule ## Constructs diff --git a/docs/provider.python.md b/docs/provider.python.md index e302893a..d1c15559 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -1,3 +1,7 @@ +# `provider` + +Refer to the Terraform Registory for docs: [`local`](https://www.terraform.io/docs/providers/local). + # `provider` Submodule ## Constructs diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index 34e7c15d..c9838c31 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -1,3 +1,7 @@ +# `provider` + +Refer to the Terraform Registory for docs: [`local`](https://www.terraform.io/docs/providers/local). + # `provider` Submodule ## Constructs diff --git a/docs/sensitiveFile.csharp.md b/docs/sensitiveFile.csharp.md index 2e1e04ef..15ce3b2d 100644 --- a/docs/sensitiveFile.csharp.md +++ b/docs/sensitiveFile.csharp.md @@ -1,3 +1,7 @@ +# `local_sensitive_file` + +Refer to the Terraform Registory for docs: [`local_sensitive_file`](https://www.terraform.io/docs/providers/local/r/sensitive_file). + # `sensitiveFile` Submodule ## Constructs diff --git a/docs/sensitiveFile.go.md b/docs/sensitiveFile.go.md index 5d60fc0b..6ab0c10e 100644 --- a/docs/sensitiveFile.go.md +++ b/docs/sensitiveFile.go.md @@ -1,3 +1,7 @@ +# `local_sensitive_file` + +Refer to the Terraform Registory for docs: [`local_sensitive_file`](https://www.terraform.io/docs/providers/local/r/sensitive_file). + # `sensitiveFile` Submodule ## Constructs diff --git a/docs/sensitiveFile.java.md b/docs/sensitiveFile.java.md index 55924497..0752b9da 100644 --- a/docs/sensitiveFile.java.md +++ b/docs/sensitiveFile.java.md @@ -1,3 +1,7 @@ +# `local_sensitive_file` + +Refer to the Terraform Registory for docs: [`local_sensitive_file`](https://www.terraform.io/docs/providers/local/r/sensitive_file). + # `sensitiveFile` Submodule ## Constructs diff --git a/docs/sensitiveFile.python.md b/docs/sensitiveFile.python.md index d69556c9..346a093b 100644 --- a/docs/sensitiveFile.python.md +++ b/docs/sensitiveFile.python.md @@ -1,3 +1,7 @@ +# `local_sensitive_file` + +Refer to the Terraform Registory for docs: [`local_sensitive_file`](https://www.terraform.io/docs/providers/local/r/sensitive_file). + # `sensitiveFile` Submodule ## Constructs diff --git a/docs/sensitiveFile.typescript.md b/docs/sensitiveFile.typescript.md index 2f3bd4a6..c083b080 100644 --- a/docs/sensitiveFile.typescript.md +++ b/docs/sensitiveFile.typescript.md @@ -1,3 +1,7 @@ +# `local_sensitive_file` + +Refer to the Terraform Registory for docs: [`local_sensitive_file`](https://www.terraform.io/docs/providers/local/r/sensitive_file). + # `sensitiveFile` Submodule ## Constructs diff --git a/package.json b/package.json index 7cf64f6e..3936f3bd 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jsii-pacmak": "^1.80.0", "node-fetch": "cjs", "npm-check-updates": "^16", - "projen": "^0.71.11", + "projen": "^0.71.15", "standard-version": "^9", "typescript": "^4.9.5" }, diff --git a/yarn.lock b/yarn.lock index e352b3fb..766cfd18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1200,9 +1200,9 @@ constant-case@^3.0.4: upper-case "^2.0.2" constructs@^10.0.0, constructs@^10.0.25: - version "10.1.312" - resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.1.312.tgz#2f7cc2792fed431bfa02265a230173799d0e306c" - integrity sha512-eC6tBCDIz/arXAvJwqlv+fPZb6tly4Z58kcTFygSLDp+XuqOxuLTaEyBcLcJQy20+zeUopgWw7K2Go0EWmJ8NQ== + version "10.1.314" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.1.314.tgz#2e60563d38bfdd38dd0e707ff0bd90c93bbc73a0" + integrity sha512-wqQn0tuwYmj7tl/nSfnlw/1uaBcFDhjSe6UMVvxwGwXyAg/ZUqpiWFbrojxPqDOAQPCNEj8LjL7IH1SPioa6kg== conventional-changelog-angular@^5.0.12: version "5.0.13" @@ -2194,7 +2194,7 @@ is-ci@^3.0.1: dependencies: ci-info "^3.2.0" -is-core-module@^2.12.0, is-core-module@^2.5.0, is-core-module@^2.8.1: +is-core-module@^2.11.0, is-core-module@^2.5.0, is-core-module@^2.8.1: version "2.12.0" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.0.tgz#36ad62f6f73c8253fd6472517a12483cf03e7ec4" integrity sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ== @@ -2333,9 +2333,9 @@ jsii-diff@^1.80.0: yargs "^16.2.0" jsii-docgen@>=7.1.2: - version "7.1.46" - resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-7.1.46.tgz#e14e043da7e2cb8144c0d67fe3c14ad3e7e79b82" - integrity sha512-w0BsxuoBe55oEWNMzQoH7Xv27PvBST/LBqTk7H4fp6dlY3zgep4UbG2KB++vc8EzbbG8L9atfw6XwXYJMv7C1A== + version "7.2.0" + resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-7.2.0.tgz#d4f02abce89c197d7107caef04eee83db9ac6bea" + integrity sha512-vj/cjoXiBpm7hJBsqrxuTlIJADcQV7iOK0U0b041Onn33joyD2vE7a4T9+umbVIeivnJ892o4nghKBHd+LdvPw== dependencies: "@jsii/spec" "^1.79.0" case "^1.6.3" @@ -2397,9 +2397,9 @@ jsii-rosetta@^1.75.0, jsii-rosetta@^1.79.0, jsii-rosetta@^1.80.0: yargs "^16.2.0" jsii-srcmak@^0.1.826: - version "0.1.884" - resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.884.tgz#afc8aaaaad47f77f8c7db847439d13b803deb346" - integrity sha512-sFndwOD9eKU1I6FX5cxMFxsnaTk5hoH6tVAs8BQxtEOCIVGPXGcHNB/Xl+Lq0vXVho3PjY1U+wBJWc+ij70Jkw== + version "0.1.885" + resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.885.tgz#58368e7b1130426c8351f5511c7dd72fb30e9044" + integrity sha512-rMqHWwvgKtyOl0RKlb4xKBXbTITHw2MJP/rhxL7FLfggq05Qv8YoD91G8JbBc6RpsMSoiAFODbte1kHxHbKB1Q== dependencies: fs-extra "^9.1.0" jsii "^1.80.0" @@ -3419,10 +3419,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.71.11: - version "0.71.11" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.71.11.tgz#0e7da256ef6dca8221e56c369b03440f0c413522" - integrity sha512-ANIR8VNsFnqDI3yIMtMHPquD+U9K1gldTw8gnzfFcWCb1sy6u2o3+Cr50hMZBEDYiBGV3k922ejMOB5yp5GDCg== +projen@^0.71.15: + version "0.71.15" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.71.15.tgz#830e72a2f64193200e092185b526dafdebd28b54" + integrity sha512-sFiC0x6cphR9RiglKyryvR5FEB4f7+oiKisyFHMr7XaF0k9K59qCj/3LIAtB4MGsVTBgdDti/WlOECxsADfoVg== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -3672,11 +3672,11 @@ resolve-alpn@^1.2.0: integrity sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g== resolve@^1.1.6, resolve@^1.10.0: - version "1.22.3" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283" - integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw== + version "1.22.2" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" + integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== dependencies: - is-core-module "^2.12.0" + is-core-module "^2.11.0" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" @@ -3773,9 +3773,9 @@ semver@^6.0.0: integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0: - version "7.4.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.4.0.tgz#8481c92feffc531ab1e012a8ffc15bdd3a0f4318" - integrity sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw== + version "7.5.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0" + integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA== dependencies: lru-cache "^6.0.0"