From 332fb7e0cb2b8d7bfae8d426701e1a5a36001d21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:07:19 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/build-docs.yml | 4 ++-- .github/workflows/release-drafter.yml | 2 +- package.json | 2 +- packages/eslint-plugin/package.json | 10 +++++----- pnpm-lock.yaml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 6a77f50..596819f 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -47,7 +47,7 @@ jobs: - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 with: path: ./docs/docs-site/out @@ -60,5 +60,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1308061..49260ad 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -19,6 +19,6 @@ jobs: runs-on: ubuntu-latest steps: # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 20b1791..449d58d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "mdast": "3.0.0", "next": "12.3.4", "next-connect": "0.12.1", - "next-themes": "^0.3.0", + "next-themes": "0.3.0", "nextra": "2.13.4", "nextra-theme-docs": "2.13.4", "node-fetch": "2.6.7", diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 09cde28..c6cdce8 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -6,12 +6,12 @@ "generators": "./generators.json", "executors": "./executors.json", "dependencies": { - "@nrwl/linter": "^15.0.3", + "@nrwl/linter": "15.9.7", "@nrwl/eslint-plugin-nx": "15.8.9", - "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-regexp": "^2.6.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-eslint-comments": "3.2.0", + "eslint-plugin-regexp": "2.6.0", + "eslint-plugin-import": "2.31.0", + "eslint-plugin-jest": "28.9.0", "@typescript-eslint/eslint-plugin": "5.62.0" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 690124d..221cbf8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -148,7 +148,7 @@ importers: specifier: 0.12.1 version: 0.12.1 next-themes: - specifier: ^0.3.0 + specifier: 0.3.0 version: 0.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) nextra: specifier: 2.13.4