From 108db77a9d9f5917fe8823a743b7c2f325565ec0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:11:24 +0900 Subject: [PATCH] chore(deps): update all non-major dependencies (#2783) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/semantic-pull-request.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 94b93e69..6c2d63ca 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -19,6 +19,6 @@ jobs: name: Semantic Pull Request steps: - name: Validate PR title - uses: amannn/action-semantic-pull-request@v5.4.0 + uses: amannn/action-semantic-pull-request@v5.5.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index af2d9920..b5221f65 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@elk-zone/elk", "type": "module", "version": "0.14.0", - "packageManager": "pnpm@9.1.3", + "packageManager": "pnpm@9.4.0", "license": "MIT", "homepage": "https://elk.zone/", "main": "./nuxt.config.ts",