diff --git a/package-lock.json b/package-lock.json index 3b54f31..efc35eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,34 +10,34 @@ "dependencies": { "@heroicons/react": "2.0.18", "@rainbow-me/rainbowkit": "1.0.7", - "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.3", - "@walletconnect/modal": "^2.6.2", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#dev", + "@walletconnect/modal": "2.6.2", "chart.js": "4.3.0", - "cookie-parser": "^1.4.6", - "csrf-csrf": "^3.0.6", + "cookie-parser": "1.4.6", + "csrf-csrf": "3.0.6", "daisyui": "2.52.0", "dotenv": "16.3.1", "ethers": "5.7.2", "express": "4.18.2", "express-rate-limit": "6.7.1", - "geist": "^1.3.0", + "geist": "1.3.0", "helmet": "6.2.0", "js-yaml": "4.1.0", "jsonwebtoken": "9.0.1", - "jszip": "^3.10.1", - "moment": "^2.30.1", + "jszip": "3.10.1", + "moment": "2.30.1", "next": "13.4.7", "react": "18.2.0", "react-chartjs-2": "5.2.0", "react-dom": "18.2.0", "react-hook-form": "7.45.2", - "react-jazzicon": "^1.0.4", + "react-jazzicon": "1.0.4", "swr": "2.2.0", "ts-node": "10.9.1", "typescript": "5.1.6", "viem": "1.3.0", "wagmi": "1.3.9", - "zustand": "^4.5.2" + "zustand": "4.5.2" }, "devDependencies": { "@types/express": "4.17.17", @@ -1529,23 +1529,23 @@ } }, "node_modules/@shardus/crypto-utils": { - "version": "4.1.3", - "resolved": "git+ssh://git@github.com/shardeum/lib-crypto-utils.git#71434565c9b73500d81f1f44e88ac6738fe0d662", + "version": "4.1.5", + "resolved": "git+ssh://git@github.com/shardeum/lib-crypto-utils.git#7090deea991b8146e2d7a82572b3ef8ba6489673", "license": "ISC", "dependencies": { - "@shardus/types": "1.2.8", + "@shardus/types": "git+https://github.com/shardeum/lib-types#dev", "buffer-xor": "2.0.2", "fast-stable-stringify": "1.0.0", "sodium-native": "3.3.0" }, "engines": { - "node": "18.16.1" + "node": "18.19.1" } }, "node_modules/@shardus/types": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@shardus/types/-/types-1.2.8.tgz", - "integrity": "sha512-QCCHm15dmEFkH+TUMUNMT/iCGCsjOR8z6/5AZasG7Gsu9CTL85V4L+Ny/SGjKzM9sdi1Vz8XARy96r+slUZBOg==" + "version": "1.2.21", + "resolved": "git+ssh://git@github.com/shardeum/lib-types.git#23e69d2d3e17f82cafeb279667dc1bb3c86140ae", + "license": "ISC" }, "node_modules/@solana/buffer-layout": { "version": "4.0.1", diff --git a/package.json b/package.json index 500dee1..1e860c9 100644 --- a/package.json +++ b/package.json @@ -11,34 +11,34 @@ "dependencies": { "@heroicons/react": "2.0.18", "@rainbow-me/rainbowkit": "1.0.7", - "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.3", - "@walletconnect/modal": "^2.6.2", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#dev", + "@walletconnect/modal": "2.6.2", "chart.js": "4.3.0", - "cookie-parser": "^1.4.6", - "csrf-csrf": "^3.0.6", + "cookie-parser": "1.4.6", + "csrf-csrf": "3.0.6", "daisyui": "2.52.0", "dotenv": "16.3.1", "ethers": "5.7.2", "express": "4.18.2", "express-rate-limit": "6.7.1", - "geist": "^1.3.0", + "geist": "1.3.0", "helmet": "6.2.0", "js-yaml": "4.1.0", "jsonwebtoken": "9.0.1", - "jszip": "^3.10.1", - "moment": "^2.30.1", + "jszip": "3.10.1", + "moment": "2.30.1", "next": "13.4.7", "react": "18.2.0", "react-chartjs-2": "5.2.0", "react-dom": "18.2.0", "react-hook-form": "7.45.2", - "react-jazzicon": "^1.0.4", + "react-jazzicon": "1.0.4", "swr": "2.2.0", "ts-node": "10.9.1", "typescript": "5.1.6", "viem": "1.3.0", "wagmi": "1.3.9", - "zustand": "^4.5.2" + "zustand": "4.5.2" }, "devDependencies": { "@types/express": "4.17.17", @@ -69,4 +69,4 @@ "typescript": "5.1.6", "typescript-estree": "18.1.0" } -} +} \ No newline at end of file