diff --git a/.github/workflows/agent-scan.yml b/.github/workflows/agent-scan.yml index 0fac23ae..61e3f166 100644 --- a/.github/workflows/agent-scan.yml +++ b/.github/workflows/agent-scan.yml @@ -21,7 +21,7 @@ jobs: steps: - name: AgentScan id: agentscan - uses: MatteoGabriele/agentscan-action@cf7615ba9f4fa86beab3323bc84b803ab430f8dc # v2.3.0 + uses: MatteoGabriele/agentscan-action@98202262c925c508d4c1424b1dfbe17ee35b0c02 # v2.4.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} skip-members: "dependabot[bot],renovate[bot]" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0a41a36..854ce36e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: contents: write pull-requests: write steps: - - uses: danielroe/uppt/pr@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5 + - uses: danielroe/uppt/pr@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -36,7 +36,7 @@ jobs: contents: write actions: write steps: - - uses: danielroe/uppt/release@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5 + - uses: danielroe/uppt/release@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -51,7 +51,7 @@ jobs: files: ${{ steps.pack.outputs.files }} steps: - id: pack - uses: danielroe/uppt/pack@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5 + uses: danielroe/uppt/pack@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4 publish: if: | @@ -67,6 +67,6 @@ jobs: id-token: write environment: npm steps: - - uses: danielroe/uppt/publish@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5 + - uses: danielroe/uppt/publish@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4 with: files: ${{ needs.pack.outputs.files }} diff --git a/package.json b/package.json index 8a6c50aa..5f2ce485 100755 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@nuxt/kit": "^4.0.0", "consola": "^3.4.0", - "html-validate": "~11.7.0", + "html-validate": "~11.9.0", "knitwork": "^1.2.0", "pathe": "^2.0.3", "prettier": "^3.5.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3cef720e..649ad40d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,8 +20,8 @@ importers: specifier: ^3.4.0 version: 3.4.2 html-validate: - specifier: ~11.7.0 - version: 11.7.0(@vitest/expect@4.1.10)(vitest@4.1.10) + specifier: ~11.9.0 + version: 11.9.0(@vitest/expect@4.1.10)(vitest@4.1.10) knitwork: specifier: ^1.2.0 version: 1.3.0 @@ -4905,8 +4905,8 @@ packages: html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - html-validate@11.7.0: - resolution: {integrity: sha512-xsXD89NYNDneZOBwjUWGkoeBBgVdM0z74t72NRMaf0YpZRBRbDLoCpIWba3YfT3LAB2NZAM1T6MXS7Vlr8ixcw==} + html-validate@11.9.0: + resolution: {integrity: sha512-1Cb59pOtvIUSkV+os+YNqYyhueSYrErkABIAWObjSNv5V84TlRLLOSQrCc9y8A93zqtMcOCxZ/MdFqo63nx14w==} engines: {node: ^22.22.0 || >= 24.8.0} hasBin: true peerDependencies: @@ -13788,7 +13788,7 @@ snapshots: html-escaper@2.0.2: {} - html-validate@11.7.0(@vitest/expect@4.1.10)(vitest@4.1.10): + html-validate@11.9.0(@vitest/expect@4.1.10)(vitest@4.1.10): dependencies: '@html-validate/stylish': 6.0.0 '@sidvind/better-ajv-errors': 7.0.0(ajv@8.20.0)