From 9af2bb12ba76fabac30ff89663b2d28c71ed29ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:35:05 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react in /Sample-01 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.0 to 14.3.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.1.0...v14.3.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Sample-01/package-lock.json | 8 ++++---- Sample-01/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index 6fa59e7..b8ebc71 100644 --- a/Sample-01/package-lock.json +++ b/Sample-01/package-lock.json @@ -31,7 +31,7 @@ "@babel/core": "^7.23.0", "@testing-library/dom": "^9.0.1", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^14.1.0", + "@testing-library/react": "^14.3.0", "babel-jest": "^29.7.0", "cypress": "^12.7.0", "identity-obj-proxy": "^3.0.0", @@ -1877,9 +1877,9 @@ } }, "node_modules/@testing-library/react": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.0.tgz", - "integrity": "sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==", + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.3.0.tgz", + "integrity": "sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/Sample-01/package.json b/Sample-01/package.json index 9be2f75..248db53 100644 --- a/Sample-01/package.json +++ b/Sample-01/package.json @@ -39,7 +39,7 @@ "@babel/core": "^7.23.0", "@testing-library/dom": "^9.0.1", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^14.1.0", + "@testing-library/react": "^14.3.0", "babel-jest": "^29.7.0", "cypress": "^12.7.0", "identity-obj-proxy": "^3.0.0",