From 79571c35d5415605cdc0cde329ee08faa905dfb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:00:16 +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.2.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/v14.1.0...v14.2.1) --- 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.json | 2 +- Sample-01/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sample-01/package.json b/Sample-01/package.json index a8009310..2e9184d0 100644 --- a/Sample-01/package.json +++ b/Sample-01/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "^5.17", - "@testing-library/react": "^14.1", + "@testing-library/react": "^14.2", "jest-environment-jsdom": "^27.0", "jest-fetch-mock": "^3.0", "nodemon": "^2.0" diff --git a/Sample-01/yarn.lock b/Sample-01/yarn.lock index 9c65c42b..80710717 100644 --- a/Sample-01/yarn.lock +++ b/Sample-01/yarn.lock @@ -1867,10 +1867,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@^14.1": - version "14.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.0.tgz#01d64915111db99b50f8361d51d7217606805989" - integrity sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A== +"@testing-library/react@^14.2": + version "14.2.1" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.2.1.tgz#bf69aa3f71c36133349976a4a2da3687561d8310" + integrity sha512-sGdjws32ai5TLerhvzThYFbpnF9XtL65Cjf+gB0Dhr29BGqK+mAeN7SURSdu+eqgET4ANcWoC7FQpkaiGvBr+A== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^9.0.0"