From d9c3975f264c40ec8a958a3e741a4cd0f3ab7cbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:39:48 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v6.6.4 (#1311) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 24 +++++------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index d56a792..0ac454c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "@edx/browserslist-config": "1.5.0", "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "^14.3.3", - "@testing-library/jest-dom": "6.6.3", + "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "14.3.1", "react-test-renderer": "^18.3.1", "reactifex": "1.1.1", @@ -8254,18 +8254,18 @@ "license": "MIT" }, "node_modules/@testing-library/jest-dom": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", - "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==", + "version": "6.6.4", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz", + "integrity": "sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==", "dev": true, "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", - "chalk": "^3.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" }, "engines": { @@ -8274,20 +8274,6 @@ "yarn": ">=1" } }, - "node_modules/@testing-library/jest-dom/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@testing-library/react": { "version": "14.3.1", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.3.1.tgz", diff --git a/package.json b/package.json index 65ec39a..9b8c8cd 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@edx/browserslist-config": "1.5.0", "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "^14.3.3", - "@testing-library/jest-dom": "6.6.3", + "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "14.3.1", "react-test-renderer": "^18.3.1", "reactifex": "1.1.1",