Skip to content

Commit 24d6a5b

Browse files
chore(deps): update all non-major dependencies
1 parent d7b1901 commit 24d6a5b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE=node:20.18.1-alpine
1+
ARG NODE=node:20.18.3-alpine
22

33
FROM $NODE as build
44

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@
1919
},
2020
"dependencies": {
2121
"@network-utils/tcp-ping": "^1.2.3",
22-
"@vueuse/nuxt": "^12.0.0",
23-
"consola": "^3.2.3",
22+
"@vueuse/nuxt": "^12.6.1",
23+
"consola": "^3.4.0",
2424
"defu": "^6.1.4",
2525
"h3-zod": "^0.5.3",
2626
"rollup": "npm:@rollup/wasm-node",
27-
"yaml": "^2.6.1",
28-
"zod": "^3.23.8"
27+
"yaml": "^2.7.0",
28+
"zod": "^3.24.2"
2929
},
3030
"devDependencies": {
3131
"@antfu/eslint-config": "^2.27.3",
32-
"@commitlint/cli": "^19.6.0",
33-
"@commitlint/config-conventional": "^19.6.0",
32+
"@commitlint/cli": "^19.7.1",
33+
"@commitlint/config-conventional": "^19.7.1",
3434
"@hywax/vitepress-yandex-metrika": "^0.4.0",
3535
"@nuxt/devtools": "latest",
3636
"@nuxtjs/color-mode": "^3.5.2",
3737
"@nuxtjs/i18n": "^8.5.6",
38-
"@nuxtjs/tailwindcss": "^6.12.2",
39-
"@types/node": "^20.17.9",
38+
"@nuxtjs/tailwindcss": "^6.13.1",
39+
"@types/node": "^20.17.19",
4040
"@vite-pwa/nuxt": "^0.10.6",
4141
"changelogen": "^0.5.7",
42-
"eslint": "^9.15.0",
42+
"eslint": "^9.20.1",
4343
"husky": "^9.1.7",
44-
"lint-staged": "^15.2.10",
45-
"nuxt": "^3.14.1592",
44+
"lint-staged": "^15.4.3",
45+
"nuxt": "^3.15.4",
4646
"nuxt-icon": "^0.6.10",
47-
"typescript": "^5.7.2",
48-
"vitepress": "^1.5.0",
49-
"vue-tsc": "^2.1.10"
47+
"typescript": "^5.7.3",
48+
"vitepress": "^1.6.3",
49+
"vue-tsc": "^2.2.0"
5050
},
5151
"resolutions": {
5252
"rollup": "npm:@rollup/wasm-node"

0 commit comments

Comments
 (0)