diff --git a/package-lock.json b/package-lock.json index ed54af7..af34fc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2038,9 +2038,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.12.0.tgz", - "integrity": "sha512-N9Y82b2Z3j6wzIoAqajlKVF1Zt7sOH0pPee0sUHXHc5cv2Fdn23r+vpWm0MBBoGJtPOly5+Bdx1lnc3CD+A+ow==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.13.0.tgz", + "integrity": "sha512-+jXXTn8GjRnZkJfzG/tqK/2Q7dGlBInR412WE7Aml7CT3wdSpx5dMQC0HOwVQoZ3cNTmQUy8fCVGUV/Zhoyvcw==", "requires": { "@babel/runtime": "^7.9.2", "@types/testing-library__jest-dom": "^5.9.1", diff --git a/package.json b/package.json index 07ef4ca..eb9291a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", - "@testing-library/jest-dom": "^5.11.4", + "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "framer-motion": "^3.2.1",