From 49286bdef5a8dc4a102ff7fd50bf047b2e8c8f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:56:30 +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-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..fcb68a5 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.2.1", "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.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.1.tgz", + "integrity": "sha512-sGdjws32ai5TLerhvzThYFbpnF9XtL65Cjf+gB0Dhr29BGqK+mAeN7SURSdu+eqgET4ANcWoC7FQpkaiGvBr+A==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/Sample-01/package.json b/Sample-01/package.json index 9be2f75..129aeec 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.2.1", "babel-jest": "^29.7.0", "cypress": "^12.7.0", "identity-obj-proxy": "^3.0.0",