diff --git a/package-lock.json b/package-lock.json index 7904ede..4895cfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chitragupta", - "version": "1.0.0", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -253,9 +253,8 @@ } }, "cls-hooked": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/cls-hooked/-/cls-hooked-4.2.2.tgz", - "integrity": "sha512-J4Xj5f5wq/4jAvcdgoGsL3G103BtWpZrMo8NEinRltN+xpTZdI+M38pyQqhuFU/P792xkMFvnKSf+Lm81U1bxw==", + "version": "git+ssh://git@github.com/RNachmanyAnyVision/cls-hooked.git#e6024890b9a9039cdfd88840a701f60f801ce902", + "from": "git+ssh://git@github.com/RNachmanyAnyVision/cls-hooked.git#e6024890b9a9039cdfd88840a701f60f801ce902", "requires": { "async-hook-jl": "^1.7.6", "emitter-listener": "^1.0.1", @@ -1458,7 +1457,7 @@ "stack-chain": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/stack-chain/-/stack-chain-1.3.7.tgz", - "integrity": "sha1-0ZLJ/06moiyUxN1FkXHj8AzqEoU=" + "integrity": "sha512-D8cWtWVdIe/jBA7v5p5Hwl5yOSOrmZPWDPe2KxQ5UAGD+nxbxU0lKXA4h85Ta6+qgdKVL3vUxsbIZjc1kBG7ug==" }, "string-width": { "version": "4.2.2", diff --git a/package.json b/package.json index 910d465..302da78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chitragupta", - "version": "1.7.2", + "version": "1.8.0", "description": "An easy to install node module to convert unstructured logs into informative structured logs", "main": "lib/index.js", "scripts": { @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/browserstack/chitragupta-node#readme", "dependencies": { - "cls-hooked": "^4.2.2", + "cls-hooked": "git+ssh://git@github.com/RNachmanyAnyVision/cls-hooked.git#e6024890b9a9039cdfd88840a701f60f801ce902", "uuid": "^8.3.2" }, "devDependencies": {