From 35ce06cb53fc118da4906867897243ce9705a638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 04:27:29 +0000 Subject: [PATCH] Bump @testing-library/react from 10.4.7 to 10.4.8 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.7 to 10.4.8. - [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.7...v10.4.8) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbb5833..b480f76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6442,9 +6442,9 @@ } }, "@testing-library/dom": { - "version": "7.21.7", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.21.7.tgz", - "integrity": "sha512-GVNrLAt0yq7Squz1HrW8IiDVKP5jeWSv9cpgQJsfmXYXLFPpaFoRxn+H/NcUitVXyb0J62PkpVWjMe5b0fvYrQ==", + "version": "7.22.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.22.0.tgz", + "integrity": "sha512-soXVCM/F2WxMidqGlZsSvTkmLsmi72q5N2IrB7o1aTFpMCfEL+Kl0kzv+2Lk/dLxny/c7CWUDa+yjve5VEsjMg==", "dev": true, "requires": { "@babel/runtime": "^7.10.3", @@ -6455,9 +6455,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz", - "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" @@ -6542,9 +6542,9 @@ } }, "@testing-library/react": { - "version": "10.4.7", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.7.tgz", - "integrity": "sha512-hUYbum3X2f1ZKusKfPaooKNYqE/GtPiQ+D2HJaJ4pkxeNJQFVUEvAvEh9+3QuLdBeTWkDMNY5NSijc5+pGdM4Q==", + "version": "10.4.8", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.8.tgz", + "integrity": "sha512-clgpFR6QHiRRcdhFfAKDhH8UXpNASyfkkANhtCsCVBnai+O+mK1rGtMES+Apc7ql5Wyxu7j8dcLiC4pV5VblHA==", "dev": true, "requires": { "@babel/runtime": "^7.10.3", @@ -6552,9 +6552,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz", - "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 4158583..a601281 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@react-mock/state": "^0.1.8", "@svgr/webpack": "^5.4.0", "@testing-library/jest-dom": "^5.11.2", - "@testing-library/react": "^10.4.7", + "@testing-library/react": "^10.4.8", "auto-changelog": "^2.2.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.2.2",