From 1beb8c214c3d5c914ebdb1778804bbfa3901fe18 Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Sat, 20 Dec 2025 21:16:50 +0100 Subject: chore: update dependencies and fix security vulnerabilities - Update digiid-ts to 1.1.1 with security patches - Fix brace-expansion, vite, sha.js, js-yaml, and eslint vulnerabilities - All npm audit issues resolved --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index b760a9d..f63792f 100644 --- a/package.json +++ b/package.json @@ -48,11 +48,11 @@ "vite": "^6.2.6" }, "dependencies": { + "digiid-ts": "^1.1.1", "dotenv": "^16.4.5", "express": "^4.19.2", "qrcode": "^1.5.3", "react": "^18.3.1", - "react-dom": "^18.3.1", - "digiid-ts": "latest" + "react-dom": "^18.3.1" } } -- cgit v1.2.3