diff --git a/frontend/package.json b/frontend/package.json index 93cb0714..3a3f149d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@apollo/client": "^3.3.11", - "@testing-library/jest-dom": "^5.11.6", + "@testing-library/jest-dom": "^5.12.0", "@testing-library/user-event": "^12.2.2", "@testing-library/react": "^11.2.1", "axios": "^0.21.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 2d1544f9..cc088d62 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2308,10 +2308,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/jest-dom@^5.11.6": - version "5.11.6" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.6.tgz#782940e82e5cd17bc0a36f15156ba16f3570ac81" - integrity sha512-cVZyUNRWwUKI0++yepYpYX7uhrP398I+tGz4zOlLVlUYnZS+Svuxv4fwLeCIy7TnBYKXUaOlQr3vopxL8ZfEnA== +"@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"