From b92addffa98fdbce37ec67e742a266d557623fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Feb 2019 20:26:19 +0000 Subject: [PATCH] Update jsdom requirement from 13.1.0 to 13.2.0 Updates the requirements on [jsdom](https://github.com/jsdom/jsdom) to permit the latest version. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/commits/13.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fd0c3947..edf8a8b64 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "is-root": "2.0.0", "is-svg": "3.0.0", "js-yaml": "3.12.1", - "jsdom": "13.1.0", + "jsdom": "13.2.0", "json5": "2.1.0", "json5-loader": "1.0.1", "katex": "0.10.0",