Skip to content

Commit 3cfd593

Browse files
committed
chore: update deps
1 parent 933992b commit 3cfd593

2 files changed

Lines changed: 668 additions & 632 deletions

File tree

package.json

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,25 @@
6767
"unused-exports": "ts-unused-exports ./tsconfig.json"
6868
},
6969
"peerDependencies": {
70-
"@noble/hashes": "^2.0.0",
70+
"@noble/hashes": "^2.0.1",
7171
"@types/fs-extra": "^11.0.4",
7272
"@types/jsonfile": "^6.1.4",
73-
"@types/node": ">= 24",
7473
"@types/ssh2": "^1.15.5",
7574
"async-validator": "^4.2.5",
76-
"bson": "^7.0.0",
75+
"bson": "^7.1.1",
7776
"consola": "^3.4.2",
7877
"date-fns": "^4.1.0",
7978
"decimal.js": "^10.6.0",
80-
"element-plus": "^2.11.3",
81-
"fs-extra": "^11.3.2",
79+
"element-plus": "^2.13.1",
80+
"fs-extra": "^11.3.3",
8281
"lru-cache": "^11.2.4",
8382
"millify": "^6.1.0",
84-
"msgpackr": "^1.11.5",
83+
"msgpackr": "^1.11.8",
8584
"node-ssh": "^13.2.1",
86-
"pino": "^10.0.0",
87-
"pino-pretty": "^13.1.1",
88-
"vue": "^3.5.21",
89-
"vue-router": "^4.5.1"
85+
"pino": "^10.2.0",
86+
"pino-pretty": "^13.1.3",
87+
"vue": "^3.5.26",
88+
"vue-router": "^4.6.4"
9089
},
9190
"peerDependenciesMeta": {
9291
"@noble/hashes": {
@@ -98,9 +97,6 @@
9897
"@types/jsonfile": {
9998
"optional": true
10099
},
101-
"@types/node": {
102-
"optional": true
103-
},
104100
"@types/ssh2": {
105101
"optional": true
106102
},
@@ -151,38 +147,38 @@
151147
}
152148
},
153149
"devDependencies": {
154-
"@antfu/eslint-config": "^6.7.3",
155-
"@kikiutils/eslint-config": "^5.0.0",
150+
"@antfu/eslint-config": "^7.0.1",
151+
"@kikiutils/eslint-config": "^5.0.2",
156152
"@kikiutils/tsconfigs": "^5.0.5",
157153
"@noble/hashes": "^2.0.1",
158154
"@types/fs-extra": "^11.0.4",
159155
"@types/jsonfile": "^6.1.4",
160-
"@types/node": "^25.0.3",
156+
"@types/node": "^25.0.9",
161157
"@types/ssh2": "^1.15.5",
162-
"@vitest/coverage-v8": "^4.0.16",
158+
"@vitest/coverage-v8": "^4.0.17",
163159
"async-validator": "^4.2.5",
164-
"bson": "^7.0.0",
160+
"bson": "^7.1.1",
165161
"changelogen": "^0.6.2",
166162
"consola": "^3.4.2",
167163
"cross-env": "^10.1.0",
168164
"date-fns": "^4.1.0",
169165
"decimal.js": "^10.6.0",
170166
"depcheck": "^1.4.7",
171-
"element-plus": "^2.13.0",
167+
"element-plus": "^2.13.1",
172168
"fs-extra": "^11.3.3",
173169
"jsdom": "^27.4.0",
174170
"lru-cache": "^11.2.4",
175171
"millify": "^6.1.0",
176172
"msgpackr": "^1.11.8",
177173
"node-ssh": "^13.2.1",
178-
"pino": "^10.1.0",
174+
"pino": "^10.2.0",
179175
"pino-pretty": "^13.1.3",
180176
"publint": "^0.3.16",
181177
"ts-unused-exports": "^11.0.1",
182-
"tsdown": "^0.18.4",
178+
"tsdown": "^0.19.0",
183179
"typescript": "^5.9.3",
184180
"unplugin-unused": "^0.5.6",
185-
"vitest": "^4.0.16",
181+
"vitest": "^4.0.17",
186182
"vue": "^3.5.26",
187183
"vue-router": "^4.6.4"
188184
},

0 commit comments

Comments
 (0)