From 39a8c0e97646174a97110b2744175e0e0b60ec58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:22:09 +0000 Subject: [PATCH] fix(deps): update dependency multiformats to v13 --- misc/did-jwt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/did-jwt/package.json b/misc/did-jwt/package.json index 3aaf7428..87419cc8 100644 --- a/misc/did-jwt/package.json +++ b/misc/did-jwt/package.json @@ -45,6 +45,6 @@ "dependencies": { "@noble/ed25519": "1.7.3", "bs58": "5.0.0", - "multiformats": "^9.9.0" + "multiformats": "^13.0.0" } }