Skip to content

Commit

Permalink
chore: bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 26, 2024
1 parent a7c566c commit 1f5a1cb
Show file tree
Hide file tree
Showing 8 changed files with 211 additions and 263 deletions.
2 changes: 1 addition & 1 deletion docs/interfaces/types.CompactJWEHeaderParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ___

### jwk

`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"`` \| ``"x"`` \| ``"y"``\>
`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"x"`` \| ``"y"`` \| ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"``\>

"jwk" (JSON Web Key) Header Parameter.

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/types.CompactJWSHeaderParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ___

### jwk

`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"`` \| ``"x"`` \| ``"y"``\>
`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"x"`` \| ``"y"`` \| ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"``\>

"jwk" (JSON Web Key) Header Parameter.

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/types.JWEHeaderParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ___

### jwk

`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"`` \| ``"x"`` \| ``"y"``\>
`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"x"`` \| ``"y"`` \| ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"``\>

"jwk" (JSON Web Key) Header Parameter.

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/types.JWSHeaderParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ___

### jwk

`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"`` \| ``"x"`` \| ``"y"``\>
`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"x"`` \| ``"y"`` \| ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"``\>

"jwk" (JSON Web Key) Header Parameter.

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/types.JWTHeaderParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ___

### jwk

`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"`` \| ``"x"`` \| ``"y"``\>
`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"x"`` \| ``"y"`` \| ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"``\>

"jwk" (JSON Web Key) Header Parameter.

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/types.JoseHeaderParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ___

### jwk

`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"`` \| ``"x"`` \| ``"y"``\>
`Optional` **jwk**: [`Pick`]( https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys )\<[`JWK`](types.JWK.md), ``"x"`` \| ``"y"`` \| ``"crv"`` \| ``"e"`` \| ``"kty"`` \| ``"n"``\>

"jwk" (JSON Web Key) Header Parameter.

Expand Down
Loading

0 comments on commit 1f5a1cb

Please sign in to comment.