From 195cc3d7fdf420f67d4a6047cbf033b511b5ee1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:01:54 +0000 Subject: [PATCH] Bump @testing-library/react from 16.3.0 to 16.3.1 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.3.0 to 16.3.1. - [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.0...v16.3.1) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 430f25e..ac6b911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@popperjs/core": "^2.11.6", "@react-docgen/cli": "^3.0.4", "@rollup/plugin-babel": "^6.1.0", - "@testing-library/react": "^16.3.0", + "@testing-library/react": "^16.3.1", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "bootstrap": "^5.3.8", "bootstrap5-0": "npm:bootstrap@5.0", @@ -3008,11 +3008,10 @@ } }, "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": { "@babel/runtime": "^7.12.5" }, @@ -12789,9 +12788,9 @@ } }, "@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, "requires": { "@babel/runtime": "^7.12.5" diff --git a/package.json b/package.json index bac5495..dd424c5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@popperjs/core": "^2.11.6", "@react-docgen/cli": "^3.0.4", "@rollup/plugin-babel": "^6.1.0", - "@testing-library/react": "^16.3.0", + "@testing-library/react": "^16.3.1", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "bootstrap": "^5.3.8", "bootstrap5-0": "npm:bootstrap@5.0",