Skip to content

Commit 3ca24c7

Browse files
chore(deps): update all non-major dependencies
1 parent 7a6b622 commit 3ca24c7

4 files changed

Lines changed: 548 additions & 919 deletions

File tree

.github/workflows/agent-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: AgentScan
2323
id: agentscan
24-
uses: MatteoGabriele/agentscan-action@98202262c925c508d4c1424b1dfbe17ee35b0c02 # v2.4.0
24+
uses: MatteoGabriele/agentscan-action@8112fb79b33fafb8506159df20129a34209ac410 # v2.5.0
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
skip-members: "dependabot[bot],renovate[bot]"

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
pull-requests: write
2020
steps:
21-
- uses: danielroe/uppt/pr@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4
21+
- uses: danielroe/uppt/pr@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424

@@ -36,7 +36,7 @@ jobs:
3636
contents: write
3737
actions: write
3838
steps:
39-
- uses: danielroe/uppt/release@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4
39+
- uses: danielroe/uppt/release@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242

@@ -51,7 +51,7 @@ jobs:
5151
files: ${{ steps.pack.outputs.files }}
5252
steps:
5353
- id: pack
54-
uses: danielroe/uppt/pack@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4
54+
uses: danielroe/uppt/pack@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
5555

5656
publish:
5757
if: |
@@ -67,6 +67,6 @@ jobs:
6767
id-token: write
6868
environment: npm
6969
steps:
70-
- uses: danielroe/uppt/publish@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4
70+
- uses: danielroe/uppt/publish@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
7171
with:
7272
files: ${{ needs.pack.outputs.files }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@nuxt/kit": "^4.0.0",
4747
"consola": "^3.4.0",
48-
"html-validate": "~11.9.0",
48+
"html-validate": "~11.10.0",
4949
"knitwork": "^1.2.0",
5050
"pathe": "^2.0.3",
5151
"prettier": "^3.5.2",
@@ -56,12 +56,12 @@
5656
"@nuxt/module-builder": "1.0.3",
5757
"@nuxt/test-utils": "4.2.0",
5858
"@vitest/coverage-v8": "4.1.11",
59-
"bumpp": "12.2.1",
59+
"bumpp": "12.2.2",
6060
"eslint": "10.9.0",
6161
"husky": "9.1.7",
62-
"lint-staged": "17.3.0",
62+
"lint-staged": "17.4.1",
6363
"nuxt": "4.5.2",
64-
"simple-git-hooks": "2.13.1",
64+
"simple-git-hooks": "2.14.0",
6565
"vitest": "4.1.11"
6666
},
6767
"simple-git-hooks": {
@@ -75,5 +75,5 @@
7575
"publishConfig": {
7676
"access": "public"
7777
},
78-
"packageManager": "pnpm@11.22.0"
78+
"packageManager": "pnpm@11.24.0"
7979
}

0 commit comments

Comments
 (0)