diff --git a/node/react/create-react-app/package.json b/node/react/create-react-app/package.json index bc59de52..3d2aed9a 100644 --- a/node/react/create-react-app/package.json +++ b/node/react/create-react-app/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.1", + "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", "react": "19.2.3", "react-dom": "19.2.3", diff --git a/node/react/create-react-app/yarn.lock b/node/react/create-react-app/yarn.lock index 55460e3a..7b9611c5 100644 --- a/node/react/create-react-app/yarn.lock +++ b/node/react/create-react-app/yarn.lock @@ -2782,10 +2782,10 @@ picocolors "^1.1.1" redent "^3.0.0" -"@testing-library/react@16.3.1": - version "16.3.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.3.1.tgz#60a9f1f6a930399d9e41b506a8bf68dbf4831fe8" - integrity sha512-gr4KtAWqIOQoucWYD/f6ki+j5chXfcPc74Col/6poTyqTmn7zRmodWahWRCp8tYd+GMqBonw6hstNzqjbs6gjw== +"@testing-library/react@16.3.2": + version "16.3.2" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.3.2.tgz#672883b7acb8e775fc0492d9e9d25e06e89786d0" + integrity sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g== dependencies: "@babel/runtime" "^7.12.5"