summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel.zelawski@outlook.com>2025-12-20 21:16:50 +0100
committerPawel Zelawski <pawel.zelawski@outlook.com>2025-12-20 21:16:50 +0100
commit1beb8c214c3d5c914ebdb1778804bbfa3901fe18 (patch)
tree6ba85de267f6b79d4cad7537512d5e36853b9d34 /package.json
parentba95b414b6707319a2dbec7cfa9f4b23daa119ea (diff)
chore: update dependencies and fix security vulnerabilitiesHEADmain
- 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
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 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"
}
}