diff options
| author | Pawel Zelawski <pawel@pzelawski.com> | 2026-08-18 19:04:57 +0200 |
|---|---|---|
| committer | Pawel Zelawski <pawel@pzelawski.com> | 2026-08-18 19:04:57 +0200 |
| commit | 1012baba46835c85cf85a036099faddbb085dc29 (patch) | |
| tree | 2f92d7f518b9a7d5636ac9b0c8ba2e1b198167ec /package.json | |
| parent | 07228016799a0dc149e6faf6df3c21e30863f166 (diff) | |
- 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
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" } } |
