From 30685202e67abad55b24c32dfe90f96be85c120c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 07:01:53 +0000 Subject: [PATCH] build(deps-dev): bump jsdom from 15.2.1 to 16.5.3 Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.5.3. - [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.3) 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..3bd9330 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.3", "npm-run-all": "^4.1.3", "prettier": "^1.16.4", "react": "^16.8.4",