From 43ecb0af7ecfacc34d1ed69681452f3b31c6f5df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 03:05:46 +0000 Subject: [PATCH] Bump jsdom from 8.5.0 to 15.2.0 Bumps [jsdom](https://github.com/jsdom/jsdom) from 8.5.0 to 15.2.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/8.5.0...15.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 813a41b..6c590f0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "chai": "^3.5.0", "chai-jquery": "^2.0.0", "jquery": "^2.2.1", - "jsdom": "^8.1.0", + "jsdom": "^15.2.0", "mocha": "^2.4.5", "webpack": "^1.12.9", "webpack-dev-server": "^1.14.0"