From 7a36f5d1cb16ee0d2cc22b7ae0fc481520faa1cf Mon Sep 17 00:00:00 2001 From: kurumiimari <78248217+kurumiimari@users.noreply.github.com> Date: Mon, 17 May 2021 03:30:32 -0600 Subject: [PATCH] Upgrade shakedex to 0.0.15 (#346) Co-authored-by: Chi Kei Chan --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 339365974..e867c7fb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9690,9 +9690,9 @@ } }, "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13892,8 +13892,9 @@ } }, "shakedex": { - "version": "git+https://github.com/chikeichan/shakedex.git#f9641a8f133983f5e677f7484f9e0770786e86e4", - "from": "git+https://github.com/chikeichan/shakedex.git#f9641a8", + "version": "0.0.15", + "resolved": "https://registry.npmjs.org/shakedex/-/shakedex-0.0.15.tgz", + "integrity": "sha512-2LqpOp/yNB7VhV+sBRa7ltEsD2aLHND0/jRTGgXyJ2/j4EFEMy0nghH49HCQgaivy89Np3T9p9vXg66cI9VRzQ==", "requires": { "bcrypto": "5.4.0", "bcurl": "^0.1.9", diff --git a/package.json b/package.json index 502c6230e..c77d6cc19 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "redux-thunk": "2.3.0", "rimraf": "2.6.2", "sha3": "2.0.0", - "shakedex": "https://github.com/chikeichan/shakedex#f9641a8", + "shakedex": "0.0.15", "source-map-support": "0.5.9", "tcp-port-used": "1.0.1", "uuid": "3.3.3",