From 889bef1c19df4ac8b8c4eb4eb86eab14048e1863 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:46:58 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v5.17.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1514e1a1e4..e203ac4b2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@edx/frontend-build": "^12.9.10", "@edx/reactifex": "2.2.0", "@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/user-event": "13.5.0", "axios-mock-adapter": "1.20.0", @@ -6161,9 +6161,9 @@ } }, "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==", "dependencies": { "@adobe/css-tools": "^4.0.1", "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index bd2be2ebfe..fc08524396 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@edx/frontend-build": "^12.9.10", "@edx/reactifex": "2.2.0", "@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/user-event": "13.5.0", "axios-mock-adapter": "1.20.0",