Skip to content

Commit 9549788

Browse files
committed
chore: update dependencies
1 parent 9dd8412 commit 9549788

3 files changed

Lines changed: 238 additions & 226 deletions

File tree

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"arr-diff": "^4.0.0",
8585
"bcryptjs": "^2.4.3",
8686
"big.js": "^6.2.2",
87+
"braces": "^3.0.3",
8788
"bwip-js": "^4.5.1",
8889
"byte-data": "^19.0.1",
8990
"change-case": "^5.4.4",
@@ -101,6 +102,7 @@
101102
"cron-parser": "^4.9.0",
102103
"cron-validator": "^1.3.1",
103104
"cronstrue": "^2.54.0",
105+
"cross-spawn": "^7.0.6",
104106
"crypto-js": "^4.2.0",
105107
"csstoxpath": "^2.0.0",
106108
"curlconverter": "^4.12.0",
@@ -256,7 +258,7 @@
256258
"vanilla-jsoneditor": "^0.23.8",
257259
"vue": "^3.3.4",
258260
"vue-color-wheel": "^0.1.1",
259-
"vue-i18n": "^9.9.1",
261+
"vue-i18n": "^9.14.3",
260262
"vue-markdown-render": "^2.2.1",
261263
"vue-mathjax-next": "^0.0.6",
262264
"vue-mermaid-string": "^7.0.0",
@@ -270,6 +272,7 @@
270272
"wcag-contrast-utils": "^1.0.1",
271273
"webcrack": "^2.15.0",
272274
"webp-converter-browser": "^1.0.4",
275+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
273276
"xml-formatter": "^3.6.4",
274277
"xml-js": "^1.6.11",
275278
"xpath": "^0.0.34",
@@ -335,6 +338,7 @@
335338
"jsdom": "^22.0.0",
336339
"less": "^4.2.2",
337340
"prettier": "^3.0.0",
341+
"semver": "^7.5.2",
338342
"typescript": "~5.2.2",
339343
"unocss": "^0.57.1",
340344
"unocss-preset-scrollbar": "^0.2.1",
@@ -349,5 +353,10 @@
349353
"vitest": "^0.34.6",
350354
"workbox-window": "^7.3.0",
351355
"zx": "^7.2.3"
356+
},
357+
"overrides": {
358+
"wsemi": {
359+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
360+
}
352361
}
353362
}

0 commit comments

Comments
 (0)