From 1012baba46835c85cf85a036099faddbb085dc29 Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Tue, 18 Aug 2026 19:04:57 +0200 Subject: chore: release v3.0.3 - Update security dependency overrides - Pin brace-expansion to 5.0.9 - Pin nanoid to 3.3.18 - Update fast-uri to 4.1.2 - Update postcss to 8.5.26 - Verify npm audit reports 0 vulnerabilities - Verify tests pass --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2ea1721..a14c942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digiid-ts", - "version": "3.0.2", + "version": "3.0.3", "description": "A modern TypeScript implementation of the DigiID authentication protocol.", "main": "dist/digiid-ts.umd.js", "module": "dist/digiid-ts.es.js", @@ -80,13 +80,14 @@ }, "overrides": { "glob": "^10.5.0", - "brace-expansion": "5.0.8", + "brace-expansion": "5.0.9", "rollup": "^4.59.0", "minimatch": "^10.2.3", "lodash": "^4.18.0", "flatted": "^3.4.2", "picomatch": "^4.0.4", - "fast-uri": "4.1.1", - "postcss": "8.5.23" + "fast-uri": "4.1.2", + "nanoid": "3.3.18", + "postcss": "8.5.26" } } -- cgit v1.2.3