summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-06-30 14:56:39 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-06-30 14:56:39 +0200
commitbe365f96aca431bc2298fd3ba8f526c806b2b22f (patch)
treeec1aae6ed3f02bad81eabc75faf5fdd94d451f04 /package.json
parentca7452469f68d7c36a5d29eb3aca93023d021d1c (diff)
Fix vulnerable dependenciesHEADmain
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 600ef03..6405306 100644
--- a/package.json
+++ b/package.json
@@ -60,11 +60,11 @@
"supertest": "^7.2.2",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
- "vite": "^8.0.14",
+ "vite": "^8.1.1",
"vitest": "^4.1.7"
},
"dependencies": {
- "digiid-ts": "^3.0.0",
+ "digiid-ts": "^3.0.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-rate-limit": "^8.5.2",