summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-04-18 16:58:37 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-04-18 16:58:37 +0200
commit3fc37e6338bb6c6054739578088ca638f08fceca (patch)
tree3d71991faac6738e1e11451edaab3e7830285e4b /package.json
parent00e7e4fbf5a6fc41b88631fd34e98e48eeb9fc6a (diff)
chore: update digiid-ts to 2.0.3 and fix security vulnerabilitiesHEADmain
- Bump digiid-ts from 2.0.2 to 2.0.3 (security patch release) - Fix 5 vulnerabilities via npm audit fix: - brace-expansion (moderate): ReDoS / process hang - flatted (high): prototype pollution + unbounded recursion DoS - path-to-regexp (high): ReDoS via route parameters - picomatch (high): ReDoS + method injection - vite (high): path traversal + arbitrary file read via dev server
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d3b1213..8452b7a 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"vite": "^6.2.6"
},
"dependencies": {
- "digiid-ts": "^2.0.2",
+ "digiid-ts": "^2.0.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"qrcode": "^1.5.3",