chore: bump @testing-library/react from 14.0.0 to 14.1.0 (#843)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.0.0 to 14.1.0. - [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/v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Nov 9, 2023 at 15:10 UTC 2c6e3ccc679f470374c2b09adf4303548021d711
1 file changed +3 -3
package-lock.json
+3 -3
@@ -9909,9 +9909,9 @@
9909 }
9910 },
9911 "node_modules/@testing-library/react": {
9912 - "version": "14.0.0",
9913 - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.0.0.tgz",
9914 - "integrity": "sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==",
9912 + "version": "14.1.0",
9913 + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.0.tgz",
9914 + "integrity": "sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==",
9915 "dev": true,
9916 "dependencies": {
9917 "@babel/runtime": "^7.12.5",