Skip to content

Commit

Permalink
Upgrade yargs to ^17.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskoza authored and xzyfer committed Dec 27, 2021
1 parent 7726abb commit 786e87b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,11 +1,10 @@
language: node_js
branches: [master]
node_js:
- 16
- 15
- 14
- 13
- 12
- 10
- 8
- 6
before_script: ./bin/sassgraph descendents test/fixtures test/fixtures/simple/index.scss
after_success: npm run coverage
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,7 +21,7 @@
"glob": "^7.0.0",
"lodash": "^4.17.11",
"scss-tokenizer": "^0.3.0",
"yargs": "^13.3.2"
"yargs": "^17.2.1"
},
"devDependencies": {
"assert": "^1.3.0",
Expand All @@ -31,7 +31,7 @@
"nyc": "^13.1.0"
},
"engines": {
"node": ">= 4"
"node": ">=12"
},
"files": [
"bin",
Expand Down

0 comments on commit 786e87b

Please sign in to comment.