diff --git a/backend/package.json b/backend/package.json index 0128da5..89e8815 100644 --- a/backend/package.json +++ b/backend/package.json @@ -24,7 +24,7 @@ "ethers": "^6.16.0", "index-provider-peer-id": "^1.0.1", "lru-cache": "^11.2.4", - "multiformats": "^13.4.1", + "multiformats": "^13.4.2", "p-retry": "^7.1.1", "pg": "^8.16.3", "pg-cursor": "^2.15.3" diff --git a/package-lock.json b/package-lock.json index 861b2a8..fe0cdec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "ethers": "^6.16.0", "index-provider-peer-id": "^1.0.1", "lru-cache": "^11.2.4", - "multiformats": "^13.4.1", + "multiformats": "^13.4.2", "p-retry": "^7.1.1", "pg": "^8.16.3", "pg-cursor": "^2.15.3" @@ -2945,9 +2945,9 @@ "license": "MIT" }, "node_modules/multiformats": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.1.tgz", - "integrity": "sha512-VqO6OSvLrFVAYYjgsr8tyv62/rCQhPgsZUXLTqoFLSgdkgiUYKYeArbt1uWLlEpkjxQe+P0+sHlbPEte1Bi06Q==", + "version": "13.4.2", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.2.tgz", + "integrity": "sha512-eh6eHCrRi1+POZ3dA+Dq1C6jhP1GNtr9CRINMb67OKzqW9I5DUuZM/3jLPlzhgpGeiNUlEGEbkCYChXMCc/8DQ==", "license": "Apache-2.0 OR MIT" }, "node_modules/natural-compare": {