From df4510b41bfce5e523515ce9bb898497a5e42aef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:01:06 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/nextjs.yml | 14 +++++++------- package-lock.json | 14 +++++++------- package.json | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 55b5b26..6ec6811 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Detect package manager id: pm @@ -45,23 +45,23 @@ jobs: - name: Setup Bun if: steps.pm.outputs.manager == 'bun' - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2 with: bun-version: latest - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version: 24 cache: ${{ steps.pm.outputs.manager != 'bun' && steps.pm.outputs.manager || '' }} - name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 with: static_site_generator: next - name: Restore Next.js cache - uses: actions/cache@v5 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json','**/yarn.lock','**/pnpm-lock.yaml','**/bun.lockb') }}-${{ hashFiles('**/*.{js,ts,jsx,tsx}') }} @@ -77,7 +77,7 @@ jobs: run: ${{ steps.pm.outputs.run }} next build - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 with: path: ./out @@ -91,4 +91,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deploy - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 diff --git a/package-lock.json b/package-lock.json index 1a9e8b3..7d81969 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,16 +15,16 @@ "react-icons": "^5.5.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.18", - "@types/node": "^20.19.30", + "@tailwindcss/postcss": "4.1.18", + "@types/node": "20.19.30", "@types/react": "^19.2.9", "@types/react-dom": "^19.2.3", - "eslint": "^9.39.2", + "eslint": "9.39.2", "eslint-config-next": "16.1.1", - "prettier": "^3.8.1", - "prettier-plugin-tailwindcss": "^0.7.2", - "tailwindcss": "^4.1.18", - "typescript": "^5.9.3" + "prettier": "3.8.1", + "prettier-plugin-tailwindcss": "0.7.2", + "tailwindcss": "4.1.18", + "typescript": "5.9.3" } }, "node_modules/@alloc/quick-lru": { diff --git a/package.json b/package.json index b805e7b..959cc2b 100644 --- a/package.json +++ b/package.json @@ -17,16 +17,16 @@ "react-icons": "^5.5.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.18", - "@types/node": "^20.19.30", + "@tailwindcss/postcss": "4.1.18", + "@types/node": "20.19.30", "@types/react": "^19.2.9", "@types/react-dom": "^19.2.3", - "eslint": "^9.39.2", + "eslint": "9.39.2", "eslint-config-next": "16.1.1", - "prettier": "^3.8.1", - "prettier-plugin-tailwindcss": "^0.7.2", - "tailwindcss": "^4.1.18", - "typescript": "^5.9.3" + "prettier": "3.8.1", + "prettier-plugin-tailwindcss": "0.7.2", + "tailwindcss": "4.1.18", + "typescript": "5.9.3" }, "ignoreScripts": [ "sharp",