diff --git a/ui/package.json b/ui/package.json index a5e98ed..4ea4915 100644 --- a/ui/package.json +++ b/ui/package.json @@ -7,7 +7,7 @@ "@material-ui/icons": "4.11.2", "@material-ui/lab": "4.0.0-alpha.57", "@reduxjs/toolkit": "1.5.1", - "@testing-library/jest-dom": "^5.11.9", + "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.1", "@types/jest": "^26.0.22", diff --git a/ui/yarn.lock b/ui/yarn.lock index 3ff66f2..9e38775 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1713,10 +1713,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/jest-dom@^5.11.9": - version "5.11.9" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz#e6b3cd687021f89f261bd53cbe367041fbd3e975" - integrity sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ== +"@testing-library/jest-dom@^5.12.0": + version "5.12.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.12.0.tgz#6a5d340b092c44b7bce17a4791b47d9bc2c61443" + integrity sha512-N9Y82b2Z3j6wzIoAqajlKVF1Zt7sOH0pPee0sUHXHc5cv2Fdn23r+vpWm0MBBoGJtPOly5+Bdx1lnc3CD+A+ow== dependencies: "@babel/runtime" "^7.9.2" "@types/testing-library__jest-dom" "^5.9.1"