From afe21afa8b8e996533886ef2472d6a4a33a2c62b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:57:09 +0000 Subject: [PATCH] build(deps-dev): bump jsdom from 15.2.1 to 16.5.2 Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.5.2. - [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.5.2) 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..3d83549 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.5.2", "npm-run-all": "^4.1.3", "prettier": "^1.16.4", "react": "^16.8.4",