diff --git a/.github/workflows/check-pr-title.yaml b/.github/workflows/check-pr-title.yaml index 6554003b..ea0cd864 100644 --- a/.github/workflows/check-pr-title.yaml +++ b/.github/workflows/check-pr-title.yaml @@ -17,7 +17,7 @@ statuses: write contents: read steps: - - uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5.2.0 + - uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # 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 4be8437d..be5c55f5 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@029f03e7bd5e0828dc8d2c768b5c60167a94cbbb # v3.82.1 with: path: ./ base: ${{ github.event.repository.default_branch }} diff --git a/bun.lockb b/bun.lockb index 3e89faf6..3ce23eb8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ebd496a1..fffcf273 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "@commitlint/cli": "^19.4.1", "@commitlint/config-conventional": "^19.4.1", - "@types/bun": "^1.1.8", + "@types/bun": "^1.1.9", "@vue/test-utils": "^2.4.6", "cspell": "^8.14.2", "eslint": "^8.57.0", @@ -28,14 +28,14 @@ "@iconify-json/simple-icons": "^1.2.1", "@iconify-json/vscode-icons": "^1.2.0", "@nuxt/content": "^2.13.2", - "@nuxt/eslint": "^0.5.5", - "@nuxt/fonts": "^0.3.0", + "@nuxt/eslint": "^0.5.7", + "@nuxt/fonts": "^0.8.0", "@nuxt/image": "^1.8.0", - "@nuxt/ui-pro": "^1.4.1", - "@nuxtjs/seo": "^2.0.0-rc.20", + "@nuxt/ui-pro": "^1.4.2", + "@nuxtjs/seo": "^2.0.0-rc.21", "@tsparticles/slim": "^3.5.0", "@tsparticles/vue3": "^3.0.1", - "@vite-pwa/nuxt": "^0.8.1", + "@vite-pwa/nuxt": "^0.10.5", "nuxt-gtag": "^2.1.0", "nuxt-headlessui": "^1.2.0", "nuxt-og-image": "^3.0.0-rc.66",