Skip to content

Commit 553d919

Browse files
chore(deps): update all non-major dependencies
1 parent 9246ce3 commit 553d919

File tree

3 files changed

+325
-253
lines changed

3 files changed

+325
-253
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
- run: corepack enable
24-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
24+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: "pnpm"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
},
5050
"devDependencies": {
5151
"@nuxt/devtools": "latest",
52-
"@nuxt/eslint-config": "^1.11.0",
52+
"@nuxt/eslint-config": "^1.12.1",
5353
"@nuxt/kit": "^4.2.1",
5454
"@nuxt/module-builder": "^1.0.2",
55-
"@nuxt/test-utils": "^3.21.0",
55+
"@nuxt/test-utils": "^3.23.0",
5656
"changelogen": "^0.6.2",
57-
"crawler-user-agents": "^1.22.0",
58-
"eslint": "^9.39.1",
59-
"happy-dom": "^20.0.11",
57+
"crawler-user-agents": "^1.24.0",
58+
"eslint": "^9.39.2",
59+
"happy-dom": "^20.3.0",
6060
"nuxt": "^4.2.1",
6161
"playwright": "^1.57.0",
6262
"typescript": "^5.9.3",
@@ -65,5 +65,5 @@
6565
"resolutions": {
6666
"@nuxtjs/device": "workspace:*"
6767
},
68-
"packageManager": "pnpm@10.25.0"
68+
"packageManager": "pnpm@10.28.0"
6969
}

0 commit comments

Comments
 (0)