From d32eb900dce1b1127974a45ff77e54d1f4e70d3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:48:46 +0000 Subject: [PATCH] fix(deps): update dependency @testing-library/react to v15.0.3 (#1741) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index eabb2eef1..1dca32bd5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "@react-buddy/palette-mui": "^5.0.1", "@react-keycloak/web": "^3.4.0", "@testing-library/jest-dom": "6.4.2", - "@testing-library/react": "15.0.2", + "@testing-library/react": "15.0.3", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", "@types/node": "20.12.7", @@ -4958,9 +4958,9 @@ "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" }, "node_modules/@testing-library/react": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.2.tgz", - "integrity": "sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.3.tgz", + "integrity": "sha512-lrfuttDGLJbpwMZ5Staz/b2GJuyQQUHEYffK2oL9DxgoeIPxFIquv0TmzJyeI0JQkc+WJMvcRRmpP9BtWlMbgQ==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^10.0.0", diff --git a/frontend/package.json b/frontend/package.json index 4c8d3080c..9b6dbca19 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@react-buddy/palette-mui": "^5.0.1", "@react-keycloak/web": "^3.4.0", "@testing-library/jest-dom": "6.4.2", - "@testing-library/react": "15.0.2", + "@testing-library/react": "15.0.3", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", "@types/node": "20.12.7",