From ed9d8fcb957c76bcd05c3c5213eee64b10a06f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 07:54:10 +0000 Subject: [PATCH] deps: bump @glif/filecoin-address from 3.0.12 to 4.0.0 Bumps [@glif/filecoin-address](https://github.com/glifio/modules) from 3.0.12 to 4.0.0. - [Commits](https://github.com/glifio/modules/compare/v3.0.12...v4.0.0) --- updated-dependencies: - dependency-name: "@glif/filecoin-address" dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) 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",