summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index dfa72af..8a1d1f5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "digiid-ts",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "A modern TypeScript implementation of the DigiID authentication protocol.",
"main": "dist/digiid-ts.umd.js",
"module": "dist/digiid-ts.es.js",
@@ -81,6 +81,7 @@
"minimatch": "^10.2.3",
"lodash": "^4.18.0",
"flatted": "^3.4.2",
- "picomatch": "^4.0.4"
+ "picomatch": "^4.0.4",
+ "fast-uri": "^3.1.2"
}
-} \ No newline at end of file
+}