From a6c7ffd664360802b1f0b706325593c6002f0603 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 11 Oct 2015 15:43:15 -0700 Subject: [PATCH] Update istanbul to version 0.3.22 and request to version 2.65.0. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e9493ef9..106f407a9 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "curl-amd": "0.8.12", "dojo": "~1.10.0", "ecstatic": "^1.1.3", - "istanbul": "0.3.17", + "istanbul": "0.3.22", "jquery": "~1.11.0", "jscs": "^2.1.1", "platform": "~1.3.0", "qunit-extras": "~1.4.0", "qunitjs": "~1.19.0", - "request": "^2.64.0", + "request": "^2.65.0", "requirejs": "~2.1.0", "sauce-tunnel": "2.2.3" },