fix: resolve devalue prototype pollution vulnerability (#25709)

This commit is contained in:
-LAN-
2025-09-15 13:26:36 +08:00
committed by GitHub
parent bab4975809
commit bb5b8d2902
2 changed files with 8 additions and 6 deletions

View File

@@ -244,11 +244,12 @@
"pnpm": {
"overrides": {
"@eslint/plugin-kit@<0.3.4": "0.3.4",
"brace-expansion@<2.0.2": "2.0.2",
"devalue@<5.3.2": "5.3.2",
"esbuild@<0.25.0": "0.25.0",
"pbkdf2@<3.1.3": "3.1.3",
"vite@<6.2.7": "6.2.7",
"prismjs@<1.30.0": "1.30.0",
"brace-expansion@<2.0.2": "2.0.2",
"vite@<6.2.7": "6.2.7",
"array-includes": "npm:@nolyfill/array-includes@^1",
"array.prototype.findlast": "npm:@nolyfill/array.prototype.findlast@^1",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@^1",