From 6ff11f8d1bc52424447e97919bee1f058c1b8a89 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 18 Feb 2024 00:09:51 +0000 Subject: [PATCH] chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/cdk-hyperledger-fabric-network/actions/runs/7945132146 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions --- .github/workflows/release.yml | 2 ++ .github/workflows/upgrade-main.yml | 2 +- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7955c71..f31d7ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,6 +89,7 @@ jobs: needs: release runs-on: ubuntu-latest permissions: + id-token: write contents: read if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: @@ -115,6 +116,7 @@ jobs: env: NPM_DIST_TAG: latest NPM_REGISTRY: registry.npmjs.org + NPM_CONFIG_PROVENANCE: true NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx -p publib@latest publib-npm release_maven: diff --git a/.github/workflows/upgrade-main.yml b/.github/workflows/upgrade-main.yml index 3d8bbf6..a97fd93 100644 --- a/.github/workflows/upgrade-main.yml +++ b/.github/workflows/upgrade-main.yml @@ -63,7 +63,7 @@ jobs: git config user.email "github-actions@github.com" - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} commit-message: |- diff --git a/package.json b/package.json index 81b2aa5..49a4340 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "aws-cdk-lib": "2.24.1", - "cdk-nag": "2.28.36", + "cdk-nag": "2.28.37", "constructs": "10.0.5", "eslint": "^8", "eslint-import-resolver-typescript": "^2.7.1", @@ -55,7 +55,7 @@ "jsii-docgen": "^4.2.44", "jsii-pacmak": "^1.94.0", "jsii-rosetta": "1.x", - "projen": "^0.79.22", + "projen": "^0.79.24", "standard-version": "^9", "ts-jest": "^27", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 062ed85..75af8b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1358,10 +1358,10 @@ case@1.6.3, case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk-nag@2.28.36: - version "2.28.36" - resolved "https://registry.yarnpkg.com/cdk-nag/-/cdk-nag-2.28.36.tgz#0c3636a28ba666c511aedf9a9174101b1029d98a" - integrity sha512-hETuOuDGWlt7OlqOhSoPkKtmKtDOhLYB8ahUNND7w1Dag6O4R9tJdKsBlZYm3TaWSYXGy1c9cY5GHjD0MdXoZA== +cdk-nag@2.28.37: + version "2.28.37" + resolved "https://registry.yarnpkg.com/cdk-nag/-/cdk-nag-2.28.37.tgz#fb8b4793076cc0cf88c22f7a386e4e91fdb800d2" + integrity sha512-jepXN92W+nafvIprULnocJVI++zyYw+G/v/9kn/dyUQ4n9fV34p4jEiKfd9UAhcimR4qwONQDm3lUSTDMp4NCA== chalk@^2.4.2: version "2.4.2" @@ -4218,10 +4218,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.22: - version "0.79.22" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.79.22.tgz#14225ccf9bbaeb14ca018cff6120aaa7b5ddbbe4" - integrity sha512-95m5kBcdTaGr1JR6i/6z5XpHjXhaKwfKANXDN0y3/SsTLSPtXDCz0o8HCrKnAMjpSrR86ZGBbENm5gxhvq2B2Q== +projen@^0.79.24: + version "0.79.24" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.79.24.tgz#c540d7e5af1d8f35ab5e42a9d8508166b4b916de" + integrity sha512-feRBel2kl/dRsXTUFwYDnhZjQ7ZEdTAgxsAXIgJX4tEZllw4VzsbFX6P6/qxIUg+swPxYcJOU48bPA2IpuJWuQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"