Skip to content

Commit 1310843

Browse files
chore(deps): update all non-major dependencies
1 parent 9a31e08 commit 1310843

File tree

4 files changed

+2219
-2280
lines changed

4 files changed

+2219
-2280
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
e2e:
3030
runs-on: ubuntu-latest
3131
container:
32-
image: mcr.microsoft.com/playwright:v1.52.0-noble
32+
image: mcr.microsoft.com/playwright:v1.56.1-noble
3333

3434
steps:
3535
- uses: actions/checkout@v5

.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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"devDependencies": {
3131
"@actions/core": "1.11.1",
3232
"@actions/http-client": "2.2.3",
33-
"@nuxt/eslint": "1.4.1",
33+
"@nuxt/eslint": "1.9.0",
3434
"@nuxt/test-utils": "3.19.2",
35-
"@playwright/test": "1.52.0",
35+
"@playwright/test": "1.56.1",
3636
"eslint": "9.37.0",
37-
"lint-staged": "16.1.0",
37+
"lint-staged": "16.2.6",
3838
"mock-driver": "link:./test/mock-driver",
39-
"simple-git-hooks": "2.13.0",
40-
"typescript": "5.8.3",
41-
"unstorage": "1.16.0"
39+
"simple-git-hooks": "2.13.1",
40+
"typescript": "5.9.3",
41+
"unstorage": "1.17.1"
4242
},
4343
"simple-git-hooks": {
4444
"pre-commit": "npx lint-staged"
@@ -48,5 +48,5 @@
4848
"npx eslint --fix"
4949
]
5050
},
51-
"packageManager": "pnpm@10.11.1"
51+
"packageManager": "pnpm@10.19.0"
5252
}

0 commit comments

Comments
 (0)