summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json
index 83f3f5a..dfa72af 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "digiid-ts",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "A modern TypeScript implementation of the DigiID authentication protocol.",
"main": "dist/digiid-ts.umd.js",
"module": "dist/digiid-ts.es.js",
@@ -66,7 +66,7 @@
"prettier": "^3.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
- "vite": "^6.4.1",
+ "vite": "^6.4.2",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
},
@@ -76,8 +76,11 @@
},
"overrides": {
"glob": "^10.5.0",
- "brace-expansion": "^2.0.2",
+ "brace-expansion": "^2.0.3",
"rollup": "^4.59.0",
- "minimatch": "^10.2.3"
+ "minimatch": "^10.2.3",
+ "lodash": "^4.18.0",
+ "flatted": "^3.4.2",
+ "picomatch": "^4.0.4"
}
} \ No newline at end of file