From 3240f2670d30b3ac5da1313992c9c307a0448561 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Jun 2021 13:01:13 +0000 Subject: [PATCH] Update dependency @testing-library/jest-dom to v5.13.0 --- ghost/portal/package.json | 2 +- ghost/portal/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/portal/package.json b/ghost/portal/package.json index 2233ede7b0..d2f30a85ed 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -18,7 +18,7 @@ "registry": "https://registry.npmjs.org/" }, "dependencies": { - "@testing-library/jest-dom": "5.12.0", + "@testing-library/jest-dom": "5.13.0", "@testing-library/react": "11.2.7", "@testing-library/user-event": "12.8.3", "prop-types": "15.7.2", diff --git a/ghost/portal/yarn.lock b/ghost/portal/yarn.lock index f969fff1da..4ceb9c5823 100644 --- a/ghost/portal/yarn.lock +++ b/ghost/portal/yarn.lock @@ -1709,10 +1709,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@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== +"@testing-library/jest-dom@5.13.0": + version "5.13.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.13.0.tgz#0a365684e2c1159f857f5915be50089fc5657df0" + integrity sha512-+jXXTn8GjRnZkJfzG/tqK/2Q7dGlBInR412WE7Aml7CT3wdSpx5dMQC0HOwVQoZ3cNTmQUy8fCVGUV/Zhoyvcw== dependencies: "@babel/runtime" "^7.9.2" "@types/testing-library__jest-dom" "^5.9.1"