From 106f9eed0b89d26c74152d1e7336431ca48d3c92 Mon Sep 17 00:00:00 2001 From: thedark1337 Date: Tue, 25 Aug 2015 13:25:19 -0500 Subject: [PATCH] Update request to 2.61.0 , ws to 0.8.0. Add Object Assign ponyfill --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ad84575..15acda3 100644 --- a/package.json +++ b/package.json @@ -34,14 +34,15 @@ "handle-errors": "^1.0.0", "he": "^0.5.0", "is-finite": "^1.0.1", - "request": "^2.60.0", - "ws": "^0.7.2" + "object-assign": "^4.0.1", + "request": "^2.61.0", + "ws": "^0.8.0" }, "devDependencies": { "chai": "^3.2.0", "eslint": "^1.1.0", - "eslint-config-thedark1337": "^0.2.1", - "eslint-config-xo": "^0.3.0", + "eslint-config-thedark1337": "^0.3.0", + "eslint-config-xo": "^0.4.0", "mocha": "^2.2.5", "mocha-eslint": "thedark1337/mocha-eslint" },