fixed the security vulnerability CVE-2025-57820 in the devalue package

This commit is contained in:
Arunavo Ray
2025-08-28 13:53:04 +05:30
parent f54a7e6d71
commit b425cbce71
2 changed files with 4 additions and 2 deletions

View File

@@ -38,7 +38,8 @@
"astro": "bunx --bun astro"
},
"overrides": {
"@esbuild-kit/esm-loader": "npm:tsx@^4.20.5"
"@esbuild-kit/esm-loader": "npm:tsx@^4.20.5",
"devalue": "^5.3.2"
},
"dependencies": {
"@astrojs/check": "^0.9.4",