From 648fc20733ecfe55698b57d3df6f51ed5398c0c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 05:53:15 +0000 Subject: [PATCH] build(deps-dev): bump jsdom from 15.2.1 to 16.7.0 Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 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/15.2.1...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 e6c8ada..b59246b 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "enzyme-async-helpers": "^0.9.1", "jest": "^24.3.1", "jest-enzyme": "^7.0.2", - "jsdom": "^15.1.1", + "jsdom": "^16.7.0", "npm-run-all": "^4.1.3", "prettier": "^1.16.4", "react": "^16.8.4",