From bba91456322cf6b371d2db8601ee1d89c29e3e84 Mon Sep 17 00:00:00 2001 From: Amean Asad Date: Fri, 18 Aug 2023 12:31:06 -0400 Subject: [PATCH] enhancement: update filecoin-address (#48) --- package-lock.json | 26 +++++++------------------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 260d1c1..7532581 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@chakra-ui/react": "^2.4.9", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", - "@glif/filecoin-address": "^2.0.37", + "@glif/filecoin-address": "^2.0.43", "@netlify/functions": "^1.4.0", "ethers": "^5.7.2", "framer-motion": "^8.5.3", @@ -2891,15 +2891,14 @@ } }, "node_modules/@glif/filecoin-address": { - "version": "2.0.37", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-2.0.37.tgz", - "integrity": "sha512-U7e2fwUI/RVuI/nY/os16BoaUk9vky/PyfEmk4BHTf6v5pXD5pKMecMVmmELfUZYRq0qDQ8t1y4eAKr9a4Mrbw==", + "version": "2.0.43", + "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-2.0.43.tgz", + "integrity": "sha512-4VtRZ6nimzeQn2IOobB9AQ6gEDaNCeahfpYDphv7I8julldJ9HRuwe8DhMRrJ6aV2Jrf/Ghokw+Ao1GEfCpbyA==", "dependencies": { "blakejs": "1.1.0", "borc": "3.0.0", "ethers": "^5.7.2", "leb128": "0.0.5", - "node-int64": "^0.4.0", "uint8arrays": "3.0.0" } }, @@ -10799,11 +10798,6 @@ "node-gyp-build-test": "build-test.js" } }, - "node_modules/node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" - }, "node_modules/node-releases": { "version": "2.0.8", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz", @@ -15814,15 +15808,14 @@ } }, "@glif/filecoin-address": { - "version": "2.0.37", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-2.0.37.tgz", - "integrity": "sha512-U7e2fwUI/RVuI/nY/os16BoaUk9vky/PyfEmk4BHTf6v5pXD5pKMecMVmmELfUZYRq0qDQ8t1y4eAKr9a4Mrbw==", + "version": "2.0.43", + "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-2.0.43.tgz", + "integrity": "sha512-4VtRZ6nimzeQn2IOobB9AQ6gEDaNCeahfpYDphv7I8julldJ9HRuwe8DhMRrJ6aV2Jrf/Ghokw+Ao1GEfCpbyA==", "requires": { "blakejs": "1.1.0", "borc": "3.0.0", "ethers": "^5.7.2", "leb128": "0.0.5", - "node-int64": "^0.4.0", "uint8arrays": "3.0.0" }, "dependencies": { @@ -22036,11 +22029,6 @@ "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz", "integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==" }, - "node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" - }, "node-releases": { "version": "2.0.8", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz", diff --git a/package.json b/package.json index 4837c81..b77d28d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@chakra-ui/react": "^2.4.9", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", - "@glif/filecoin-address": "^2.0.37", + "@glif/filecoin-address": "^2.0.43", "@netlify/functions": "^1.4.0", "ethers": "^5.7.2", "framer-motion": "^8.5.3", @@ -45,4 +45,4 @@ "vite-plugin-node-polyfills": "^0.7.0", "vitest": "^0.28.4" } -} +} \ No newline at end of file