From 33449217234bfeb50e878af307cd491c1d297bb6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 29 May 2019 09:20:57 +0000 Subject: [PATCH] Update xhr2 requirement from ^0.1.4 to ^0.2.0 Updates the requirements on [xhr2](https://github.com/pwnall/node-xhr2) to permit the latest version. - [Release notes](https://github.com/pwnall/node-xhr2/releases) - [Commits](https://github.com/pwnall/node-xhr2/compare/v0.1.4...0.2.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6892b0665..10b43ee3bb 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "typescript": "~3.4.1", "unified": "^7.0.0", "xhr-mock": "^2.4.1", - "xhr2": "^0.1.4" + "xhr2": "^0.2.0" }, "scripts": { "test": "jest --config .jest.js --no-cache",