From 885f3b45bcce6398f6bb2c0569b967e6c0771100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:21:12 +0000 Subject: [PATCH] chore(deps): bump @testing-library/jest-dom in /app/web-client Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.6.0 to 6.6.2. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.0...v6.6.2) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/web-client/package.json | 2 +- app/web-client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/web-client/package.json b/app/web-client/package.json index 0697ddb0..8a26b781 100644 --- a/app/web-client/package.json +++ b/app/web-client/package.json @@ -12,7 +12,7 @@ "@elastic/eui": "^95.8.0", "@emotion/css": "^11.13.4", "@emotion/react": "^11.13.3", - "@testing-library/jest-dom": "^6.6.0", + "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.13", diff --git a/app/web-client/yarn.lock b/app/web-client/yarn.lock index 6d6b282b..b105097d 100644 --- a/app/web-client/yarn.lock +++ b/app/web-client/yarn.lock @@ -2181,10 +2181,10 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/jest-dom@^6.6.0": - version "6.6.0" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.0.tgz#f27a59e3550f0e29d3d362eefd47036b61a86bc1" - integrity sha512-Y76dmd7C85xekWqylJqRmO6lr83cdVprTs0muSvkXr6M73auYK5OvZMc3tKe1F7wMFdzfeBCwVbkoGrRKWb+fg== +"@testing-library/jest-dom@^6.6.2": + version "6.6.2" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz#8186aa9a07263adef9cc5a59a4772db8c31f4a5b" + integrity sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw== dependencies: "@adobe/css-tools" "^4.4.0" aria-query "^5.0.0"