From 9a3b40babeffb44c7e51f646842535c0869f3f57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:06:42 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v5.17.0 --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f4b115f9a..e8e7a6ef59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "dependencies": { "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/frontend-component-header": "^5.0.2", - "@edx/frontend-lib-learning-assistant": "^2.2.0", + "@edx/frontend-lib-learning-assistant": "^2.1.2", "@edx/frontend-lib-special-exams": "^3.1.2", "@edx/frontend-platform": "^7.1.2", "@edx/openedx-atlas": "^0.6.0", @@ -60,7 +60,7 @@ "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "13.1.4", "@pact-foundation/pact": "^11.0.2", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "13.5.0", @@ -6800,9 +6800,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz", - "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz", + "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==", + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.0.1", "@babel/runtime": "^7.9.2", @@ -6824,6 +6825,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" diff --git a/package.json b/package.json index 45a7bf86a3..158542fd29 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "13.1.4", "@pact-foundation/pact": "^11.0.2", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "13.5.0",