From 09bf9b9e28c98e7f8022d0c98a05ade10ba9c13e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 12:06:32 +0000 Subject: [PATCH] build(deps-dev): update jsdom requirement in /template 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/16.2.2...16.4.0) Signed-off-by: dependabot-preview[bot] --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index d9d7883..33b6aaa 100644 --- a/template/package.json +++ b/template/package.json @@ -21,7 +21,7 @@ "@testing-library/react": "^10.4.3", "clj-kondo": "2020.11.7", "highlight.js": "10.1.1", - "jsdom": "^16.2.2", + "jsdom": "^16.4.0", "jsdom-global": "^3.0.2", "marked": "^1.1.0", "rimraf": "~3.0.2",