From 8a5f79091b455f3da2653aa3b18b7a59f49ba57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:50:25 +0000 Subject: [PATCH] deps: bump @testing-library/react from 16.1.0 to 16.2.0 in /ui Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.1.0 to 16.2.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/v16.1.0...v16.2.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 96b484fc..34bc4d70 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,7 +10,7 @@ "@babel/standalone": "^7.26.5", "@monaco-editor/react": "^4.6.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "16.1.0", + "@testing-library/react": "16.2.0", "@testing-library/user-event": "^14.5.2", "ansi-to-react": "^6.1.6", "antd": "^5.23.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index 9c7a00d1..5f5f902e 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2041,10 +2041,10 @@ lodash "^4.17.21" redent "^3.0.0" -"@testing-library/react@16.1.0": - version "16.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.1.0.tgz#aa0c61398bac82eaf89776967e97de41ac742d71" - integrity sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg== +"@testing-library/react@16.2.0": + version "16.2.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.2.0.tgz#c96126ee01a49cdb47175721911b4a9432afc601" + integrity sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ== dependencies: "@babel/runtime" "^7.12.5"