summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index 8b1a632..2ea1721 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "digiid-ts",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "A modern TypeScript implementation of the DigiID authentication protocol.",
"main": "dist/digiid-ts.umd.js",
"module": "dist/digiid-ts.es.js",
@@ -61,18 +61,18 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
- "@types/node": "^25.9.1",
- "@typescript-eslint/eslint-plugin": "^8.59.4",
- "@typescript-eslint/parser": "^8.59.4",
- "@vitest/coverage-v8": "^4.1.7",
- "eslint": "^10.4.0",
+ "@types/node": "^25.9.5",
+ "@typescript-eslint/eslint-plugin": "^8.65.0",
+ "@typescript-eslint/parser": "^8.65.0",
+ "@vitest/coverage-v8": "^4.1.10",
+ "eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
- "prettier": "^3.8.3",
+ "prettier": "^3.9.6",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
- "vite": "^8.0.16",
- "vite-plugin-dts": "^5.0.1",
- "vitest": "^4.1.7"
+ "vite": "^8.1.5",
+ "vite-plugin-dts": "^5.0.3",
+ "vitest": "^4.1.10"
},
"dependencies": {
"@noble/curves": "^2.2.0",
@@ -80,13 +80,13 @@
},
"overrides": {
"glob": "^10.5.0",
- "brace-expansion": "^2.0.3",
+ "brace-expansion": "5.0.8",
"rollup": "^4.59.0",
"minimatch": "^10.2.3",
"lodash": "^4.18.0",
"flatted": "^3.4.2",
"picomatch": "^4.0.4",
- "fast-uri": "^3.1.2",
- "postcss": "^8.5.10"
+ "fast-uri": "4.1.1",
+ "postcss": "8.5.23"
}
}