From b1ba0c22f589535aafd1680c423f4c17ee5f65ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 19:36:03 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v16.3.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5d407cdae..8b925a661 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@commitlint/config-angular": "8.3.6", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "5.17.0", - "@testing-library/react": "16.2.0", + "@testing-library/react": "16.3.0", "babel-eslint": "10.1.0", "babel-jest": "24.9.0", "babel-register": "6.26.0", diff --git a/yarn.lock b/yarn.lock index ea6973530..94a87ca77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1902,10 +1902,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@16.2.0": - version "16.2.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.2.0.tgz#c96126ee01a49cdb47175721911b4a9432afc601" - integrity sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ== +"@testing-library/react@16.3.0": + version "16.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.3.0.tgz#3a85bb9bdebf180cd76dba16454e242564d598a6" + integrity sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw== dependencies: "@babel/runtime" "^7.12.5"