diff --git a/packages/transactions/package.json b/packages/transactions/package.json index cd53067ac..ee33318cb 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/common-tags": "^1.8.0", "@types/jest": "^26.0.22", - "@types/lodash": "^4.14.160", + "@types/lodash.clonedeep": "^4.5.6", "common-tags": "^1.8.0", "jest": "^26.6.3", "jest-fetch-mock": "^3.0.3", @@ -51,7 +51,7 @@ "c32check": "^1.1.3", "cross-fetch": "^3.1.4", "elliptic": "^6.5.4", - "lodash": "^4.17.20", + "lodash.clonedeep": "^4.5.0", "randombytes": "^2.1.0", "ripemd160-min": "^0.0.6", "sha.js": "^2.4.11", diff --git a/packages/transactions/src/utils.ts b/packages/transactions/src/utils.ts index 6f7acea57..408abfd69 100644 --- a/packages/transactions/src/utils.ts +++ b/packages/transactions/src/utils.ts @@ -6,7 +6,7 @@ import randombytes from 'randombytes'; import { deserializeCV } from './clarity'; import fetch from 'cross-fetch'; import { c32addressDecode } from 'c32check'; -import lodashCloneDeep from 'lodash/cloneDeep'; +import lodashCloneDeep from 'lodash.clonedeep'; import { with0x } from '@stacks/common'; export { randombytes as randomBytes };