From 2df8cfe8e38d8cb56e9dd89a1978b4345c6e429c Mon Sep 17 00:00:00 2001 From: Brandon <52795236+brandon-binary@users.noreply.github.com> Date: Thu, 8 Aug 2019 15:51:29 +0800 Subject: [PATCH] update binary-style to v0.2.18 --- package-lock.json | 25 +++++++++++-------------- package.json | 2 +- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46d3210a4c..e195ba071a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@binary-com/binary-style": { - "version": "0.2.17", - "resolved": "https://registry.npmjs.org/@binary-com/binary-style/-/binary-style-0.2.17.tgz", - "integrity": "sha512-ByU8K46C42t1KtNGN5KdTCWsvRUvKQV4Mr/7MCXGoItsySP0INQ1aHy0dhcWLc62a4oudzabL29YL1DxzLxAIQ==", + "version": "0.2.18", + "resolved": "https://registry.npmjs.org/@binary-com/binary-style/-/binary-style-0.2.18.tgz", + "integrity": "sha512-c25UAPTMJndzBzx6rFXv2KlD7Uy0//hS4aUedN/5pAjKQSHPLeFazmHz3K9zV9d0CRuITCugZ0VLaRtd8ZRM6w==", "requires": { "select2": "4.0.5" } @@ -5168,6 +5168,14 @@ "minimatch": "~3.0.2", "shelljs": "0.3.x", "strip-json-comments": "1.0.x" + }, + "dependencies": { + "shelljs": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz", + "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=", + "dev": true + } } }, "json-buffer": { @@ -7049,17 +7057,6 @@ "dev": true, "optional": true }, - "shelljs": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.3.tgz", - "integrity": "sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==", - "dev": true, - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - }, "sightglass": { "version": "0.2.6", "resolved": "https://registry.npmjs.org/sightglass/-/sightglass-0.2.6.tgz", diff --git a/package.json b/package.json index 4e4692da41..3c110eb64a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "url": "https://github.com/binary-com/webtrader/issues" }, "dependencies": { - "@binary-com/binary-style": "^0.2.15", + "@binary-com/binary-style": "^0.2.18", "@binary-com/webtrader-charts": "0.5.5", "alameda": "^1.2.0", "binary-com-jquery-dialogextended": "binary-com/jquery-dialogextend#master",