From 9b0490a9e135ab2d516a20a46c789f4da1930856 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:13:26 -0800 Subject: [PATCH] chore(deps): upgrade configuration (#816) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-jenkins/actions/runs/7903210071 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* --- .github/workflows/pull-request-lint.yml | 3 +-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index 6758951b..58aee32a 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -17,7 +17,7 @@ jobs: permissions: pull-requests: write steps: - - uses: amannn/action-semantic-pull-request@v5.0.2 + - uses: amannn/action-semantic-pull-request@v5.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -26,4 +26,3 @@ jobs: fix chore requireScope: false - githubBaseUrl: ${{ github.api_url }} diff --git a/package.json b/package.json index e5cb6f17..6a9276b0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "jsii-docgen": "^7.2.9", "jsii-pacmak": "^1.94.0", "jsii-rosetta": "1.x", - "projen": "^0.79.19", + "projen": "^0.79.21", "standard-version": "^9", "ts-jest": "^27", "typescript": "^4.9.5" diff --git a/yarn.lock b/yarn.lock index 34cbbc28..0fb2dec1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4591,10 +4591,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -projen@^0.79.19: - version "0.79.19" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.79.19.tgz#36e54053a3fa8fa42258a51dbd192f8d33793417" - integrity sha512-zKI9tkZG2YMz3iF4kp/LiMRNLfsZOQZg2220Wj0W642q8HCTFJqjZ3ZLjPLq2149boqLEqd9UNGlDs+i30o91w== +projen@^0.79.21: + version "0.79.21" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.79.21.tgz#8c0f769d2f8052f9dce95ddf9209ec5d7bccda2e" + integrity sha512-q1tdKuFMW9dIuPU27PqHs5iVAWWQ+9BCbLjihfnEkaCaPMl7F8k//+d7DpJcZhghMiYLcmBdr3N8jKVtw8iDeQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"