From 3f3521cf5dad43dc537e6a56e469ccf73ae41927 Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Fri, 15 May 2026 18:55:55 +0200 Subject: chore: patch fast-uri security vulnerabilities --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package.json') 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 +} -- cgit v1.2.3