From 616847c6b52edf7b394a3e45fd9aa080cbe13aa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:54:24 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v6.4.8 --- package-lock.json | 32 ++++---------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c0a79022..b6782d611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@edx/browserslist-config": "^1.1.1", "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "14.0.14", - "@testing-library/jest-dom": "6.4.6", + "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "12.1.5", "glob": "10.4.5", "reactifex": "1.1.1", @@ -5190,9 +5190,9 @@ "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.4.8", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz", + "integrity": "sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==", "dev": true, "license": "MIT", "dependencies": { @@ -5209,30 +5209,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/ansi-styles": { diff --git a/package.json b/package.json index 7c7440a53..45d5873d2 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@edx/browserslist-config": "^1.1.1", "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "14.0.14", - "@testing-library/jest-dom": "6.4.6", + "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "12.1.5", "glob": "10.4.5", "reactifex": "1.1.1",