From 15aa67788ee79d62e456a240d6f6d5a6664bb2bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 08:35:17 +0000 Subject: [PATCH] fix: upgrade @web5/credentials from 1.0.3 to 1.0.4 Snyk has created this PR to upgrade @web5/credentials from 1.0.3 to 1.0.4. See this package in npm: @web5/credentials See this project in Snyk: https://app.snyk.io/org/bowenashton/project/6ac179b4-4697-41b2-aea7-1dc7d36faaf7?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/http-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http-client/package.json b/packages/http-client/package.json index 50be0db4..5cd56d25 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -55,7 +55,7 @@ "dependencies": { "@tbdex/protocol": "workspace:*", "@web5/common": "1.0.1", - "@web5/credentials": "1.0.3", + "@web5/credentials": "1.0.4", "@web5/crypto": "1.0.1", "@web5/dids": "1.1.1", "ms": "2.1.3",