Skip to content

Commit

Permalink
chore: rev dependencies (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed Jul 16, 2018
1 parent de28c24 commit a76695b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
6 changes: 0 additions & 6 deletions Makefile
Expand Up @@ -27,7 +27,6 @@ MOCHA := $(NODE_BIN)/mocha
_MOCHA := $(NODE_BIN)/_mocha
ISTANBUL := $(NODE_BIN)/istanbul
COVERALLS := $(NODE_BIN)/coveralls
NSP := $(NODE_BIN)/nsp
JSON := $(NODE_BIN)/json


Expand Down Expand Up @@ -93,11 +92,6 @@ codestyle-fix: $(NODE_MODULES) ## Run and fix style check errors
@$(JSCS) $(ALL_FILES) --fix


.PHONY: nsp
nsp: $(NODE_MODULES) $(YARN_LOCK) ## Check for dependency vulnerabilities
@$(NSP) check --preprocessor yarn


.PHONY: prepush
prepush: $(NODE_MODULES) lint codestyle test versioncheck ## Run all required tasks for a git push

Expand Down
15 changes: 7 additions & 8 deletions package.json
Expand Up @@ -46,26 +46,25 @@
},
"devDependencies": {
"chai": "^4.0.2",
"coveralls": "^2.11.4",
"eslint": "^4.1.1",
"coveralls": "^3.0.2",
"eslint": "^4.19.1",
"istanbul": "^0.4.0",
"jscs": "^2.11.0",
"jscs": "^3.0.7",
"json": "^9.0.4",
"mkdirp": "^0.5.1",
"mocha": "^3.4.2",
"mocha": "^5.2.0",
"nock": "^9.0.13",
"nsp": "^2.0.1",
"proxyquire": "^1.8.0",
"proxyquire": "^2.0.1",
"restify": "^4.3.0",
"sinon": "^4.1.2"
"sinon": "^6.1.3"
},
"dependencies": {
"assert-plus": "^1.0.0",
"backoff": "^2.4.1",
"bunyan": "^1.8.3",
"fast-safe-stringify": "^2.0.3",
"keep-alive-agent": "0.0.1",
"lodash": "^4.7.0",
"lodash": "^4.17.10",
"lru-cache": "^4.0.1",
"mime": "^2.2.0",
"once": "^1.3.2",
Expand Down

0 comments on commit a76695b

Please sign in to comment.