diff --git a/package-lock.json b/package-lock.json index e8233890fa..24e13977f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7021,9 +7021,9 @@ } }, "@testing-library/dom": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.1.1.tgz", - "integrity": "sha512-PkyaKetl+at2XWhTVUL8Lpjdl0rFMZ2DCEOQexXFjg1TumMXOtxGTVFf1AIxdh11DFu9w/AO8gZcP3XnVwR8YA==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.2.0.tgz", + "integrity": "sha512-U8cTWENQPHO3QHvxBdfltJ+wC78ytMdg69ASvIdkGdQ/XRg4M9H2vvM3mHddxl+w/fM6NNqzGMwpQoh82v9VIA==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", diff --git a/package.json b/package.json index 70fe64f391..ff38cb3599 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@babel/preset-react": "7.14.5", "@babel/preset-typescript": "7.15.0", "@testing-library/cypress": "7.0.7", - "@testing-library/dom": "8.1.1", + "@testing-library/dom": "8.2.0", "@testing-library/jest-dom": "5.14.1", "@testing-library/user-event": "13.2.1", "@typescript-eslint/eslint-plugin": "4.29.3",