From 754d317bf5053211397d17be373acc2f340bc0c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:22:08 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v6.5.0 --- package-lock.json | 35 ++++++----------------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7686b2d4b..9358a09e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@edx/browserslist-config": "1.2.0", "@openedx/frontend-build": "14.1.5", "@openedx/paragon": "22.8.1", - "@testing-library/jest-dom": "6.4.6", + "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "^8.0.1", "axios-mock-adapter": "^1.22.0", @@ -3865,13 +3865,13 @@ "dev": true }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.6.tgz", - "integrity": "sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", + "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", "dev": true, + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", - "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", @@ -3883,30 +3883,6 @@ "node": ">=14", "npm": ">=6", "yarn": ">=1" - }, - "peerDependencies": { - "@jest/globals": ">= 28", - "@types/bun": "latest", - "@types/jest": ">= 28", - "jest": ">= 28", - "vitest": ">= 0.32" - }, - "peerDependenciesMeta": { - "@jest/globals": { - "optional": true - }, - "@types/bun": { - "optional": true - }, - "@types/jest": { - "optional": true - }, - "jest": { - "optional": true - }, - "vitest": { - "optional": true - } } }, "node_modules/@testing-library/jest-dom/node_modules/chalk": { @@ -3914,6 +3890,7 @@ "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" diff --git a/package.json b/package.json index e991defb7..f4c9bb933 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@edx/browserslist-config": "1.2.0", "@openedx/frontend-build": "14.1.5", "@openedx/paragon": "22.8.1", - "@testing-library/jest-dom": "6.4.6", + "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "^8.0.1", "axios-mock-adapter": "^1.22.0",