From 9e52a9779596c5871b35aed93a80c05383008d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:01:25 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (#3175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: TAKAHASHI Shuuji --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0feea2f..d86349a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: # ref. `pnpm@10.1.0` / `pnpm@9.15.4` cannot be installed due to key id mismatch · Issue #612 · nodejs/corepack # - https://github.com/nodejs/corepack/issues/612#issuecomment-2629496091 - run: npm i -g corepack@latest && corepack enable - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.2.0 - name: 📦 Install dependencies run: pnpm install --frozen-lockfile diff --git a/package.json b/package.json index 94c14fbd..6b092d2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@elk-zone/elk", "type": "module", "version": "0.16.0", - "packageManager": "pnpm@9.15.4", + "packageManager": "pnpm@9.15.5", "license": "MIT", "homepage": "https://elk.zone/", "main": "./nuxt.config.ts",