From 343746dad98c485893cf6184147109aaf4f1082a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:33:37 +0000 Subject: [PATCH] Bump jsdom from 22.1.0 to 23.0.1 Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 23.0.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/22.1.0...23.0.1) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68bda24..9479985 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "global-jsdom": "^9.0.1", "html-bundler-webpack-plugin": "^2.14.0", - "jsdom": "^22.0.0", + "jsdom": "^23.0.1", "less": "^4.1.3", "mocha": "^10.0.0", "postcss": "^8.4.21",