diff --git a/package-lock.json b/package-lock.json index 7577df5..6488eaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@edx/browserslist-config": "^1.2.0", "@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", "axios-mock-adapter": "1.22.0", "babel-plugin-react-intl": "8.2.25", @@ -4565,9 +4565,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": { @@ -4584,30 +4584,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": { diff --git a/package.json b/package.json index bfe257e..84b8b55 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@edx/browserslist-config": "^1.2.0", "@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", "axios-mock-adapter": "1.22.0", "babel-plugin-react-intl": "8.2.25",