summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel.zelawski@outlook.com>2025-12-20 20:49:10 +0100
committerPawel Zelawski <pawel.zelawski@outlook.com>2025-12-20 20:49:10 +0100
commita1a01427183425cc985183e299325dbdea553f02 (patch)
treed325e8195e9267e0132b8c1586fbc69d693f9f58 /package.json
parent23d8698bf411c832188ddc76a5b9a1bcd69ed985 (diff)
fix: resolve security vulnerabilities in dependencies
- Add glob ^10.5.0 override to fix command injection vulnerability (CVE-2024-XXXXX) - Add brace-expansion ^2.0.2 override to fix ReDoS vulnerability - Upgrade vite to 6.4.1 and other dependencies via npm audit fix - All tests passing, build successful, 0 vulnerabilities remaining
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 16204c6..576e7c0 100644
--- a/package.json
+++ b/package.json
@@ -75,6 +75,8 @@
},
"overrides": {
"elliptic": "^6.6.1",
- "lodash": "^4.17.21"
+ "lodash": "^4.17.21",
+ "glob": "^10.5.0",
+ "brace-expansion": "^2.0.2"
}
} \ No newline at end of file