mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
066220ffbd
commit
f114f9a51a
5 changed files with 152 additions and 199 deletions
|
|
@ -18,7 +18,7 @@ export default (plugin: PluginType): void => {
|
|||
schema: z.object({
|
||||
keys: z.array(
|
||||
z.object({
|
||||
kty: z.string(),
|
||||
kty: z.string().optional(),
|
||||
use: z.string(),
|
||||
alg: z.string(),
|
||||
kid: z.string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue