From 5c74a0c5d890f55c775079b40147235b5812131d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 04:35:43 +0000 Subject: [PATCH] Bump @testing-library/react from 10.4.4 to 10.4.5 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.4 to 10.4.5. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.4...v10.4.5) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c8ad51..2f4eb93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3734,9 +3734,9 @@ } }, "@testing-library/dom": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.0.tgz", - "integrity": "sha512-TywaC+qDGm/Ro34kRYkFQPdT+pxSF4UjZGLIqcGfFQH5IGR43Y7sGLPnkieIW/GNsu337oxNsLUAgpI0JWhXHw==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.1.tgz", + "integrity": "sha512-kvAMxpPPPFHIC5vkuSXpx32Q/c1qHoVVuZEvB/pY4u1lL7nwWdM4P7vjzWlDfAEVNmSK2gHA4YrW5+hLxmFuyA==", "dev": true, "requires": { "@babel/runtime": "^7.10.3", @@ -3817,9 +3817,9 @@ } }, "@testing-library/react": { - "version": "10.4.4", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.4.tgz", - "integrity": "sha512-SKDQ2jBdg9UQQYQragkvXOzNp4hnCdOvXyZ52rg+OXiiumVxkAutdvvRzBF4PrbvMQ27Z6gx0GVo2YQ1Mcip8g==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.5.tgz", + "integrity": "sha512-M5A0W4VphBiEm4vgnq7vHC+/e4Bp/3iIOAWap1FtIiA+Zom6BtXpY3RSTOqc8bZsCcu9gFBZ/lxaiMW6uJddWg==", "dev": true, "requires": { "@babel/runtime": "^7.10.3", diff --git a/package.json b/package.json index a8c0a5d..f0b4bc0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@next/bundle-analyzer": "^9.4.4", "@testing-library/jest-dom": "^5.11.0", - "@testing-library/react": "^10.4.4", + "@testing-library/react": "^10.4.5", "@types/jest": "^26.0.4", "@types/next-seo": "^1.10.0", "@types/node": "^14.0.19",