Skip to content

Commit 955d15b

Browse files
chore(deps): update all non-major dependencies
1 parent 5d86868 commit 955d15b

File tree

4 files changed

+1144
-1706
lines changed

4 files changed

+1144
-1706
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
browser:
5353
runs-on: ubuntu-latest
5454
container:
55-
image: mcr.microsoft.com/playwright:v1.52.0-noble
55+
image: mcr.microsoft.com/playwright:v1.57.0-noble
5656

5757
steps:
5858
- uses: actions/checkout@v6

.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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,27 @@
2323
},
2424
"dependencies": {
2525
"@nuxt/eslint": "^1.3.0",
26-
"@nuxt/scripts": "^0.11.5",
26+
"@nuxt/scripts": "^0.13.0",
2727
"@nuxtjs/html-validator": "^2.1.0",
28-
"@vueuse/nuxt": "14.0.0",
28+
"@vueuse/nuxt": "14.1.0",
2929
"@vueuse/sound": "^2.1.3",
3030
"nuxt": "^3.16.1",
3131
"nuxt-og-image": "^5.1.1",
32-
"unplugin-vue-router": "^0.12.0",
32+
"unplugin-vue-router": "^0.19.0",
3333
"vue": "^3.5.0",
3434
"vue-sonner": "^2.0.0"
3535
},
3636
"devDependencies": {
3737
"@nuxt/test-utils": "3.21.0",
38-
"@playwright/test": "1.52.0",
38+
"@playwright/test": "1.57.0",
3939
"@vue/test-utils": "2.4.6",
4040
"eslint": "9.39.1",
4141
"happy-dom": "20.0.11",
42-
"lint-staged": "16.1.0",
43-
"simple-git-hooks": "2.13.0",
44-
"typescript": "5.8.3",
42+
"lint-staged": "16.2.7",
43+
"simple-git-hooks": "2.13.1",
44+
"typescript": "5.9.3",
4545
"vitest": "4.0.15",
46-
"vue-tsc": "3.0.1"
46+
"vue-tsc": "3.1.8"
4747
},
4848
"simple-git-hooks": {
4949
"pre-commit": "npx lint-staged"
@@ -53,5 +53,5 @@
5353
"npx eslint --fix"
5454
]
5555
},
56-
"packageManager": "pnpm@10.21.0"
56+
"packageManager": "pnpm@10.25.0"
5757
}

0 commit comments

Comments
 (0)