diff --git a/api/package.json b/api/package.json index 20b958b..b482f16 100644 --- a/api/package.json +++ b/api/package.json @@ -26,7 +26,7 @@ "ethers": "^6.13.5", "http-assert": "^1.5.0", "http-responders": "^2.0.2", - "multiformats": "^13.3.1", + "multiformats": "^13.3.2", "pg": "^8.13.1", "postgrator": "^8.0.0", "raw-body": "^3.0.0" diff --git a/package-lock.json b/package-lock.json index 2e93901..70b518e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "ethers": "^6.13.5", "http-assert": "^1.5.0", "http-responders": "^2.0.2", - "multiformats": "^13.3.1", + "multiformats": "^13.3.2", "pg": "^8.13.1", "postgrator": "^8.0.0", "raw-body": "^3.0.0" @@ -4731,9 +4731,10 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/multiformats": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.3.1.tgz", - "integrity": "sha512-QxowxTNwJ3r5RMctoGA5p13w5RbRT2QDkoM+yFlqfLiioBp78nhDjnRLvmSBI9+KAqN4VdgOVWM9c0CHd86m3g==" + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.3.2.tgz", + "integrity": "sha512-qbB0CQDt3QKfiAzZ5ZYjLFOs+zW43vA4uyM8g27PeEuXZybUOFyjrVdP93HPBHMoglibwfkdVwbzfUq8qGcH6g==", + "license": "Apache-2.0 OR MIT" }, "node_modules/murmurhash3js-revisited": { "version": "3.0.0", @@ -6656,7 +6657,7 @@ "devDependencies": { "@flydotio/dockerfile": "^0.7.4", "mocha": "^11.1.0", - "multiformats": "^13.3.1", + "multiformats": "^13.3.2", "postgrator": "^8.0.0", "standard": "^17.1.2" } diff --git a/publish/package.json b/publish/package.json index 3695045..bf98694 100644 --- a/publish/package.json +++ b/publish/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@flydotio/dockerfile": "^0.7.4", "mocha": "^11.1.0", - "multiformats": "^13.3.1", + "multiformats": "^13.3.2", "postgrator": "^8.0.0", "standard": "^17.1.2" },