diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 8ac2a8ed8..f09eefcfb 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -17,3 +17,4 @@ jobs: issue-inactive-days: 7 pr-comment: I'm going to lock this pull request because it has been closed for at least 7 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please [open a new issue](https://github.com/cdktf/cdktf-provider-project/issues/new) so we can investigate further. pr-inactive-days: 7 + continue-on-error: true diff --git a/yarn.lock b/yarn.lock index 7b8bcbbba..3d05ea0e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -218,9 +218,9 @@ jsii-srcmak "0.1.1039" "@cdktf/provider-project@^0.5.0": - version "0.5.44" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.44.tgz#a6111efccb469002385b5b8958aad7bd7264dca9" - integrity sha512-LTMtnFZ6iEu61HafgOrkLMI/pXb9et+Z/q8uZtGCFsEhT5je/WcdjN9rFuAWgEoo7IEMctNe0UL17byfcnOIjg== + version "0.5.45" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.45.tgz#d72ec229d8fcd64860ccc875d83fe185763a880e" + integrity sha512-p2pdKsjWfuj4KbyOqhVYHR1AMdeixE07zshWufclBzPcEJtto5gqFXGp6+Vz0F27yoeZrvGMKRQTg7h05Jborw== dependencies: change-case "^4.1.2" fs-extra "^10.1.0"