From 95a1e9e059138cd8b1b6544ff4164671c71054e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:15:12 +0000 Subject: [PATCH] Bump jsdom from 22.1.0 to 24.0.0 Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 24.0.0. - [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...24.0.0) --- 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..375d3a3 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": "^24.0.0", "less": "^4.1.3", "mocha": "^10.0.0", "postcss": "^8.4.21",