diff --git a/package-lock.json b/package-lock.json index db5807aa41..7610a306dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5747,9 +5747,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.3", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.3.tgz", - "integrity": "sha512-u5DfKj4wfSt6akfndfu1eG06jsdyA/IUrlX2n3pyq5UXgXMhXY+NJb8eNK/7pqPWAhCKsCGWDdDO0zKMKAYkEA==", + "version": "5.16.4", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz", + "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index d5ea2177a1..d85ff34300 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@edx/frontend-build": "9.1.4", "@edx/reactifex": "1.1.0", "@pact-foundation/pact": "9.17.3", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.4", "@testing-library/user-event": "13.5.0", "axios-mock-adapter": "1.20.0",