diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
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" } } |
