Skip to content

Commit

Permalink
deps: update dependencies
Browse files Browse the repository at this point in the history
This is a backport of eafafd1,
6069f18 and
691795b.

PR-URL: #120
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
  • Loading branch information
aqrln committed Apr 3, 2017
1 parent d40370b commit e28334d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@
"./lib/simple-auth.js": false
},
"dependencies": {
"websocket": "^1.0.23"
"websocket": "^1.0.24"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"eslint": "^3.11.1",
"eslint": "^3.12.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^1.8.0",
"karma-webpack": "^2.0.1",
"mocha": "^3.2.0",
"remark-cli": "^2.1.0",
"remark-lint": "^5.2.0",
"remark-validate-links": "^5.0.0",
"webpack": "^1.13.3"
"remark-cli": "^3.0.0",
"remark-lint": "^6.0.0",
"remark-validate-links": "^6.0.0",
"webpack": "^1.14.0"
},
"scripts": {
"test": "npm run test-unit && npm run test-integration && npm run lint",
Expand Down

0 comments on commit e28334d

Please sign in to comment.