summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-04-18 17:03:41 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-04-18 17:03:41 +0200
commitc333c7daecb0bb6a026d26844dbf57c2665051d7 (patch)
tree9f0270fa23b0fb541340cc0d8481568d9a959db9 /package.json
parent49f83b48196fbc260979f4a808328a34992b12c5 (diff)
chore: bump version to 2.0.3, patch security vulnerabilities in vite and lodashHEADmain
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 7 insertions, 4 deletions
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