chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-02-25 23:32:05 +01:00
parent 066220ffbd
commit f114f9a51a
No known key found for this signature in database
5 changed files with 152 additions and 199 deletions

View file

@ -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(),