fix(deps): 修复安全漏洞

This commit is contained in:
hicccc77
2026-03-28 17:36:28 +08:00
parent 22d8049c2c
commit 06079659af

View File

@@ -69,7 +69,8 @@
"immutable": ">=4.0.0", "immutable": ">=4.0.0",
"lodash": ">=4.17.21", "lodash": ">=4.17.21",
"brace-expansion": ">=1.1.11", "brace-expansion": ">=1.1.11",
"picomatch": ">=2.3.1" "picomatch": ">=2.3.1",
"ajv": ">=8.18.0"
} }
}, },
"build": { "build": {
@@ -194,4 +195,4 @@
"tar": "^7.5.13", "tar": "^7.5.13",
"immutable": "^5.1.5" "immutable": "^5.1.5"
} }
} }