From c244c6abda84a9ae195434cd7ec5a43b8af1898c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 11:40:07 +0000 Subject: [PATCH] Update jsdom requirement from ^8.3.1 to ^15.1.1 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/compare/8.3.1...15.1.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a781900..0326a22 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "googleapis": "^2.1.7", "html-metadata": "^1.6.3", "jquery": "^3.2.1", - "jsdom": "^8.3.1", + "jsdom": "^15.1.1", "lodash": "^4.17.4", "pg": "^4.4.6", "preq": "^0.5.2",