From cc9791770861facd6bf16613fd80a142eeee8cf7 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:06:57 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v16.3.1 Ref: PACT-445 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dda58b60..c0fd7ef0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@babel/preset-react": "7.28.5", "@pact-foundation/pact": "16.0.2", "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.0", + "@testing-library/react": "16.3.1", "@testing-library/user-event": "14.6.1", "cross-env": "10.1.0", "dotenv": "17.2.3" @@ -3507,9 +3507,9 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.0.tgz", - "integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.1.tgz", + "integrity": "sha512-gr4KtAWqIOQoucWYD/f6ki+j5chXfcPc74Col/6poTyqTmn7zRmodWahWRCp8tYd+GMqBonw6hstNzqjbs6gjw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3401f395..38cd599d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@babel/preset-react": "7.28.5", "@pact-foundation/pact": "16.0.2", "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.0", + "@testing-library/react": "16.3.1", "@testing-library/user-event": "14.6.1", "cross-env": "10.1.0", "dotenv": "17.2.3"