diff --git a/.github/workflows/check-pr-title.yaml b/.github/workflows/check-pr-title.yaml index 92cf1af..403531c 100644 --- a/.github/workflows/check-pr-title.yaml +++ b/.github/workflows/check-pr-title.yaml @@ -16,7 +16,7 @@ jobs: statuses: write contents: read steps: - - uses: amannn/action-semantic-pull-request@v5.5.2 + - uses: amannn/action-semantic-pull-request@v5.5.3 id: lint_pr_title env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/secrets_scanner.yaml b/.github/workflows/secrets_scanner.yaml index 8904a99..047158d 100644 --- a/.github/workflows/secrets_scanner.yaml +++ b/.github/workflows/secrets_scanner.yaml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@f2a0ea0b70288cf25ba46d906034417555a207a8 # v3.69.0 + uses: trufflesecurity/trufflehog@06bbd6fd493fcac4a6db0e4850a92bcf932fafed # v3.81.10 with: path: ./ base: ${{ github.event.repository.default_branch }} diff --git a/bun.lockb b/bun.lockb index fce0ee3..bee4316 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 14d2541..a6b3e86 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@matterlabs/docs-nuxt-template": "2.8.2", "@nuxt/content": "^2.13.2", "@nuxt/eslint": "^0.5.5", - "@nuxt/fonts": "^0.5.1", + "@nuxt/fonts": "^0.7.2", "@nuxt/image": "^1.8.0", "@nuxt/ui": "^2.18.4", "@nuxt/ui-pro": "^1.4.1",