diff --git a/package-lock.json b/package-lock.json index fce0832..c972e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@edx/frontend-platform": "1.15.1", "@edx/paragon": "19.6.0", "@testing-library/dom": "7.31.2", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "10.4.9", "codecov": "3.8.3", "enzyme": "3.11.0", @@ -5510,9 +5510,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz", - "integrity": "sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==", + "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, "dependencies": { "@babel/runtime": "^7.9.2", @@ -31061,9 +31061,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz", - "integrity": "sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==", + "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 d2ede0b..8e664f6 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "redux": "4.1.2", "redux-saga": "1.1.3", "@testing-library/dom": "7.31.2", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.4", "jest": "27.5.0", "jest-chain": "1.1.5", "@testing-library/react": "10.4.9"