From 159250389c59f65c3ff83353b721d0df697dfde1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 10:25:20 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/jest-dom from 5.11.10 to 5.12.0 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.10 to 5.12.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.10...v5.12.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf3cb78..e054631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5153,9 +5153,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.11.10", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.10.tgz", - "integrity": "sha512-FuKiq5xuk44Fqm0000Z9w0hjOdwZRNzgx7xGGxQYepWFZy+OYUMOT/wPI4nLYXCaVltNVpU1W/qmD88wLWDsqQ==", + "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==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index 8008a58..04e50e5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@storybook/addons": "^6.2.8", "@storybook/builder-webpack5": "^6.2.8", "@storybook/react": "^6.2.8", - "@testing-library/jest-dom": "^5.11.10", + "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", "@types/jest": "^26.0.22", "@types/react": "^17.0.3",