Skip to content

Commit 6120b5d

Browse files
chore(deps): update all non-major dependencies
1 parent da4ea4a commit 6120b5d

File tree

3 files changed

+828
-581
lines changed

3 files changed

+828
-581
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
- run: corepack enable
24-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
24+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: "pnpm"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@
4545
"test:watch": "vitest watch"
4646
},
4747
"dependencies": {
48-
"defu": "^6.1.4"
48+
"defu": "^6.1.7"
4949
},
5050
"devDependencies": {
5151
"@nuxt/devtools": "latest",
5252
"@nuxt/eslint-config": "^1.15.2",
5353
"@nuxt/kit": "^4.4.2",
5454
"@nuxt/module-builder": "^1.0.2",
55-
"@nuxt/test-utils": "^4.0.0",
55+
"@nuxt/test-utils": "^4.0.2",
5656
"@vue/test-utils": "^2.4.6",
5757
"changelogen": "^0.6.2",
58-
"crawler-user-agents": "^1.37.0",
59-
"eslint": "^10.1.0",
60-
"happy-dom": "^20.8.9",
58+
"crawler-user-agents": "^1.42.0",
59+
"eslint": "^10.2.1",
60+
"happy-dom": "^20.9.0",
6161
"nuxt": "^4.4.2",
62-
"playwright": "^1.58.2",
63-
"typescript": "^6.0.2",
64-
"vitest": "^4.1.2"
62+
"playwright": "^1.59.1",
63+
"typescript": "^6.0.3",
64+
"vitest": "^4.1.4"
6565
},
6666
"resolutions": {
6767
"@nuxtjs/device": "workspace:*"

0 commit comments

Comments
 (0)