diff --git a/package-lock.json b/package-lock.json index 2741ae0..8b113b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@dashincubator/ripemd160": "^3.0.0", "@dashincubator/secp256k1": "^1.7.1-5", "@zxing/library": "^0.20.0", - "crypticstorage": "github:dashhive/CrypticStorage#feat/keystore", + "crypticstorage": "^0.0.2", "dashhd": "^3.3.0", "dashkeys": "^1.1.0", "dashphrase": "^1.4.0", @@ -21,12 +21,12 @@ "dashtx": "^0.13.2", "dashwallet": "^0.6.0", "html5-qrcode": "^2.3.8", - "idb": "^7.1.1", + "idb": "^8.0.0", "localforage": "^1.10.0", "qrcode-svg": "^1.1.0" }, "devDependencies": { - "@types/node": "^20.9.2" + "@types/node": "^20.11.5" } }, "node_modules/@dashincubator/base58check": { @@ -48,9 +48,9 @@ "integrity": "sha512-3iA+RDZrJsRFPpWhlYkp3EdoFAlKjdqkNFiRwajMrzcpA/G/IBX0AnC1pwRLkTrM+tUowcyGrkJfT03U4ETZeg==" }, "node_modules/@types/node": { - "version": "20.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz", - "integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==", + "version": "20.11.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", + "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -77,9 +77,9 @@ "optional": true }, "node_modules/crypticstorage": { - "version": "0.0.1-1", - "resolved": "git+ssh://git@github.com/dashhive/CrypticStorage.git#349a95521a388d654bc41a7707099a069a99e86b", - "license": "MIT" + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/crypticstorage/-/crypticstorage-0.0.2.tgz", + "integrity": "sha512-PyiKq03ekJU1AwzYVchlm+LaUvDy939S1smmCD0fa60HLKVM0m6zEj4J/MXcm1BLrwdaZk9eRdJcau77nIOPAw==" }, "node_modules/dashhd": { "version": "3.3.0", @@ -170,9 +170,9 @@ "integrity": "sha512-jsr4vafJhwoLVEDW3n1KvPnCCXWaQfRng0/EEYk1vNcQGcG/htAdhJX0be8YyqMoSz7+hZvOZSTAepsabiuhiQ==" }, "node_modules/idb": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", - "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/idb/-/idb-8.0.0.tgz", + "integrity": "sha512-l//qvlAKGmQO31Qn7xdzagVPPaHTxXx199MhrAFuVBTPqydcPYBWjkrbv4Y0ktB+GmWOiwHl237UUOrLmQxLvw==" }, "node_modules/immediate": { "version": "3.0.6", diff --git a/package.json b/package.json index 7ba6c34..7f83b86 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@dashincubator/ripemd160": "^3.0.0", "@dashincubator/secp256k1": "^1.7.1-5", "@zxing/library": "^0.20.0", - "crypticstorage": "github:dashhive/CrypticStorage#feat/keystore", + "crypticstorage": "^0.0.2", "dashhd": "^3.3.0", "dashkeys": "^1.1.0", "dashphrase": "^1.4.0", @@ -46,11 +46,11 @@ "dashtx": "^0.13.2", "dashwallet": "^0.6.0", "html5-qrcode": "^2.3.8", - "idb": "^7.1.1", + "idb": "^8.0.0", "localforage": "^1.10.0", "qrcode-svg": "^1.1.0" }, "devDependencies": { - "@types/node": "^20.9.2" + "@types/node": "^20.11.5" } }