From 18c8ab7ff566fdafd5aa09eb241f64fd69402ba2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 10:15:10 +0000 Subject: [PATCH] Bump jsdom from 9.12.0 to 16.7.0 Bumps [jsdom](https://github.com/jsdom/jsdom) from 9.12.0 to 16.7.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/9.12.0...16.7.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 92a968f29..77d981d37 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "homepage": "https://github.com/learn-co-curriculum/java-script-logging-lab#readme", "devDependencies": { "expect": "^1.20.1", - "jsdom": "^9.2.1", + "jsdom": "^16.7.0", "mocha": "^2.5.3", "mocha-jsdom": "^1.1.0", "mocha-multi": "^0.9.0"