From ccaf59ceab2cb66aeaf0b7bdb932f4c504b29e3e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 13 Jul 2025 00:02:50 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .gitea/workflows/check.yml | 2 +- package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml index 6274d4a..8a18c38 100644 --- a/.gitea/workflows/check.yml +++ b/.gitea/workflows/check.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4 - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 diff --git a/package.json b/package.json index 2fb3fca..f449b45 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/react-dom": "19.1.6", "eslint": "9.31.0", "eslint-config-next": "15.3.5", - "eslint-plugin-react-hooks": "^5.2.0", + "eslint-plugin-react-hooks": "5.2.0", "postcss": "8.5.6", "prettier": "3.6.2", "prettier-plugin-tailwindcss": "0.6.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce16e7c..c9501f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -85,7 +85,7 @@ importers: specifier: 15.3.5 version: 15.3.5(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) eslint-plugin-react-hooks: - specifier: ^5.2.0 + specifier: 5.2.0 version: 5.2.0(eslint@9.31.0(jiti@2.4.2)) postcss: specifier: 8.5.6