Skip to content

Commit af8436f

Browse files
chore(deps): update all non-major dependencies (#732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 633b2e4 commit af8436f

File tree

3 files changed

+102
-97
lines changed

3 files changed

+102
-97
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Check provenance downgrades
20-
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
20+
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
2121
with:
2222
fail-on-provenance-change: true

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@
4444
"dependencies": {
4545
"@nuxt/kit": "^4.0.0",
4646
"consola": "^3.4.0",
47-
"html-validate": "~10.3.0",
47+
"html-validate": "~10.4.0",
4848
"knitwork": "^1.2.0",
4949
"pathe": "^2.0.3",
5050
"prettier": "^3.5.2",
5151
"std-env": "^3.8.0"
5252
},
5353
"devDependencies": {
54-
"@nuxt/eslint-config": "1.10.0",
54+
"@nuxt/eslint-config": "1.11.0",
5555
"@nuxt/module-builder": "1.0.2",
5656
"@nuxt/test-utils": "3.20.1",
5757
"@vitest/coverage-v8": "3.2.4",
58-
"bumpp": "10.3.1",
58+
"bumpp": "10.3.2",
5959
"eslint": "9.39.1",
6060
"husky": "9.1.7",
61-
"lint-staged": "16.2.6",
61+
"lint-staged": "16.2.7",
6262
"nuxt": "4.2.1",
6363
"simple-git-hooks": "2.13.1",
6464
"vitest": "3.2.4"
@@ -79,5 +79,5 @@
7979
"publishConfig": {
8080
"access": "public"
8181
},
82-
"packageManager": "pnpm@10.21.0"
82+
"packageManager": "pnpm@10.23.0"
8383
}

0 commit comments

Comments
 (0)