From 7d1dea2e7766d7828e0ae9747bac436dcf6b9ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:13:01 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/jest-dom in /webapp (#8833) Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.6.4 to 6.7.0. - [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.4...v6.7.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/package.json | 2 +- webapp/yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 5454cd89a..2cd598706 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -76,7 +76,7 @@ "@storybook/addon-actions": "^5.3.21", "@storybook/addon-notes": "^5.3.18", "@storybook/vue": "~7.4.0", - "@testing-library/jest-dom": "^6.6.4", + "@testing-library/jest-dom": "^6.7.0", "@testing-library/vue": "5", "@vue/test-utils": "1.3.4", "@vue/vue2-jest": "29", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index f2e8d4e95..769e9ec01 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -4304,16 +4304,15 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@^6.6.4": - version "6.6.4" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c" - integrity sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ== +"@testing-library/jest-dom@^6.7.0": + version "6.7.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.7.0.tgz#cff6452ba03b215c16d97b48adfc4e1ac54c3e03" + integrity sha512-RI2e97YZ7MRa+vxP4UUnMuMFL2buSsf0ollxUbTgrbPLKhMn8KVTx7raS6DYjC7v1NDVrioOvaShxsguLNISCA== dependencies: "@adobe/css-tools" "^4.4.0" aria-query "^5.0.0" css.escape "^1.5.1" dom-accessibility-api "^0.6.3" - lodash "^4.17.21" picocolors "^1.1.1" redent "^3.0.0"