Skip to content

Commit

Permalink
Merge pull request #72 from getconversio/hotfix/fix-vulnerabilities
Browse files Browse the repository at this point in the history
Fix vulnerabilities
  • Loading branch information
stefanosala authored Jun 25, 2019
2 parents 8db93b5 + b3b9e4f commit e24394c
Show file tree
Hide file tree
Showing 2 changed files with 1,406 additions and 521 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./lib/bigcommerce",
"scripts": {
"autotest": "node_modules/.bin/supervisor -q -n exit -x node_modules/.bin/_mocha --",
"exectests": "node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"exectests": "node_modules/.bin/nyc ./node_modules/.bin/_mocha",
"lint": "node_modules/.bin/eslint lib test",
"test": "npm run exectests && npm run lint"
},
Expand All @@ -32,9 +32,9 @@
"chai": "^3.5.0",
"eslint": "^4.9.0",
"eslint-config-conversio": "^1.0.4",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha": "^6.1.4",
"nock": "^10.0.1",
"nyc": "^14.1.1",
"sinon": "^1.17.3",
"supervisor": "^0.12.0"
},
Expand Down
Loading

0 comments on commit e24394c

Please sign in to comment.