From c333c7daecb0bb6a026d26844dbf57c2665051d7 Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Sat, 18 Apr 2026 17:03:41 +0200 Subject: chore: bump version to 2.0.3, patch security vulnerabilities in vite and lodash --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 83f3f5a..dfa72af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digiid-ts", - "version": "2.0.2", + "version": "2.0.3", "description": "A modern TypeScript implementation of the DigiID authentication protocol.", "main": "dist/digiid-ts.umd.js", "module": "dist/digiid-ts.es.js", @@ -66,7 +66,7 @@ "prettier": "^3.8.1", "ts-node": "^10.9.2", "typescript": "^5.9.3", - "vite": "^6.4.1", + "vite": "^6.4.2", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4" }, @@ -76,8 +76,11 @@ }, "overrides": { "glob": "^10.5.0", - "brace-expansion": "^2.0.2", + "brace-expansion": "^2.0.3", "rollup": "^4.59.0", - "minimatch": "^10.2.3" + "minimatch": "^10.2.3", + "lodash": "^4.18.0", + "flatted": "^3.4.2", + "picomatch": "^4.0.4" } } \ No newline at end of file -- cgit v1.2.3