Update package-lock.json to remove deprecated @peculiar/x509 version and add a new dependency entry for @simplewebauthn/server. Modify package.json to include an override for @peculiar/x509 version 1.13.0, ensuring compatibility across the project.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 44s

This commit is contained in:
Torsten Schulz (local)
2026-01-07 17:58:38 +01:00
parent 9bae707473
commit 4864c80da3
2 changed files with 22 additions and 22 deletions

View File

@@ -47,5 +47,8 @@
"tailwindcss": "^3.4.0",
"vitest": "^4.0.16",
"vue-eslint-parser": "^10.2.0"
},
"overrides": {
"@peculiar/x509": "1.13.0"
}
}