chore: bump @testing-library/react from 14.1.0 to 14.1.2 (#874)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.0 to 14.1.2. - [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.1.0...v14.1.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 11, 2023 at 11:36 UTC
3690d1b376f3841386199a7783f73d877030df63
1 file changed
+3
-3
package-lock.json
+3
-3
@@ -8877,9 +8877,9 @@
8877
}
8878
},
8879
"node_modules/@testing-library/react": {
8880
- "version": "14.1.0",
8881
- "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.0.tgz",
8882
- "integrity": "sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==",
8880
+ "version": "14.1.2",
8881
+ "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz",
8882
+ "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==",
8883
"dev": true,
8884
"dependencies": {
8885
"@babel/runtime": "^7.12.5",