diff --git a/package.json b/package.json index 730e2776..4416c0ba 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,5 @@ "prettier --write" ] }, - "packageManager": "yarn@3.2.4", - "dependencies": { - "crypto-js": "^4.2.0" - } + "packageManager": "yarn@3.2.4" } diff --git a/packages/network-support/package.json b/packages/network-support/package.json index 06ec050c..5b4c4bf7 100644 --- a/packages/network-support/package.json +++ b/packages/network-support/package.json @@ -11,6 +11,7 @@ "dependencies": { "@metamask/eth-sig-util": "^7.0.0", "cross-fetch": "^4.0.0", + "crypto-js": "^4.2.0", "js-base64": "^3.7.5", "jwt-decode": "^3.1.2", "lru-cache": "^10.0.1", diff --git a/yarn.lock b/yarn.lock index dc77f545..0a414f81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3280,6 +3280,7 @@ __metadata: "@metamask/eth-sig-util": ^7.0.0 "@types/node": 18 cross-fetch: ^4.0.0 + crypto-js: ^4.2.0 js-base64: ^3.7.5 jwt-decode: ^3.1.2 lru-cache: ^10.0.1 @@ -3304,7 +3305,6 @@ __metadata: "@typescript-eslint/eslint-plugin": ^5.27.0 "@typescript-eslint/parser": ^5.27.0 axios: ^0.27.2 - crypto-js: ^4.2.0 ctix: ^1.5.4 dotenv: ^16.0.3 eslint: ^8.17.0