From 01abdc6f27d3ea96c11c20856f015d04c87f6ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:06:41 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/dom Bumps the react-testing-library-dependencies group with 1 update in the / directory: [@testing-library/dom](https://github.com/testing-library/dom-testing-library). Updates `@testing-library/dom` from 10.1.0 to 10.4.0 - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.1.0...v10.4.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: react-testing-library-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dfb7b1535ebab8..cf060afa2623ba 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "@sentry/jest-environment": "6.0.0", "@sentry/profiling-node": "^8.18.0", "@styled/typescript-styled-plugin": "^1.0.1", - "@testing-library/dom": "10.1.0", + "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.4.5", "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2", diff --git a/yarn.lock b/yarn.lock index 756930196eca28..e2c5f7c280561e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3345,10 +3345,10 @@ resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.5.1.tgz#f519149bce9156d0e7954b9531df15f446f2fc12" integrity sha512-046+AUSiDru/V9pajE1du8WayvBKeCvJ2NmKPy/mR8/SbKKrqmSbj7LJBfXE+nSq4f5TBXvnCzu0kcYebI9WdQ== -"@testing-library/dom@10.1.0": - version "10.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.1.0.tgz#2d073e49771ad614da999ca48f199919e5176fb6" - integrity sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA== +"@testing-library/dom@10.4.0": + version "10.4.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8" + integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"