From fb3c018935337ab7297c122457c227778db38c67 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 05:35:14 +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.5.3) 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..121a279 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.5.3", "jsdom-global": "^3.0.2", "marked": "^1.1.0", "rimraf": "~3.0.2",