From 30b35d89cc00ab1968e52fb662d500f472dc2191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:48:54 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 5.17.0 to 6.6.3 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.6.3. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.17.0...v6.6.3) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:production 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 eff8121..b6fff5c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@mui/icons-material": "^5.14.9", "@mui/material": "^5.14.10", "@redux-devtools/extension": "^3.3.0", - "@testing-library/jest-dom": "^5.17.0", + "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/css-modules": "^1.0.2",