summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-07-26 19:46:23 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-07-26 19:46:23 +0200
commit3abcde5c62489f6405117254a66154def0a55f12 (patch)
tree05deefb4f57ff25ed00445d60041beb208510953 /package.json
parentbe365f96aca431bc2298fd3ba8f526c806b2b22f (diff)
chore: update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6405306..a67843a 100644
--- a/package.json
+++ b/package.json
@@ -64,7 +64,7 @@
"vitest": "^4.1.7"
},
"dependencies": {
- "digiid-ts": "^3.0.1",
+ "digiid-ts": "^3.0.2",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-rate-limit": "^8.5.2",
@@ -72,5 +72,13 @@
"qrcode": "^1.5.3",
"react": "^19.2.6",
"react-dom": "^19.2.6"
+ },
+ "overrides": {
+ "body-parser": "2.3.0",
+ "eslint": {
+ "minimatch": {
+ "brace-expansion": "5.0.8"
+ }
+ }
}
}