diff --git a/package-lock.json b/package-lock.json index 6d27c3b..b6b68a0 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 d367e95..c8c9e0a 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",