From 888f1c5e5f14d304ace92a52db131d28a7611145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:14:03 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 16.3.2 to 16.3.3 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.3.2 to 16.3.3. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v16.3.2...v16.3.3) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b316f12a..c82818f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@rollup/plugin-terser": "^1.0.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.2", + "@testing-library/react": "16.3.3", "@types/jest": "^29.5.14", "@types/react": "19.2.18", "@types/react-dom": "19.2.5", @@ -1952,8 +1952,8 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.3.2", - "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==", + "version": "16.3.3", + "integrity": "sha512-Uo193NgQbPMz6lrrhtRQQFcMC6Re/ELLFbbuVL30WDlZxlpZf9/lMHTAVxPRLw1q1iu9OJmR1c2BLiENRstdBg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3f705c18..b422a06d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@rollup/plugin-terser": "^1.0.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.2", + "@testing-library/react": "16.3.3", "@types/jest": "^29.5.14", "@types/react": "19.2.18", "@types/react-dom": "19.2.5",