From bb966818ce596e57ef3068a5d3410c4994ad6a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 13:27:42 +0000 Subject: [PATCH] chore(deps): bump @testing-library/dom in /frontend Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.1 to 10.4.0. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v8.20.1...v10.4.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 345370f..28694c7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.2.0", "@mui/material": "^7.2.0", - "@testing-library/dom": "^8.20.1", + "@testing-library/dom": "^10.4.0", "axios": "^1.11.0", "http-proxy": "^1.18.1", "next": "^13.4.7",