From 7cc689f162bd28fac9a20d44ab8c3c1a9e45fadb Mon Sep 17 00:00:00 2001 From: nikita-lysenko Date: Mon, 23 Sep 2019 18:22:31 +0300 Subject: [PATCH] updated yargs dependency --- package.json | 84 ++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index 539c626..2f3daff 100644 --- a/package.json +++ b/package.json @@ -1,44 +1,44 @@ { - "name": "sast", - "version": "0.8.1", - "description": "Parse CSS, Sass, and SCSS into Unist syntax trees", - "main": "index.js", - "bin": { - "sast-parse": "bin/sast-parse", - "sast-data": "bin/sast-data" - }, - "scripts": { - "test": "ava --verbose test/*.js" - }, - "keywords": [ - "css", - "sass", - "sast", - "scss", - "syntax-tree", - "unist" - ], - "repository": "github:shawnbot/sast", - "author": "Shawn Allen ", - "license": "Unlicense", - "dependencies": { - "fs-extra": "^4.0.2", - "gonzales-pe": "^4.2.2", - "invariant": "^2.2.2", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "unist-util-find": "^1.0.1", - "unist-util-inspect": "^4.1.1", - "unist-util-is": "^2.1.1", - "unist-util-map": "^1.0.3", - "unist-util-remove": "^1.0.0", - "unist-util-remove-position": "^1.1.1", - "unist-util-select": "^1.5.0", - "unist-util-visit": "^1.1.3", - "unist-util-visit-parents": "^1.1.1", - "yargs": "^9.0.1" - }, - "devDependencies": { - "ava": "^1.4.1" - } + "name": "sast", + "version": "0.8.1", + "description": "Parse CSS, Sass, and SCSS into Unist syntax trees", + "main": "index.js", + "bin": { + "sast-parse": "bin/sast-parse", + "sast-data": "bin/sast-data" + }, + "scripts": { + "test": "ava --verbose test/*.js" + }, + "keywords": [ + "css", + "sass", + "sast", + "scss", + "syntax-tree", + "unist" + ], + "repository": "github:shawnbot/sast", + "author": "Shawn Allen ", + "license": "Unlicense", + "dependencies": { + "fs-extra": "^4.0.2", + "gonzales-pe": "^4.2.2", + "invariant": "^2.2.2", + "js-yaml": "^3.13.1", + "minimatch": "^3.0.4", + "unist-util-find": "^1.0.1", + "unist-util-inspect": "^4.1.1", + "unist-util-is": "^2.1.1", + "unist-util-map": "^1.0.3", + "unist-util-remove": "^1.0.0", + "unist-util-remove-position": "^1.1.1", + "unist-util-select": "^1.5.0", + "unist-util-visit": "^1.1.3", + "unist-util-visit-parents": "^1.1.1", + "yargs": "^14.0.0" + }, + "devDependencies": { + "ava": "^1.4.1" + } }