diff --git a/package-lock.json b/package-lock.json index 10b9e0f8..abf11571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "(Apache-2.0 AND MIT)", "dependencies": { "@filecoin-station/spark-impact-evaluator": "^1.1.0", - "@glif/filecoin-address": "^3.0.0", + "@glif/filecoin-address": "^4.0.0", "@influxdata/influxdb-client": "^1.33.2", "@ipld/car": "^5.2.6", "@sentry/node": "^9.0.0", @@ -528,9 +528,10 @@ } }, "node_modules/@glif/filecoin-address": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.12.tgz", - "integrity": "sha512-TJtakfpXp+S6CDPuu0gDktv6n5IWactvUvrtcRFWQxpcxHjvmDWet3EGHzM3wz8426llAnqoYR6VsJnwB5CLiw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-4.0.0.tgz", + "integrity": "sha512-NgAM/EyPzRXKw3Uz331BjqIHH1nFfP9Gs52LyjUMcHhKrDrnp5WbY63yu+rGws9q9wAMl8jCjVD5VhN+AcUBqw==", + "license": "(Apache-2.0 OR MIT)", "dependencies": { "blakejs": "1.2.1", "borc": "3.0.0", @@ -12503,9 +12504,9 @@ "integrity": "sha512-1rdrNp0bGPo0FSLmyVmhDCBS2sRR3eRVRGnRDZqrq0yxygW6PhFe0YY4nFjwPkTraDSDXpvXIXKZxZW5Elp3zQ==" }, "@glif/filecoin-address": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.12.tgz", - "integrity": "sha512-TJtakfpXp+S6CDPuu0gDktv6n5IWactvUvrtcRFWQxpcxHjvmDWet3EGHzM3wz8426llAnqoYR6VsJnwB5CLiw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-4.0.0.tgz", + "integrity": "sha512-NgAM/EyPzRXKw3Uz331BjqIHH1nFfP9Gs52LyjUMcHhKrDrnp5WbY63yu+rGws9q9wAMl8jCjVD5VhN+AcUBqw==", "requires": { "blakejs": "1.2.1", "borc": "3.0.0", diff --git a/package.json b/package.json index 8b1fa0e5..5bb15a14 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier": "@checkernetwork/prettier-config", "dependencies": { "@filecoin-station/spark-impact-evaluator": "^1.1.0", - "@glif/filecoin-address": "^3.0.0", + "@glif/filecoin-address": "^4.0.0", "@influxdata/influxdb-client": "^1.33.2", "@ipld/car": "^5.2.6", "@sentry/node": "^9.0.0",